diff --git a/TODO.txt b/TODO.txt index aa7e1a6..832d496 100644 --- a/TODO.txt +++ b/TODO.txt @@ -11,5 +11,9 @@ Damage calculation Skillpoint engine - Make it work... -Item DB searcher -- Make it \ No newline at end of file +Build encoding +- Allow exporting/importing builds to strings + +LATER STUFF: +- Custom items integration + - wynndata parse? And/or google sheets diff --git a/build.js b/build.js index 3c62161..4961b26 100644 --- a/build.js +++ b/build.js @@ -99,16 +99,25 @@ class Build{ }else{ this.level = level; } - this.skillpoints = levelToSkillPoints(this.level) + this.availableSkillpoints = levelToSkillPoints(this.level); + this.equipment = [ helmet, chestplate, leggings, boots, ring1, ring2, bracelet, necklace ]; + + // return [equip_order, best_skillpoints, final_skillpoints, best_total]; + let result = calculate_skillpoints(this.equipment, weapon); + console.log(result); + this.equip_order = result[0]; + this.base_skillpoints = result[1]; + this.total_skillpoints = result[2]; + this.assigned_skillpoints = result[3]; } /*Returns build in string format - */ TODO + */ toString(){ return this.helmet.name + ", " + this.chestplate.name + ", " + this.leggings.name + ", " + this.boots.name + ", " + this.ring1.name + ", " + this.ring2.name + ", " + this.bracelet.name + ", " + this.necklace.name + ", " + this.weapon.name; } - /* Getters */ TODO + /* Getters */ getHealth(){ health = parseInt(this.helmet.hp,10) + parseInt(this.helmet.hpBonus,10) + parseInt(this.chestplate.hp,10) + parseInt(this.chestplate.hpBonus,10) + parseInt(this.leggings.hp,10) + parseInt(this.leggings.hpBonus,10) + parseInt(this.boots.hp,10) + parseInt(this.boots.hpBonus,10) + parseInt(this.ring1.hp,10) + parseInt(this.ring1.hpBonus,10) + parseInt(this.ring2.hp,10) + parseInt(this.ring2.hpBonus,10) + parseInt(this.bracelet.hp,10) + parseInt(this.bracelet.hpBonus,10) + parseInt(this.necklace.hp,10) + parseInt(this.necklace.hpBonus,10) + parseInt(this.weapon.hp,10) + parseInt(this.weapon.hpBonus,10) + levelToHPBase(this.level); if(health<5){ @@ -117,6 +126,8 @@ class Build{ return health; } } - /* Setters */ TODO + + /* Setters */ + } diff --git a/clean.json b/clean.json index 908da29..43abada 100644 --- a/clean.json +++ b/clean.json @@ -5,7 +5,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -79,7 +78,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "1", "quest": null, "poison": 0, "thorns": 0, @@ -154,7 +152,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "161:1", "quest": null, "poison": 0, "thorns": 0, @@ -229,7 +226,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -303,7 +299,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "135", "quest": null, "poison": 0, "thorns": 0, @@ -377,7 +372,6 @@ "name": "Summa", "tier": "Legendary", "set": null, - "material": "95:12", "quest": null, "poison": 0, "thorns": 0, @@ -452,7 +446,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -526,7 +519,6 @@ "displayName": "Back-Up Plan", "tier": "Rare", "set": null, - "material": "185", "quest": null, "poison": 0, "thorns": 0, @@ -601,7 +593,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "134", "quest": null, "poison": 0, "thorns": 0, @@ -676,7 +667,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 0, "thorns": 0, @@ -750,7 +740,6 @@ "name": "Durum's Serenity", "tier": "Legendary", "set": null, - "material": "160:4", "quest": null, "poison": 0, "thorns": 0, @@ -825,7 +814,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -899,7 +887,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:3", "quest": null, "poison": 0, "thorns": 0, @@ -974,7 +961,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 60, @@ -1048,7 +1034,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 30, @@ -1122,7 +1107,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 30, @@ -1195,7 +1179,6 @@ "name": "Shackle of Shade", "tier": "Rare", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -1270,7 +1253,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "170", "quest": null, "poison": 0, "thorns": 0, @@ -1344,7 +1326,6 @@ "name": "Purification Bead", "tier": "Rare", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -1419,7 +1400,6 @@ "tier": "Fabled", "type": "bow", "set": null, - "material": "159:6", "quest": null, "majorIds": [ "HAWKEYE" @@ -1497,7 +1477,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 400, "thorns": 0, @@ -1571,7 +1550,6 @@ "tier": "Fabled", "type": "wand", "set": null, - "material": "1", "quest": null, "majorIds": [ "PLAGUE" @@ -1649,7 +1627,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "136", "quest": null, "poison": 0, "thorns": 0, @@ -1724,7 +1701,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -1798,7 +1774,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -1872,7 +1847,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -1946,7 +1920,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -2021,7 +1994,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -2095,7 +2067,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 75, "thorns": 0, @@ -2169,7 +2140,6 @@ "name": "Constrict Collar", "tier": "Rare", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -2244,7 +2214,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -2318,7 +2287,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -2391,7 +2359,6 @@ "name": "Binding Brace", "tier": "Legendary", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -2465,7 +2432,6 @@ "name": "Trainer's Pendant", "tier": "Rare", "set": null, - "material": "160:14", "quest": null, "poison": 0, "thorns": 0, @@ -2540,7 +2506,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "159:2", "quest": null, "poison": 0, "thorns": 0, @@ -2615,7 +2580,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -2690,7 +2654,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "179:1", "quest": null, "poison": 0, "thorns": 0, @@ -2765,7 +2728,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -2840,7 +2802,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 2000, "thorns": 0, @@ -2915,7 +2876,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -2988,7 +2948,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 333, @@ -3061,7 +3020,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "5:1", "quest": null, "poison": 0, "thorns": 0, @@ -3134,7 +3092,6 @@ "name": "Achromatic Gloom", "tier": "Rare", "set": null, - "material": "160:2", "quest": null, "poison": 0, "thorns": 0, @@ -3207,7 +3164,6 @@ "name": "Acid", "tier": "Unique", "set": null, - "material": "95:6", "quest": null, "poison": 550, "thorns": 0, @@ -3281,7 +3237,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -3355,7 +3310,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "163:0", "quest": null, "poison": 311, "thorns": 0, @@ -3429,7 +3383,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 480, "thorns": 0, @@ -3502,7 +3455,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 20, @@ -3575,7 +3527,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -3649,7 +3600,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -3721,7 +3671,6 @@ "name": "Adder Stone", "tier": "Legendary", "set": null, - "material": "160:9", "quest": null, "poison": 0, "thorns": 0, @@ -3795,7 +3744,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -3868,7 +3816,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -3941,7 +3888,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:22", "quest": null, "poison": 0, "thorns": 0, @@ -4016,7 +3962,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:2", "quest": null, "poison": 0, "thorns": 0, @@ -4090,7 +4035,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -4162,7 +4106,6 @@ "name": "Adventurous", "tier": "Rare", "set": null, - "material": "191", "quest": null, "poison": 0, "thorns": 0, @@ -4236,7 +4179,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "182:0", "quest": null, "poison": 0, "thorns": 0, @@ -4310,7 +4252,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "179:1", "quest": null, "poison": 0, "thorns": 0, @@ -4384,7 +4325,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -4458,7 +4398,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -4531,7 +4470,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -4605,7 +4543,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -4678,7 +4615,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:5", "quest": null, "poison": 0, "thorns": 0, @@ -4752,7 +4688,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "35:8", "quest": null, "poison": 0, "thorns": 0, @@ -4826,7 +4761,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "49:0", "quest": null, "poison": 0, "thorns": 0, @@ -4900,7 +4834,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "159:11", "quest": null, "poison": 0, "thorns": 0, @@ -4973,7 +4906,6 @@ "name": "Aggression", "tier": "Rare", "set": null, - "material": "192", "quest": null, "poison": 0, "thorns": 0, @@ -5047,7 +4979,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -5121,7 +5052,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -5195,7 +5125,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -5269,7 +5198,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "35:2", "quest": null, "poison": 0, "thorns": 0, @@ -5343,7 +5271,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -5416,7 +5343,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -5489,7 +5415,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -5562,7 +5487,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -5635,7 +5559,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -5709,7 +5632,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -5782,7 +5704,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "35:2", "quest": null, "poison": 0, "thorns": 0, @@ -5856,7 +5777,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:0", "quest": null, "poison": 0, "thorns": 0, @@ -5929,7 +5849,6 @@ "name": "Alice's Sleeve", "tier": "Rare", "set": null, - "material": "188", "quest": null, "poison": 0, "thorns": 0, @@ -6003,7 +5922,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -6076,7 +5994,6 @@ "name": "Aliez", "tier": "Legendary", "set": null, - "material": "89:0", "quest": null, "poison": 0, "thorns": 0, @@ -6150,7 +6067,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 480, "thorns": 0, @@ -6223,7 +6139,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "7:0", "quest": null, "poison": 0, "thorns": 0, @@ -6297,7 +6212,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "164", "quest": null, "poison": 0, "thorns": 0, @@ -6371,7 +6285,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 1115, "thorns": 0, @@ -6445,7 +6358,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "171:15", "quest": null, "poison": 0, "thorns": 0, @@ -6520,7 +6432,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -6593,7 +6504,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -6666,7 +6576,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -6739,7 +6648,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 4, @@ -6812,7 +6720,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -6886,7 +6793,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -6959,7 +6865,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -7032,7 +6937,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 0, @@ -7105,7 +7009,6 @@ "name": "Ambiguity", "tier": "Rare", "set": null, - "material": "160:7", "quest": null, "poison": 0, "thorns": 0, @@ -7179,7 +7082,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 0, @@ -7252,7 +7154,6 @@ "name": "Amethyst Ring", "tier": "Rare", "set": null, - "material": "95:3", "quest": null, "poison": 0, "thorns": 0, @@ -7325,7 +7226,6 @@ "name": "Aluminium", "tier": "Unique", "set": null, - "material": "95:0", "quest": null, "poison": 0, "thorns": 0, @@ -7399,7 +7299,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -7471,7 +7370,6 @@ "name": "Amulet of the Necromancer", "tier": "Rare", "set": null, - "material": "160:14", "quest": null, "poison": 0, "thorns": 0, @@ -7545,7 +7443,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "67:0", "quest": null, "poison": 45, "thorns": 0, @@ -7619,7 +7516,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -7692,7 +7588,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "5:1", "quest": null, "poison": 0, "thorns": 0, @@ -7766,7 +7661,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -7839,7 +7733,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 11, @@ -7912,7 +7805,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "163:0", "quest": null, "poison": 0, "thorns": 0, @@ -7985,7 +7877,6 @@ "name": "Anarchy", "tier": "Unique", "set": null, - "material": "28", "quest": null, "poison": 0, "thorns": 0, @@ -8059,7 +7950,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "1:0", "quest": null, "poison": 0, "thorns": 0, @@ -8133,7 +8023,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:10", "quest": null, "poison": 0, "thorns": 0, @@ -8208,7 +8097,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -8281,7 +8169,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -8354,7 +8241,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -8427,7 +8313,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -8500,7 +8385,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -8572,7 +8456,6 @@ "name": "Anno", "tier": "Rare", "set": null, - "material": "45", "quest": null, "poison": 110, "thorns": 0, @@ -8646,7 +8529,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "5:4", "quest": null, "poison": 0, "thorns": 0, @@ -8720,7 +8602,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -8794,7 +8675,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -8867,7 +8747,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 465, "thorns": 0, @@ -8939,7 +8818,6 @@ "name": "Antim", "tier": "Unique", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -9013,7 +8891,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "159:8", "quest": null, "poison": 0, "thorns": 0, @@ -9087,7 +8964,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:23", "quest": null, "poison": 0, "thorns": 0, @@ -9163,7 +9039,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -9236,7 +9111,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:3", "quest": null, "poison": 0, "thorns": 0, @@ -9310,7 +9184,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -9383,7 +9256,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "171:15", "quest": null, "poison": 1350, "thorns": 0, @@ -9457,7 +9329,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -9532,7 +9403,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "114:0", "quest": null, "poison": 0, "thorns": 0, @@ -9606,7 +9476,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "128:0", "quest": null, "poison": 0, "thorns": 0, @@ -9680,7 +9549,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:11", "quest": null, "poison": 0, "thorns": 0, @@ -9755,7 +9623,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -9828,7 +9695,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -9901,7 +9767,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 465, "thorns": 0, @@ -9975,7 +9840,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -10047,7 +9911,6 @@ "name": "Arc Bracer", "tier": "Unique", "set": null, - "material": "187", "quest": null, "poison": 0, "thorns": 7, @@ -10121,7 +9984,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -10196,7 +10058,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -10269,7 +10130,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -10341,7 +10201,6 @@ "name": "Archaic", "tier": "Rare", "set": null, - "material": "45", "quest": null, "poison": 0, "thorns": 0, @@ -10415,7 +10274,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -10488,7 +10346,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -10561,7 +10418,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 25, @@ -10633,7 +10489,6 @@ "name": "Ariodo's Dial", "tier": "Rare", "set": null, - "material": "187", "quest": null, "poison": 0, "thorns": 0, @@ -10707,7 +10562,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 0, "thorns": 0, @@ -10783,7 +10637,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "161:1", "quest": null, "poison": 0, "thorns": 0, @@ -10857,7 +10710,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -10930,7 +10782,6 @@ "name": "Asbestos", "tier": "Unique", "set": null, - "material": "160:0", "quest": null, "poison": 385, "thorns": 0, @@ -11004,7 +10855,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -11077,7 +10927,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:16", "quest": null, "poison": 0, "thorns": 0, @@ -11151,7 +11000,6 @@ "name": "Asher's Relic", "tier": "Rare", "set": null, - "material": "27", "quest": null, "poison": 0, "thorns": 0, @@ -11225,7 +11073,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:17", "quest": null, "poison": 0, "thorns": 0, @@ -11301,7 +11148,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 110, "thorns": 0, @@ -11374,7 +11220,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 0, "thorns": 0, @@ -11448,7 +11293,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -11521,7 +11365,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -11594,7 +11437,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -11668,7 +11510,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 0, "thorns": 0, @@ -11742,7 +11583,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -11815,7 +11655,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -11888,7 +11727,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -11961,7 +11799,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -12033,7 +11870,6 @@ "name": "Auric", "tier": "Rare", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 9, @@ -12106,7 +11942,6 @@ "name": "Aurora", "tier": "Unique", "set": null, - "material": "103", "quest": null, "poison": 0, "thorns": 0, @@ -12180,7 +12015,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -12253,7 +12087,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 240, "thorns": 15, @@ -12325,7 +12158,6 @@ "name": "Atlas", "tier": "Rare", "set": null, - "material": "188:0", "quest": null, "poison": 0, "thorns": 0, @@ -12399,7 +12231,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -12472,7 +12303,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -12545,7 +12375,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:0", "quest": null, "poison": 25, "thorns": 0, @@ -12619,7 +12448,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:25", "quest": null, "poison": 0, "thorns": 0, @@ -12694,7 +12522,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -12766,7 +12593,6 @@ "name": "Autotomized", "tier": "Unique", "set": null, - "material": "160:13", "quest": null, "poison": 0, "thorns": 0, @@ -12840,7 +12666,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -12913,7 +12738,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:2", "quest": null, "poison": 0, "thorns": 0, @@ -12987,7 +12811,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -13060,7 +12883,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -13133,7 +12955,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 0, "thorns": 0, @@ -13207,7 +13028,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -13279,7 +13099,6 @@ "name": "Azar", "tier": "Unique", "set": null, - "material": "188", "quest": null, "poison": 0, "thorns": 0, @@ -13353,7 +13172,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:25", "quest": null, "poison": 250, "thorns": 0, @@ -13429,7 +13247,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -13502,7 +13319,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": 0, "thorns": 0, @@ -13576,7 +13392,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 18, @@ -13648,7 +13463,6 @@ "name": "Ba'al's Betrayal", "tier": "Rare", "set": null, - "material": "186", "quest": null, "poison": 0, "thorns": 0, @@ -13722,7 +13536,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 2, @@ -13795,7 +13608,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -13869,7 +13681,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -13942,7 +13753,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -14016,7 +13826,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "163:0", "quest": null, "poison": 0, "thorns": 0, @@ -14090,7 +13899,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 680, "thorns": 0, @@ -14163,7 +13971,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -14236,7 +14043,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -14309,7 +14115,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -14383,7 +14188,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -14455,7 +14259,6 @@ "name": "Bamboo Cuff", "tier": "Unique", "set": null, - "material": "183", "quest": null, "poison": 125, "thorns": 0, @@ -14529,7 +14332,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -14602,7 +14404,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -14675,7 +14476,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 120, "thorns": 0, @@ -14749,7 +14549,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "23", "quest": null, "poison": 0, "thorns": 0, @@ -14822,7 +14621,6 @@ "name": "Barrage", "tier": "Unique", "set": null, - "material": "95:11", "quest": null, "poison": 0, "thorns": 0, @@ -14896,7 +14694,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -14970,7 +14767,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "5:4", "quest": null, "poison": 0, "thorns": 0, @@ -15044,7 +14840,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -15119,7 +14914,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -15193,7 +14987,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -15267,7 +15060,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "128:0", "quest": null, "poison": 0, "thorns": 0, @@ -15341,7 +15133,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -15414,7 +15205,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -15488,7 +15278,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -15561,7 +15350,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -15634,7 +15422,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -15707,7 +15494,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -15780,7 +15566,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -15853,7 +15638,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -15926,7 +15710,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -15999,7 +15782,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -16072,7 +15854,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -16145,7 +15926,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -16218,7 +15998,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -16291,7 +16070,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -16364,7 +16142,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -16437,7 +16214,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -16510,7 +16286,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -16583,7 +16358,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -16656,7 +16430,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -16729,7 +16502,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -16802,7 +16574,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -16875,7 +16646,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -16948,7 +16718,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -17021,7 +16790,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -17094,7 +16862,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -17167,7 +16934,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -17240,7 +17006,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -17313,7 +17078,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -17386,7 +17150,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -17459,7 +17222,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -17532,7 +17294,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -17605,7 +17366,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -17678,7 +17438,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -17751,7 +17510,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -17824,7 +17582,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -17897,7 +17654,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -17970,7 +17726,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -18043,7 +17798,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -18116,7 +17870,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -18189,7 +17942,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -18264,7 +18016,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -18337,7 +18088,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -18411,7 +18161,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -18485,7 +18234,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -18558,7 +18306,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -18632,7 +18379,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -18705,7 +18451,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -18778,7 +18523,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -18852,7 +18596,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -18925,7 +18668,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -18998,7 +18740,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -19071,7 +18812,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -19144,7 +18884,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -19217,7 +18956,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -19290,7 +19028,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -19363,7 +19100,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -19436,7 +19172,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -19509,7 +19244,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -19582,7 +19316,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -19655,7 +19388,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -19728,7 +19460,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -19801,7 +19532,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:21", "quest": null, "poison": 0, "thorns": 0, @@ -19877,7 +19607,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -19950,7 +19679,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -20023,7 +19751,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -20096,7 +19823,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -20169,7 +19895,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -20242,7 +19967,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -20315,7 +20039,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -20389,7 +20112,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -20464,7 +20186,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -20538,7 +20259,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -20612,7 +20332,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -20685,7 +20404,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -20759,7 +20477,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -20832,7 +20549,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -20905,7 +20621,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -20978,7 +20693,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -21051,7 +20765,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -21124,7 +20837,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -21197,7 +20909,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -21270,7 +20981,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -21343,7 +21053,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -21416,7 +21125,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -21489,7 +21197,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -21562,7 +21269,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -21635,7 +21341,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -21708,7 +21413,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -21781,7 +21485,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -21854,7 +21557,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -21927,7 +21629,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -22000,7 +21701,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -22073,7 +21773,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -22146,7 +21845,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -22219,7 +21917,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -22292,7 +21989,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -22365,7 +22061,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -22438,7 +22133,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -22511,7 +22205,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -22584,7 +22277,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -22657,7 +22349,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -22730,7 +22421,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -22803,7 +22493,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -22876,7 +22565,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -22949,7 +22637,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -23022,7 +22709,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -23095,7 +22781,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -23168,7 +22853,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -23241,7 +22925,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -23314,7 +22997,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -23387,7 +23069,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -23460,7 +23141,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -23533,7 +23213,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -23607,7 +23286,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -23680,7 +23358,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -23754,7 +23431,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -23828,7 +23504,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -23902,7 +23577,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -23976,7 +23650,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -24050,7 +23723,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -24124,7 +23796,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -24198,7 +23869,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -24272,7 +23942,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -24346,7 +24015,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -24420,7 +24088,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -24494,7 +24161,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -24568,7 +24234,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -24642,7 +24307,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -24716,7 +24380,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -24790,7 +24453,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -24864,7 +24526,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -24937,7 +24598,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -25012,7 +24672,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -25086,7 +24745,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 0, @@ -25160,7 +24818,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 20, @@ -25233,7 +24890,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -25307,7 +24963,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -25380,7 +25035,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -25453,7 +25107,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 0, @@ -25526,7 +25179,6 @@ "name": "Beauty", "tier": "Unique", "set": null, - "material": "102:0", "quest": null, "poison": 0, "thorns": 0, @@ -25600,7 +25252,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 0, @@ -25674,7 +25325,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "24:2", "quest": null, "poison": 0, "thorns": 0, @@ -25748,7 +25398,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "135", "quest": null, "poison": 0, "thorns": 0, @@ -25822,7 +25471,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -25895,7 +25543,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -25967,7 +25614,6 @@ "name": "Bejeweled Bracelet", "tier": "Unique", "set": null, - "material": "27", "quest": null, "poison": 0, "thorns": 0, @@ -26041,7 +25687,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:15", "quest": null, "poison": 0, "thorns": 0, @@ -26115,7 +25760,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -26189,7 +25833,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 0, "thorns": 0, @@ -26263,7 +25906,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "161:1", "quest": null, "poison": 0, "thorns": 0, @@ -26337,7 +25979,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -26412,7 +26053,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -26487,7 +26127,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -26561,7 +26200,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -26635,7 +26273,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -26708,7 +26345,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "53:0", "quest": null, "poison": 0, "thorns": 0, @@ -26782,7 +26418,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -26856,7 +26491,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -26930,7 +26564,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:12", "quest": null, "poison": 1414, "thorns": 0, @@ -27006,7 +26639,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -27080,7 +26712,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 1825, "thorns": 35, @@ -27154,7 +26785,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "171:15", "quest": null, "poison": 0, "thorns": 0, @@ -27228,7 +26858,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:8", "quest": null, "poison": 2000, "thorns": 0, @@ -27302,7 +26931,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 110, "thorns": 0, @@ -27374,7 +27002,6 @@ "name": "Blackout", "tier": "Unique", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -27448,7 +27075,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -27521,7 +27147,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 0, "thorns": 0, @@ -27595,7 +27220,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:15", "quest": null, "poison": 0, "thorns": 15, @@ -27669,7 +27293,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "162", "quest": null, "poison": 0, "thorns": 0, @@ -27743,7 +27366,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "24:2", "quest": null, "poison": 0, "thorns": 0, @@ -27817,7 +27439,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "5:0", "quest": null, "poison": 0, "thorns": 0, @@ -27890,7 +27511,6 @@ "name": "Black Ring", "tier": "Unique", "set": null, - "material": "95:12", "quest": null, "poison": 0, "thorns": 0, @@ -27964,7 +27584,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -28038,7 +27657,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "1:0", "quest": null, "poison": 0, "thorns": 0, @@ -28112,7 +27730,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -28184,7 +27801,6 @@ "name": "Blank", "tier": "Unique", "set": null, - "material": "102:0", "quest": null, "poison": 0, "thorns": 0, @@ -28258,7 +27874,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 800, "thorns": 0, @@ -28334,7 +27949,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -28407,7 +28021,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 95, "thorns": 0, @@ -28480,7 +28093,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -28554,7 +28166,6 @@ "tier": "Fabled", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -28627,7 +28238,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 0, @@ -28701,7 +28311,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "67", "quest": null, "poison": 0, "thorns": 0, @@ -28775,7 +28384,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -28848,7 +28456,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "18:2", "quest": null, "poison": 0, "thorns": 0, @@ -28922,7 +28529,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -28995,7 +28601,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -29068,7 +28673,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 1000, "thorns": 15, @@ -29142,7 +28746,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -29215,7 +28818,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -29288,7 +28890,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "179:1", "quest": null, "poison": 0, "thorns": 0, @@ -29362,7 +28963,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -29435,7 +29035,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "35:8", "quest": null, "poison": 1500, "thorns": 0, @@ -29509,7 +29108,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "67:0", "quest": null, "poison": 0, "thorns": 0, @@ -29583,7 +29181,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -29656,7 +29253,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:2", "quest": null, "poison": 0, "thorns": 0, @@ -29730,7 +29326,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -29804,7 +29399,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:6", "quest": null, "poison": 0, "thorns": 0, @@ -29878,7 +29472,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:2", "quest": null, "poison": 0, "thorns": 0, @@ -29952,7 +29545,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -30025,7 +29617,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -30097,7 +29688,6 @@ "name": "Boulder", "tier": "Unique", "set": null, - "material": "95:5", "quest": null, "poison": 0, "thorns": 0, @@ -30171,7 +29761,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -30244,7 +29833,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 0, @@ -30317,7 +29905,6 @@ "name": "Bovemist Amulet", "tier": "Unique", "set": null, - "material": "160:0", "quest": null, "poison": 0, "thorns": 0, @@ -30391,7 +29978,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -30464,7 +30050,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 18, @@ -30537,7 +30122,6 @@ "name": "Bourreau", "tier": "Unique", "set": null, - "material": "188:0", "quest": null, "poison": 0, "thorns": 0, @@ -30611,7 +30195,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -30684,7 +30267,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "22:0", "quest": null, "poison": 0, "thorns": 0, @@ -30758,7 +30340,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 360, "thorns": 15, @@ -30831,7 +30412,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -30905,7 +30485,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "22:0", "quest": null, "poison": 0, "thorns": 0, @@ -30979,7 +30558,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -31051,7 +30629,6 @@ "name": "Brass Knuckle", "tier": "Rare", "set": null, - "material": "89", "quest": null, "poison": 0, "thorns": 0, @@ -31125,7 +30702,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -31198,7 +30774,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "280:0", "quest": null, "poison": 0, "thorns": 0, @@ -31272,7 +30847,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "182:0", "quest": null, "poison": 0, "thorns": 0, @@ -31346,7 +30920,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "171:15", "quest": null, "poison": 0, "thorns": 60, @@ -31420,7 +30993,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 0, "thorns": 0, @@ -31494,7 +31066,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:15", "quest": null, "poison": 0, "thorns": 0, @@ -31570,7 +31141,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "159:2", "quest": null, "poison": 0, "thorns": 0, @@ -31644,7 +31214,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -31717,7 +31286,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -31790,7 +31358,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -31863,7 +31430,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -31935,7 +31501,6 @@ "name": "Broken Gauntlet", "tier": "Unique", "set": null, - "material": "183", "quest": null, "poison": 0, "thorns": 0, @@ -32009,7 +31574,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 0, "thorns": 45, @@ -32083,7 +31647,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "5:4", "quest": null, "poison": 0, "thorns": 0, @@ -32157,7 +31720,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -32230,7 +31792,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "5:0", "quest": null, "poison": 0, "thorns": 0, @@ -32304,7 +31865,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -32377,7 +31937,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -32450,7 +32009,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -32524,7 +32082,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -32596,7 +32153,6 @@ "name": "Bubble", "tier": "Rare", "set": null, - "material": "88:0", "quest": null, "poison": 0, "thorns": 0, @@ -32670,7 +32226,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "18:3", "quest": null, "poison": 0, "thorns": 0, @@ -32743,7 +32298,6 @@ "name": "Burn", "tier": "Unique", "set": null, - "material": "95:8", "quest": null, "poison": 0, "thorns": 0, @@ -32817,7 +32371,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -32890,7 +32443,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:8", "quest": null, "poison": 0, "thorns": 0, @@ -32965,7 +32517,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 6, @@ -33038,7 +32589,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 0, @@ -33112,7 +32662,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -33184,7 +32733,6 @@ "name": "Buster Bracer", "tier": "Legendary", "set": null, - "material": "192", "quest": null, "poison": 0, "thorns": 0, @@ -33258,7 +32806,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -33332,7 +32879,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 0, @@ -33406,7 +32952,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:24", "quest": null, "poison": 0, "thorns": 8, @@ -33481,7 +33026,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -33554,7 +33098,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "159:11", "quest": null, "poison": 0, "thorns": 0, @@ -33628,7 +33171,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "359:0", "quest": null, "poison": 0, "thorns": 0, @@ -33702,7 +33244,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "5:2", "quest": null, "poison": 0, "thorns": 15, @@ -33776,7 +33317,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "352:0", "quest": null, "poison": 0, "thorns": 0, @@ -33852,7 +33392,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:19", "quest": null, "poison": 0, "thorns": 0, @@ -33928,7 +33467,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -34001,7 +33539,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:10", "quest": null, "poison": 0, "thorns": 0, @@ -34077,7 +33614,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -34149,7 +33685,6 @@ "name": "Cactus", "tier": "Unique", "set": null, - "material": "95:5", "quest": null, "poison": 0, "thorns": 12, @@ -34223,7 +33758,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 0, @@ -34297,7 +33831,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -34370,7 +33903,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -34443,7 +33975,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "162:1", "quest": null, "poison": 0, "thorns": 0, @@ -34516,7 +34047,6 @@ "name": "Caffeine", "tier": "Unique", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -34590,7 +34120,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -34663,7 +34192,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -34736,7 +34264,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "159:8", "quest": null, "poison": 0, "thorns": 0, @@ -34810,7 +34337,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 65, @@ -34882,7 +34408,6 @@ "name": "Calming Torc", "tier": "Unique", "set": null, - "material": "160:9", "quest": null, "poison": 0, "thorns": 0, @@ -34956,7 +34481,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -35028,7 +34552,6 @@ "name": "Call to Concord", "tier": "Legendary", "set": null, - "material": "185", "quest": null, "poison": 0, "thorns": 0, @@ -35102,7 +34625,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:2", "quest": "The Lost", "poison": 0, "thorns": 0, @@ -35176,7 +34698,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -35250,7 +34771,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -35323,7 +34843,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -35396,7 +34915,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -35469,7 +34987,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 700, "thorns": 0, @@ -35542,7 +35059,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -35614,7 +35130,6 @@ "name": "Carnivorous", "tier": "Rare", "set": null, - "material": "87:0", "quest": null, "poison": 0, "thorns": 0, @@ -35688,7 +35203,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 14, @@ -35761,7 +35275,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 0, "thorns": 0, @@ -35835,7 +35348,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -35908,7 +35420,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "159:2", "quest": null, "poison": 0, "thorns": 0, @@ -35982,7 +35493,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -36056,7 +35566,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:20", "quest": null, "poison": 0, "thorns": 0, @@ -36132,7 +35641,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -36205,7 +35713,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "162:1", "quest": null, "poison": 0, "thorns": 0, @@ -36279,7 +35786,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:10", "quest": null, "poison": 0, "thorns": 0, @@ -36354,7 +35860,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -36428,7 +35933,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "22:0", "quest": null, "poison": 0, "thorns": 0, @@ -36502,7 +36006,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": 0, "thorns": 0, @@ -36576,7 +36079,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 735, "thorns": 0, @@ -36649,7 +36151,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:2", "quest": null, "poison": 0, "thorns": 0, @@ -36723,7 +36224,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -36796,7 +36296,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -36870,7 +36369,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "49:0", "quest": null, "poison": 0, "thorns": 0, @@ -36944,7 +36442,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 0, @@ -37018,7 +36515,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "22:0", "quest": null, "poison": 0, "thorns": 0, @@ -37092,7 +36588,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -37165,7 +36660,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -37238,7 +36732,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -37312,7 +36805,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -37385,7 +36877,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 0, "thorns": 0, @@ -37459,7 +36950,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -37532,7 +37022,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -37605,7 +37094,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -37678,7 +37166,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -37752,7 +37239,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "179:1", "quest": null, "poison": 350, "thorns": 0, @@ -37826,7 +37312,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -37899,7 +37384,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 9, @@ -37971,7 +37455,6 @@ "name": "Charm of the Magma", "tier": "Legendary", "set": null, - "material": "160:7", "quest": null, "poison": 0, "thorns": 0, @@ -38045,7 +37528,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -38118,7 +37600,6 @@ "name": "Charm of the Storms", "tier": "Legendary", "set": null, - "material": "160:13", "quest": null, "poison": 0, "thorns": 0, @@ -38192,7 +37673,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "24:2", "quest": null, "poison": 0, "thorns": 0, @@ -38265,7 +37745,6 @@ "name": "Charm of the Tides", "tier": "Legendary", "set": null, - "material": "160:9", "quest": null, "poison": 0, "thorns": 0, @@ -38338,7 +37817,6 @@ "name": "Charm of the Leech", "tier": "Unique", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -38411,7 +37889,6 @@ "name": "Charm of the Flea", "tier": "Unique", "set": null, - "material": "102:0", "quest": null, "poison": 0, "thorns": 0, @@ -38484,7 +37961,6 @@ "name": "Charm of the Tempest", "tier": "Legendary", "set": null, - "material": "160:11", "quest": null, "poison": 0, "thorns": 0, @@ -38557,7 +38033,6 @@ "name": "Charm of the Tick", "tier": "Unique", "set": null, - "material": "102:0", "quest": null, "poison": 60, "thorns": 0, @@ -38631,7 +38106,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -38704,7 +38178,6 @@ "name": "Charm of the Vampire", "tier": "Unique", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -38778,7 +38251,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": "Recipe For Disaster", "poison": 0, "thorns": 0, @@ -38851,7 +38323,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -38924,7 +38395,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -38997,7 +38467,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "136:0", "quest": null, "poison": 0, "thorns": 0, @@ -39071,7 +38540,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "134", "quest": null, "poison": 0, "thorns": 0, @@ -39145,7 +38613,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -39218,7 +38685,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:0", "quest": null, "poison": 0, "thorns": 0, @@ -39291,7 +38757,6 @@ "name": "Chill", "tier": "Unique", "set": null, - "material": "95:9", "quest": null, "poison": 0, "thorns": 0, @@ -39365,7 +38830,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -39438,7 +38902,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -39511,7 +38974,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -39584,7 +39046,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -39657,7 +39118,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -39730,7 +39190,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:0", "quest": null, "poison": 0, "thorns": 0, @@ -39804,7 +39263,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -39876,7 +39334,6 @@ "name": "Chlorine", "tier": "Unique", "set": null, - "material": "88:0", "quest": null, "poison": 170, "thorns": 0, @@ -39950,7 +39407,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -40024,7 +39480,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -40098,7 +39553,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 0, "thorns": 0, @@ -40172,7 +39626,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -40246,7 +39699,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "67:0", "quest": null, "poison": 0, "thorns": 0, @@ -40320,7 +39772,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -40394,7 +39845,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 0, "thorns": 0, @@ -40470,7 +39920,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -40543,7 +39992,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "17:2", "quest": null, "poison": 0, "thorns": 0, @@ -40616,7 +40064,6 @@ "name": "Clap", "tier": "Unique", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -40690,7 +40137,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -40763,7 +40209,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -40836,7 +40281,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "179:2", "quest": null, "poison": 0, "thorns": 34, @@ -40909,7 +40353,6 @@ "name": "Clarity", "tier": "Unique", "set": null, - "material": "95:9", "quest": null, "poison": 0, "thorns": 0, @@ -40983,7 +40426,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "67:0", "quest": null, "poison": 0, "thorns": 0, @@ -41057,7 +40499,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": -200, "thorns": 0, @@ -41130,7 +40571,6 @@ "name": "Clay", "tier": "Rare", "set": null, - "material": "95:6", "quest": null, "poison": 0, "thorns": 0, @@ -41204,7 +40644,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:16", "quest": null, "poison": 0, "thorns": 0, @@ -41280,7 +40719,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -41353,7 +40791,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 0, "thorns": 0, @@ -41427,7 +40864,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "1:0", "quest": null, "poison": 0, "thorns": 0, @@ -41501,7 +40937,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "35:2", "quest": null, "poison": 0, "thorns": 0, @@ -41575,7 +41010,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -41648,7 +41082,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 450, "thorns": 12, @@ -41721,7 +41154,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 800, "thorns": 0, @@ -41795,7 +41227,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -41868,7 +41299,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -41941,7 +41371,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -42014,7 +41443,6 @@ "displayName": "Coarse Torc", "tier": "Unique", "set": null, - "material": "160:4", "quest": null, "poison": 80, "thorns": 0, @@ -42088,7 +41516,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 5, @@ -42162,7 +41589,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -42236,7 +41662,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 20, @@ -42309,7 +41734,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "161:1", "quest": null, "poison": 0, "thorns": 35, @@ -42384,7 +41808,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 0, @@ -42458,7 +41881,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 0, "thorns": 0, @@ -42533,7 +41955,6 @@ "name": "Coiled Briar", "tier": "Rare", "set": null, - "material": "95:6", "quest": null, "poison": 0, "thorns": 11, @@ -42607,7 +42028,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:23", "quest": null, "poison": 0, "thorns": 0, @@ -42682,7 +42102,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -42754,7 +42173,6 @@ "name": "Concentration", "tier": "Legendary", "set": null, - "material": "95:3", "quest": null, "poison": 0, "thorns": 0, @@ -42828,7 +42246,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -42900,7 +42317,6 @@ "name": "Collector", "tier": "Unique", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -42974,7 +42390,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -43047,7 +42462,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 9, @@ -43120,7 +42534,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -43193,7 +42606,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 99, "thorns": 0, @@ -43268,7 +42680,6 @@ "name": "Comfort", "tier": "Rare", "set": null, - "material": "184", "quest": null, "poison": 0, "thorns": 0, @@ -43342,7 +42753,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -43415,7 +42825,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 475, "thorns": 0, @@ -43488,7 +42897,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 1111, "thorns": 0, @@ -43563,7 +42971,6 @@ "name": "Cool", "tier": "Unique", "set": null, - "material": "190", "quest": null, "poison": 0, "thorns": 0, @@ -43637,7 +43044,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "163:0", "quest": null, "poison": 1000, "thorns": 0, @@ -43711,7 +43117,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 300, "thorns": 12, @@ -43784,7 +43189,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -43858,7 +43262,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -43930,7 +43333,6 @@ "name": "Contrail", "tier": "Unique", "set": null, - "material": "191", "quest": null, "poison": 0, "thorns": 0, @@ -44004,7 +43406,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -44077,7 +43478,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -44150,7 +43550,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -44224,7 +43623,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 0, @@ -44298,7 +43696,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -44373,7 +43770,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -44448,7 +43844,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -44523,7 +43918,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -44596,7 +43990,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -44671,7 +44064,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -44746,7 +44138,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -44821,7 +44212,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -44896,7 +44286,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -44971,7 +44360,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 800, "thorns": 18, @@ -45046,7 +44434,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "5:2", "quest": null, "poison": 0, "thorns": 0, @@ -45122,7 +44509,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -45197,7 +44583,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 40, @@ -45272,7 +44657,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -45347,7 +44731,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "161:1", "quest": null, "poison": 0, "thorns": 0, @@ -45423,7 +44806,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "159:8", "quest": null, "poison": 0, "thorns": 0, @@ -45498,7 +44880,6 @@ "name": "Sacramentalia", "tier": "Legendary", "set": null, - "material": "66", "quest": null, "poison": 0, "thorns": 0, @@ -45574,7 +44955,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "44:3", "quest": null, "poison": 0, "thorns": 0, @@ -45650,7 +45030,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -45725,7 +45104,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "35:2", "quest": null, "poison": 0, "thorns": 0, @@ -45801,7 +45179,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -45876,7 +45253,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "18:2", "quest": null, "poison": 0, "thorns": 0, @@ -45952,7 +45328,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -46027,7 +45402,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "17:2", "quest": null, "poison": 0, "thorns": 0, @@ -46102,7 +45476,6 @@ "name": "Vanguard", "tier": "Legendary", "set": null, - "material": "28:0", "quest": null, "poison": 0, "thorns": 0, @@ -46178,7 +45551,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -46252,7 +45624,6 @@ "name": "Black Catalyst", "tier": "Set", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -46328,7 +45699,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 30, @@ -46403,7 +45773,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -46477,7 +45846,6 @@ "name": "Drain", "tier": "Rare", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -46553,7 +45921,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -46628,7 +45995,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -46700,7 +46066,6 @@ "name": "Prognosticum", "tier": "Rare", "set": null, - "material": "66", "quest": null, "poison": 0, "thorns": 0, @@ -46776,7 +46141,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -46851,7 +46215,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "5:2", "quest": null, "poison": 0, "thorns": 0, @@ -46927,7 +46290,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": -100, @@ -47003,7 +46365,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -47076,7 +46437,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -47151,7 +46511,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "159:15", "quest": null, "poison": 0, "thorns": 0, @@ -47226,7 +46585,6 @@ "name": "Pulse Starter", "tier": "Rare", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -47301,7 +46659,6 @@ "name": "Pulse Stopper", "tier": "Rare", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -47377,7 +46734,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 1500, "thorns": 0, @@ -47453,7 +46809,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -47528,7 +46883,6 @@ "name": "Rune of Safe Passage", "tier": "Legendary", "set": null, - "material": "103", "quest": null, "poison": 0, "thorns": 0, @@ -47604,7 +46958,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 20, @@ -47679,7 +47032,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 40, @@ -47754,7 +47106,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -47830,7 +47181,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "35:5", "quest": null, "poison": 0, "thorns": 0, @@ -47906,7 +47256,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "159:2", "quest": null, "poison": 0, "thorns": 0, @@ -47982,7 +47331,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -48057,7 +47405,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "164:0", "quest": null, "poison": 0, "thorns": 0, @@ -48133,7 +47480,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -48208,7 +47554,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "161:1", "quest": null, "poison": 0, "thorns": 0, @@ -48284,7 +47629,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 675, "thorns": 10, @@ -48357,7 +47701,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:20", "quest": null, "poison": 0, "thorns": 0, @@ -48432,7 +47775,6 @@ "name": "Cosmium", "tier": "Unique", "set": null, - "material": "414:0", "quest": null, "poison": 0, "thorns": 0, @@ -48506,7 +47848,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -48579,7 +47920,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -48652,7 +47992,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 0, "thorns": 0, @@ -48727,7 +48066,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -48801,7 +48139,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -48874,7 +48211,6 @@ "name": "Coyote Crest", "tier": "Unique", "set": null, - "material": "160:11", "quest": null, "poison": 0, "thorns": 0, @@ -48948,7 +48284,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "35:2", "quest": null, "poison": 0, "thorns": 0, @@ -49022,7 +48357,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -49096,7 +48430,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -49171,7 +48504,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -49247,7 +48579,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 25, @@ -49320,7 +48651,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "136", "quest": null, "poison": 0, "thorns": 0, @@ -49394,7 +48724,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -49467,7 +48796,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -49540,7 +48868,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 5, @@ -49615,7 +48942,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -49688,7 +49014,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:0", "quest": null, "poison": 0, "thorns": 0, @@ -49762,7 +49087,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -49835,7 +49159,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "179:1", "quest": null, "poison": 0, "thorns": 0, @@ -49911,7 +49234,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:2", "quest": null, "poison": 0, "thorns": 0, @@ -49986,7 +49308,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -50060,7 +49381,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:17", "quest": null, "poison": 0, "thorns": 0, @@ -50135,7 +49455,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "128:0", "quest": null, "poison": 0, "thorns": 0, @@ -50209,7 +49528,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "136", "quest": null, "poison": 0, "thorns": 0, @@ -50283,7 +49601,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -50357,7 +49674,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -50430,7 +49746,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:16", "quest": null, "poison": 0, "thorns": 0, @@ -50505,7 +49820,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:8", "quest": null, "poison": 0, "thorns": 0, @@ -50579,7 +49893,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:23", "quest": null, "poison": 0, "thorns": 0, @@ -50655,7 +49968,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "163", "quest": null, "poison": 0, "thorns": 0, @@ -50729,7 +50041,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -50801,7 +50112,6 @@ "name": "Crystal Necklace", "tier": "Unique", "set": null, - "material": "160:14", "quest": null, "poison": 0, "thorns": 0, @@ -50875,7 +50185,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -50949,7 +50258,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "256:0", "quest": null, "poison": 0, "thorns": 0, @@ -51022,7 +50330,6 @@ "name": "Crash", "tier": "Unique", "set": null, - "material": "160:5", "quest": null, "poison": 0, "thorns": 0, @@ -51096,7 +50403,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "5:5", "quest": null, "poison": 0, "thorns": 12, @@ -51170,7 +50476,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -51245,7 +50550,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 172, "thorns": 0, @@ -51318,7 +50622,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -51391,7 +50694,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -51465,7 +50767,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -51538,7 +50839,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "256:0", "quest": null, "poison": 2000, "thorns": 10, @@ -51612,7 +50912,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -51685,7 +50984,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -51758,7 +51056,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -51832,7 +51129,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "35:5", "quest": null, "poison": 0, "thorns": 0, @@ -51906,7 +51202,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -51980,7 +51275,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -52053,7 +51347,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 0, @@ -52126,7 +51419,6 @@ "name": "Czytash's Compass", "tier": "Rare", "set": null, - "material": "183", "quest": null, "poison": 0, "thorns": 0, @@ -52200,7 +51492,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 2400, "thorns": 55, @@ -52276,7 +51567,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -52351,7 +51641,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -52426,7 +51715,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 5, @@ -52500,7 +51788,6 @@ "name": "Field", "tier": "Legendary", "set": null, - "material": "48:0", "quest": null, "poison": 0, "thorns": 0, @@ -52576,7 +51863,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -52651,7 +51937,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -52726,7 +52011,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:23", "quest": null, "poison": 0, "thorns": 0, @@ -52801,7 +52085,6 @@ "name": "Vitre", "tier": "Unique", "set": null, - "material": "25:0", "quest": null, "poison": 0, "thorns": 0, @@ -52877,7 +52160,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "126:2", "quest": null, "poison": 0, "thorns": 0, @@ -52953,7 +52235,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "135", "quest": null, "poison": 0, "thorns": 0, @@ -53028,7 +52309,6 @@ "name": "Dying Lobelia", "tier": "Legendary", "set": null, - "material": "183", "quest": null, "poison": 1150, "thorns": 0, @@ -53104,7 +52384,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "161:1", "quest": null, "poison": 3300, "thorns": 0, @@ -53180,7 +52459,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -53255,7 +52533,6 @@ "name": "Flashfire Gauntlet", "tier": "Set", "set": null, - "material": "185", "quest": null, "poison": 0, "thorns": 6, @@ -53331,7 +52608,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "44:3", "quest": null, "poison": 0, "thorns": 80, @@ -53406,7 +52682,6 @@ "name": "Flashfire Knuckle", "tier": "Set", "set": null, - "material": "95:8", "quest": null, "poison": 0, "thorns": 8, @@ -53482,7 +52757,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -53557,7 +52831,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:8", "quest": null, "poison": 0, "thorns": 0, @@ -53632,7 +52905,6 @@ "name": "Byte", "tier": "Legendary", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -53708,7 +52980,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -53783,7 +53054,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:21", "quest": null, "poison": 0, "thorns": 0, @@ -53858,7 +53128,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:20", "quest": null, "poison": 0, "thorns": 0, @@ -53933,7 +53202,6 @@ "name": "Gigabyte", "tier": "Legendary", "set": null, - "material": "414", "quest": null, "poison": 0, "thorns": 8, @@ -54009,7 +53277,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -54084,7 +53351,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:11", "quest": null, "poison": 0, "thorns": 0, @@ -54160,7 +53426,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -54235,7 +53500,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "35:8", "quest": null, "poison": 0, "thorns": 0, @@ -54311,7 +53575,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "16", "quest": null, "poison": 0, "thorns": 0, @@ -54386,7 +53649,6 @@ "name": "Megabyte", "tier": "Legendary", "set": null, - "material": "28", "quest": null, "poison": 0, "thorns": 0, @@ -54462,7 +53724,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 135, "thorns": 0, @@ -54535,7 +53796,6 @@ "name": "Ra", "tier": "Legendary", "set": null, - "material": "186:0", "quest": null, "poison": 0, "thorns": 0, @@ -54609,7 +53869,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -54684,7 +53943,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "44:7", "quest": null, "poison": 0, "thorns": 0, @@ -54760,7 +54018,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 40, "thorns": 0, @@ -54833,7 +54090,6 @@ "name": "Vertebra", "tier": "Unique", "set": null, - "material": "189:0", "quest": null, "poison": 0, "thorns": 0, @@ -54907,7 +54163,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 4, "thorns": 0, @@ -54980,7 +54235,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -55052,7 +54306,6 @@ "name": "Spider's Eye Pendant", "tier": "Rare", "set": null, - "material": "160:6", "quest": null, "poison": 0, "thorns": 0, @@ -55125,7 +54378,6 @@ "name": "Silkwrap", "tier": "Rare", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -55198,7 +54450,6 @@ "name": "Spider Bracelet", "tier": "Unique", "set": null, - "material": "190:0", "quest": null, "poison": 18, "thorns": 0, @@ -55272,7 +54523,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "109", "quest": null, "poison": 0, "thorns": 0, @@ -55346,7 +54596,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:19", "quest": null, "poison": 0, "thorns": 0, @@ -55422,7 +54671,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -55497,7 +54745,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 57, "thorns": 0, @@ -55571,7 +54818,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -55646,7 +54892,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -55721,7 +54966,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -55796,7 +55040,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -55870,7 +55113,6 @@ "name": "Criistal", "tier": "Legendary", "set": null, - "material": "414:0", "quest": null, "poison": 0, "thorns": 0, @@ -55946,7 +55188,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -56021,7 +55262,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 50, @@ -56096,7 +55336,6 @@ "name": "Vapor", "tier": "Rare", "set": null, - "material": "95:9", "quest": null, "poison": 0, "thorns": 0, @@ -56172,7 +55411,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 15, @@ -56248,7 +55486,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 250, "thorns": 10, @@ -56323,7 +55560,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -56398,7 +55634,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -56474,7 +55709,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -56549,7 +55783,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -56624,7 +55857,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -56700,7 +55932,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -56775,7 +56006,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "163:0", "quest": null, "poison": 0, "thorns": 0, @@ -56851,7 +56081,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 0, "thorns": 0, @@ -56927,7 +56156,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -57002,7 +56230,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 0, @@ -57077,7 +56304,6 @@ "name": "Ambivalence", "tier": "Legendary", "set": null, - "material": "160:9", "quest": null, "poison": 0, "thorns": 0, @@ -57153,7 +56379,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 0, "thorns": 20, @@ -57229,7 +56454,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -57304,7 +56528,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -57380,7 +56603,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "164:0", "quest": null, "poison": 3500, "thorns": 0, @@ -57456,7 +56678,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -57532,7 +56753,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "179:1", "quest": null, "majorIds": [ "GREED" @@ -57611,7 +56831,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "5:2", "quest": null, "poison": 0, "thorns": 0, @@ -57687,7 +56906,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "159:15", "quest": null, "poison": 0, "thorns": 0, @@ -57763,7 +56981,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 51, @@ -57838,7 +57055,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:26", "quest": null, "poison": 0, "thorns": 0, @@ -57914,7 +57130,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 15, @@ -57990,7 +57205,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 150, "thorns": 0, @@ -58066,7 +57280,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 0, @@ -58142,7 +57355,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 5, @@ -58217,7 +57429,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 0, @@ -58293,7 +57504,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "5:1", "quest": null, "poison": 0, "thorns": 0, @@ -58369,7 +57579,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "128:0", "quest": null, "poison": 0, "thorns": 0, @@ -58445,7 +57654,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 65, @@ -58520,7 +57728,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "67:0", "quest": null, "poison": 0, "thorns": 0, @@ -58596,7 +57803,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "53:0", "quest": null, "poison": 0, "thorns": 0, @@ -58672,7 +57878,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -58748,7 +57953,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "44:0", "quest": null, "poison": 40, "thorns": 0, @@ -58824,7 +58028,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -58899,7 +58102,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -58974,7 +58176,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:15", "quest": null, "poison": 0, "thorns": 0, @@ -59050,7 +58251,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "17:3", "quest": null, "poison": 0, "thorns": 0, @@ -59126,7 +58326,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "49:0", "quest": null, "poison": 0, "thorns": 0, @@ -59202,7 +58401,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 0, @@ -59278,7 +58476,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -59354,7 +58551,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "22:0", "quest": null, "poison": 0, "thorns": 0, @@ -59429,7 +58625,6 @@ "name": "Witherhead's Talisman", "tier": "Legendary", "set": null, - "material": "160:0", "quest": null, "poison": 0, "thorns": 0, @@ -59505,7 +58700,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:12", "quest": null, "poison": 135, "thorns": 18, @@ -59581,7 +58775,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -59656,7 +58849,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 0, "thorns": 0, @@ -59732,7 +58924,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -59807,7 +58998,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -59882,7 +59072,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -59956,7 +59145,6 @@ "name": "Spider Ring", "tier": "Unique", "set": null, - "material": "95:13", "quest": null, "poison": 0, "thorns": 0, @@ -60032,7 +59220,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "49:0", "quest": null, "poison": 0, "thorns": 0, @@ -60108,7 +59295,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -60183,7 +59369,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:0", "quest": null, "poison": 0, "thorns": 5, @@ -60259,7 +59444,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:0", "quest": null, "poison": 0, "thorns": 0, @@ -60334,7 +59518,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -60410,7 +59593,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "179:2", "quest": null, "poison": 0, "thorns": 0, @@ -60486,7 +59668,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -60562,7 +59743,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -60637,7 +59817,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -60712,7 +59891,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "5:1", "quest": null, "poison": 0, "thorns": 0, @@ -60788,7 +59966,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "136:0", "quest": null, "poison": 0, "thorns": 0, @@ -60864,7 +60041,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 220, "thorns": 0, @@ -60940,7 +60116,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 0, "thorns": 0, @@ -61016,7 +60191,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "18:0", "quest": null, "poison": 60, "thorns": 0, @@ -61092,7 +60266,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "17:3", "quest": null, "poison": 0, "thorns": 0, @@ -61168,7 +60341,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -61241,7 +60413,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -61314,7 +60485,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -61387,7 +60557,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -61461,7 +60630,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 12, @@ -61534,7 +60702,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "179:1", "quest": null, "poison": 0, "thorns": 0, @@ -61608,7 +60775,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -61681,7 +60847,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -61754,7 +60919,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:12", "quest": null, "poison": 0, "thorns": 0, @@ -61829,7 +60993,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -61901,7 +61064,6 @@ "name": "Darkiron Ring", "tier": "Rare", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -61975,7 +61137,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -62048,7 +61209,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:0", "quest": null, "poison": 0, "thorns": 0, @@ -62122,7 +61282,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -62195,7 +61354,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -62268,7 +61426,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "162:1", "quest": null, "poison": 0, "thorns": 0, @@ -62342,7 +61499,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -62416,7 +61572,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "7:0", "quest": null, "poison": 0, "thorns": 0, @@ -62490,7 +61645,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -62563,7 +61717,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 110, "thorns": 0, @@ -62636,7 +61789,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 145, "thorns": 0, @@ -62709,7 +61861,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:2", "quest": null, "poison": 0, "thorns": 6, @@ -62783,7 +61934,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:7", "quest": null, "poison": 0, "thorns": 0, @@ -62857,7 +62007,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "1:0", "quest": null, "poison": 1420, "thorns": 0, @@ -62931,7 +62080,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:8", "quest": null, "poison": 0, "thorns": 0, @@ -63006,7 +62154,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -63079,7 +62226,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -63155,7 +62301,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -63227,7 +62372,6 @@ "name": "Decoder Ring", "tier": "Rare", "set": null, - "material": "87", "quest": null, "poison": 0, "thorns": 0, @@ -63301,7 +62445,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -63377,7 +62520,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -63450,7 +62592,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 0, "thorns": 10, @@ -63524,7 +62665,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -63597,7 +62737,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "spellCost3Pct": -25, @@ -63674,7 +62813,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -63747,7 +62885,6 @@ "name": "Darksteel Ring", "tier": "Rare", "set": null, - "material": "95:8", "quest": null, "poison": 0, "thorns": 0, @@ -63821,7 +62958,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -63895,7 +63031,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -63969,7 +63104,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -64043,7 +63177,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -64117,7 +63250,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -64191,7 +63323,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 100, "thorns": 0, @@ -64265,7 +63396,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "5:0", "quest": null, "poison": 0, "thorns": 0, @@ -64339,7 +63469,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -64414,7 +63543,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "5:5", "quest": null, "poison": 0, "thorns": 0, @@ -64488,7 +63616,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "128:0", "quest": null, "poison": 0, "thorns": 0, @@ -64562,7 +63689,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 24, "thorns": 0, @@ -64636,7 +63762,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 3000, "thorns": 25, @@ -64709,7 +63834,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -64783,7 +63907,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "5:3", "quest": null, "poison": 0, "thorns": 0, @@ -64857,7 +63980,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -64930,7 +64052,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "128:0", "quest": null, "poison": 0, "thorns": 0, @@ -65004,7 +64125,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -65077,7 +64197,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -65151,7 +64270,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -65225,7 +64343,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 0, "thorns": 0, @@ -65300,7 +64417,6 @@ "name": "Devotion", "tier": "Rare", "set": null, - "material": "160", "quest": null, "poison": 0, "thorns": 0, @@ -65373,7 +64489,6 @@ "name": "Devilish", "tier": "Rare", "set": null, - "material": "185", "quest": null, "poison": 192, "thorns": 0, @@ -65447,7 +64562,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -65522,7 +64636,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:2", "quest": null, "poison": 0, "thorns": 0, @@ -65596,7 +64709,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -65669,7 +64781,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "159:15", "quest": null, "poison": 0, "thorns": 0, @@ -65743,7 +64854,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 20, @@ -65815,7 +64925,6 @@ "name": "Diet", "tier": "Unique", "set": null, - "material": "56:0", "quest": null, "poison": 0, "thorns": 0, @@ -65889,7 +64998,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -65962,7 +65070,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 30, "thorns": 0, @@ -66036,7 +65143,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 485, "thorns": 0, @@ -66110,7 +65216,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -66182,7 +65287,6 @@ "name": "Disappeared", "tier": "Rare", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -66256,7 +65360,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -66328,7 +65431,6 @@ "name": "Discordant", "tier": "Rare", "set": null, - "material": "27", "quest": null, "poison": 0, "thorns": 0, @@ -66402,7 +65504,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:25", "quest": null, "poison": 0, "thorns": 0, @@ -66477,7 +65578,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -66550,7 +65650,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "171:13", "quest": null, "poison": 0, "thorns": 7, @@ -66624,7 +65723,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -66697,7 +65795,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -66771,7 +65868,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -66844,7 +65940,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "159:8", "quest": null, "poison": 0, "thorns": 0, @@ -66917,7 +66012,6 @@ "name": "Dofotri", "tier": "Rare", "set": null, - "material": "95:13", "quest": null, "poison": 0, "thorns": 0, @@ -66991,7 +66085,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 0, @@ -67065,7 +66158,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -67138,7 +66230,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -67212,7 +66303,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -67285,7 +66375,6 @@ "name": "Downfall", "tier": "Legendary", "set": null, - "material": "95:8", "quest": null, "poison": 0, "thorns": 0, @@ -67359,7 +66448,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": "The Belly of the Beast", "poison": 0, "thorns": 0, @@ -67432,7 +66520,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -67505,7 +66592,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -67578,7 +66664,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -67652,7 +66737,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -67725,7 +66809,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -67798,7 +66881,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -67871,7 +66953,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "159:2", "quest": null, "poison": 0, "thorns": 0, @@ -67945,7 +67026,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -68018,7 +67098,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "5:2", "quest": null, "poison": 0, "thorns": 0, @@ -68092,7 +67171,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "109:0", "quest": null, "poison": 0, "thorns": 0, @@ -68166,7 +67244,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -68239,7 +67316,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -68311,7 +67387,6 @@ "name": "Druid's Ring", "tier": "Unique", "set": null, - "material": "95:6", "quest": null, "poison": 0, "thorns": 0, @@ -68385,7 +67460,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "5:1", "quest": null, "poison": 0, "thorns": 0, @@ -68459,7 +67533,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "162:1", "quest": null, "poison": 0, "thorns": 0, @@ -68533,7 +67606,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -68607,7 +67679,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -68681,7 +67752,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 5, @@ -68754,7 +67824,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "35:8", "quest": null, "poison": 0, "thorns": 0, @@ -68828,7 +67897,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:12", "quest": null, "poison": 0, "thorns": 0, @@ -68903,7 +67971,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -68976,7 +68043,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 105, "thorns": 0, @@ -69050,7 +68116,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 8, @@ -69123,7 +68188,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "163", "quest": null, "poison": 0, "thorns": 0, @@ -69196,7 +68260,6 @@ "name": "Dusty Ring", "tier": "Unique", "set": null, - "material": "95:13", "quest": null, "poison": 0, "thorns": 0, @@ -69269,7 +68332,6 @@ "name": "Dust Devil", "tier": "Unique", "set": null, - "material": "89:0", "quest": null, "poison": 0, "thorns": 0, @@ -69343,7 +68405,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:0", "quest": null, "poison": 80, "thorns": 0, @@ -69417,7 +68478,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -69489,7 +68549,6 @@ "name": "Dynamic", "tier": "Unique", "set": null, - "material": "186", "quest": null, "poison": 0, "thorns": 0, @@ -69563,7 +68622,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:20", "quest": null, "poison": 0, "thorns": 0, @@ -69639,7 +68697,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -69712,7 +68769,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "164", "quest": null, "poison": 0, "thorns": 0, @@ -69786,7 +68842,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -69859,7 +68914,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 0, @@ -69933,7 +68987,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 0, @@ -70007,7 +69060,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "126:2", "quest": null, "poison": 0, "thorns": 0, @@ -70081,7 +69133,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 0, @@ -70155,7 +69206,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "134", "quest": null, "poison": 0, "thorns": 0, @@ -70228,7 +69278,6 @@ "name": "Ebrithil", "tier": "Unique", "set": null, - "material": "160:9", "quest": null, "poison": 0, "thorns": 0, @@ -70302,7 +69351,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:22", "quest": null, "poison": 0, "thorns": 0, @@ -70377,7 +69425,6 @@ "name": "Eater", "tier": "Unique", "set": null, - "material": "95:0", "quest": null, "poison": 0, "thorns": 0, @@ -70450,7 +69497,6 @@ "name": "Edgy", "tier": "Unique", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -70524,7 +69570,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": null, "quest": null, "poison": 111, "thorns": -10, @@ -70599,7 +69644,6 @@ "name": "Echo", "tier": "Unique", "set": null, - "material": "95:13", "quest": null, "poison": 0, "thorns": 0, @@ -70673,7 +69717,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "5:4", "quest": null, "poison": 0, "thorns": 0, @@ -70747,7 +69790,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -70820,7 +69862,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "5:3", "quest": null, "poison": 0, "thorns": 0, @@ -70894,7 +69935,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -70967,7 +70007,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -71040,7 +70079,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -71112,7 +70150,6 @@ "name": "Ehwaz", "tier": "Unique", "set": null, - "material": "95:3", "quest": null, "poison": 0, "thorns": 0, @@ -71186,7 +70223,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -71260,7 +70296,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 415, "thorns": 0, @@ -71332,7 +70367,6 @@ "name": "Electric Torc", "tier": "Unique", "set": null, - "material": "160:11", "quest": null, "poison": 0, "thorns": 0, @@ -71406,7 +70440,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 455, "thorns": 5, @@ -71479,7 +70512,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -71552,7 +70584,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -71626,7 +70657,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -71699,7 +70729,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23", "quest": null, "poison": 0, "thorns": 0, @@ -71773,7 +70802,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 300, "thorns": 10, @@ -71846,7 +70874,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -71918,7 +70945,6 @@ "name": "Ein", "tier": "Unique", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -71992,7 +71018,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -72066,7 +71091,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 0, @@ -72140,7 +71164,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "5:3", "quest": null, "poison": 0, "thorns": 0, @@ -72214,7 +71237,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:21", "quest": null, "poison": 0, "thorns": 0, @@ -72290,7 +71312,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -72364,7 +71385,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -72438,7 +71458,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 65, @@ -72511,7 +71530,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -72584,7 +71602,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -72656,7 +71673,6 @@ "name": "Enmity", "tier": "Rare", "set": null, - "material": "187", "quest": null, "poison": 0, "thorns": 0, @@ -72729,7 +71745,6 @@ "name": "Ensa's Failure", "tier": "Rare", "set": null, - "material": "183", "quest": null, "poison": 450, "thorns": 11, @@ -72803,7 +71818,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -72876,7 +71890,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -72949,7 +71962,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -73021,7 +72033,6 @@ "name": "Enzan's Lucky Charm", "tier": "Rare", "set": null, - "material": "192", "quest": null, "poison": 0, "thorns": 0, @@ -73095,7 +72106,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 16, @@ -73168,7 +72178,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "17:2", "quest": null, "poison": 0, "thorns": 0, @@ -73242,7 +72251,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -73315,7 +72323,6 @@ "name": "Errant", "tier": "Unique", "set": null, - "material": "160:13", "quest": null, "poison": 0, "thorns": 0, @@ -73389,7 +72396,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 61, "thorns": 11, @@ -73461,7 +72467,6 @@ "name": "Equinox", "tier": "Rare", "set": null, - "material": "88", "quest": null, "poison": 0, "thorns": 0, @@ -73535,7 +72540,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -73609,7 +72613,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -73683,7 +72686,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -73757,7 +72759,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "5:5", "quest": null, "poison": 0, "thorns": 0, @@ -73830,7 +72831,6 @@ "name": "Esclavage", "tier": "Unique", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -73903,7 +72903,6 @@ "name": "Espoir", "tier": "Rare", "set": null, - "material": "95:0", "quest": null, "poison": 0, "thorns": 0, @@ -73977,7 +72976,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:15", "quest": null, "poison": 0, "thorns": 0, @@ -74051,7 +73049,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:22", "quest": null, "poison": 0, "thorns": 0, @@ -74126,7 +73123,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "5:5", "quest": null, "poison": 0, "thorns": 0, @@ -74200,7 +73196,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:11", "quest": null, "poison": 0, "thorns": 0, @@ -74276,7 +73271,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -74350,7 +73344,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -74423,7 +73416,6 @@ "name": "Euouae", "tier": "Rare", "set": null, - "material": "191", "quest": null, "poison": 0, "thorns": 0, @@ -74497,7 +73489,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 100, "thorns": 0, @@ -74571,7 +73562,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -74644,7 +73634,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 4, @@ -74717,7 +73706,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -74790,7 +73778,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -74864,7 +73851,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -74937,7 +73923,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -75010,7 +73995,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -75083,7 +74067,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -75156,7 +74139,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": -15, @@ -75229,7 +74211,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -75301,7 +74282,6 @@ "name": "Facile", "tier": "Rare", "set": null, - "material": "87", "quest": null, "poison": 0, "thorns": 0, @@ -75374,7 +74354,6 @@ "name": "Facetious", "tier": "Unique", "set": null, - "material": "183", "quest": null, "poison": 0, "thorns": 0, @@ -75448,7 +74427,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -75521,7 +74499,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -75593,7 +74570,6 @@ "name": "Faith of the Bovemist", "tier": "Rare", "set": null, - "material": "95:9", "quest": null, "poison": 0, "thorns": 0, @@ -75667,7 +74643,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -75740,7 +74715,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:16", "quest": null, "poison": 0, "thorns": 0, @@ -75816,7 +74790,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "171:15", "quest": null, "poison": 0, "thorns": 0, @@ -75890,7 +74863,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "159:15", "quest": null, "poison": 0, "thorns": 0, @@ -75964,7 +74936,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:7", "quest": null, "poison": 0, "thorns": 0, @@ -76038,7 +75009,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -76111,7 +75081,6 @@ "name": "Favian's Wing", "tier": "Rare", "set": null, - "material": "190", "quest": null, "poison": 0, "thorns": 0, @@ -76185,7 +75154,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -76258,7 +75226,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -76330,7 +75297,6 @@ "name": "Fehu", "tier": "Unique", "set": null, - "material": "56", "quest": null, "poison": 0, "thorns": 0, @@ -76404,7 +75370,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -76477,7 +75442,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 80, @@ -76550,7 +75514,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "53:0", "quest": null, "poison": 0, "thorns": 0, @@ -76624,7 +75587,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -76698,7 +75660,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 0, @@ -76772,7 +75733,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -76846,7 +75806,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 8, @@ -76920,7 +75879,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:17", "quest": null, "poison": 0, "thorns": 0, @@ -76996,7 +75954,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": "159:6", "quest": null, "poison": 0, "thorns": 0, @@ -77071,7 +76028,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": "170:0", "quest": null, "poison": 0, "thorns": 0, @@ -77146,7 +76102,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": "159:0", "quest": null, "poison": 0, "thorns": 0, @@ -77221,7 +76176,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:15", "quest": null, "poison": 0, "thorns": 0, @@ -77296,7 +76250,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 0, @@ -77369,7 +76322,6 @@ "name": "Fiery Torc", "tier": "Unique", "set": null, - "material": "160:7", "quest": null, "poison": 0, "thorns": 0, @@ -77443,7 +76395,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": "159:3", "quest": null, "poison": 0, "thorns": 0, @@ -77517,7 +76468,6 @@ "name": "Fingertrap", "tier": "Unique", "set": null, - "material": "103:0", "quest": null, "poison": 0, "thorns": 0, @@ -77590,7 +76540,6 @@ "name": "Finesse", "tier": "Unique", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -77663,7 +76612,6 @@ "name": "Fireball", "tier": "Unique", "set": null, - "material": "95:8", "quest": null, "poison": 0, "thorns": 0, @@ -77737,7 +76685,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -77811,7 +76758,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -77885,7 +76831,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -77958,7 +76903,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -78032,7 +76976,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "35:8", "quest": null, "poison": 0, "thorns": 0, @@ -78105,7 +77048,6 @@ "name": "Firecloud", "tier": "Unique", "set": null, - "material": "45:0", "quest": null, "poison": 0, "thorns": 0, @@ -78179,7 +77121,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -78252,7 +77193,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -78325,7 +77265,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:16", "quest": null, "poison": 0, "thorns": 0, @@ -78400,7 +77339,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 0, "thorns": 0, @@ -78474,7 +77412,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "159:11", "quest": null, "poison": 0, "thorns": 0, @@ -78548,7 +77485,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -78622,7 +77558,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -78696,7 +77631,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:6", "quest": null, "poison": 0, "thorns": 0, @@ -78770,7 +77704,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 12, @@ -78844,7 +77777,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:16", "quest": null, "poison": 0, "thorns": 0, @@ -78920,7 +77852,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -78994,7 +77925,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -79068,7 +77998,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 20, @@ -79141,7 +78070,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -79214,7 +78142,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -79287,7 +78214,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -79360,7 +78286,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -79433,7 +78358,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -79508,7 +78432,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -79582,7 +78505,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -79656,7 +78578,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -79730,7 +78651,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -79804,7 +78724,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -79879,7 +78798,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -79953,7 +78871,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -80027,7 +78944,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -80101,7 +79017,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -80174,7 +79089,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -80248,7 +79162,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -80321,7 +79234,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -80394,7 +79306,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -80469,7 +79380,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -80542,7 +79452,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -80616,7 +79525,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -80690,7 +79598,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -80764,7 +79671,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -80839,7 +79745,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -80913,7 +79818,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -80987,7 +79891,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -81061,7 +79964,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -81135,7 +80037,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -81209,7 +80110,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -81283,7 +80183,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -81357,7 +80256,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -81432,7 +80330,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -81507,7 +80404,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -81581,7 +80477,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -81655,7 +80550,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -81729,7 +80623,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -81803,7 +80696,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -81877,7 +80769,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -81951,7 +80842,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -82025,7 +80915,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -82100,7 +80989,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -82174,7 +81062,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -82248,7 +81135,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -82322,7 +81208,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -82397,7 +81282,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -82471,7 +81355,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -82545,7 +81428,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -82619,7 +81501,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -82693,7 +81574,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -82767,7 +81647,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -82841,7 +81720,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -82915,7 +81793,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -82989,7 +81866,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -83063,7 +81939,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -83138,7 +82013,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -83213,7 +82087,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -83287,7 +82160,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -83361,7 +82233,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -83435,7 +82306,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -83509,7 +82379,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -83584,7 +82453,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -83658,7 +82526,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -83732,7 +82599,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -83806,7 +82672,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -83880,7 +82745,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -83954,7 +82818,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -84028,7 +82891,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -84102,7 +82964,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -84177,7 +83038,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -84250,7 +83110,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -84323,7 +83182,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "5:1", "quest": null, "poison": 0, "thorns": 0, @@ -84397,7 +83255,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:8", "quest": null, "poison": 0, "thorns": 0, @@ -84471,7 +83328,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:23", "quest": null, "poison": 0, "thorns": 0, @@ -84547,7 +83403,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 0, "thorns": 0, @@ -84621,7 +83476,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:21", "quest": null, "poison": 0, "thorns": 0, @@ -84695,7 +83549,6 @@ "name": "Fluorine", "tier": "Rare", "set": null, - "material": "102", "quest": null, "poison": 0, "thorns": 0, @@ -84769,7 +83622,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "5:4", "quest": null, "poison": 0, "thorns": 0, @@ -84843,7 +83695,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -84916,7 +83767,6 @@ "name": "Foam Bracer", "tier": "Unique", "set": null, - "material": "66", "quest": null, "poison": 0, "thorns": 0, @@ -84990,7 +83840,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -85062,7 +83911,6 @@ "name": "Fog", "tier": "Unique", "set": null, - "material": "191", "quest": null, "poison": 0, "thorns": 0, @@ -85136,7 +83984,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -85209,7 +84056,6 @@ "displayName": "Follow the Wind", "tier": "Legendary", "set": null, - "material": "191", "quest": null, "poison": 0, "thorns": 0, @@ -85282,7 +84128,6 @@ "name": "Foreboding", "tier": "Rare", "set": null, - "material": "187", "quest": null, "poison": 0, "thorns": 0, @@ -85355,7 +84200,6 @@ "name": "Founder", "tier": "Unique", "set": null, - "material": "160:5", "quest": null, "poison": 0, "thorns": 0, @@ -85428,7 +84272,6 @@ "name": "Fortitude", "tier": "Rare", "set": null, - "material": "184", "quest": null, "poison": 0, "thorns": 0, @@ -85502,7 +84345,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 0, @@ -85576,7 +84418,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -85649,7 +84490,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "1:0", "quest": null, "poison": 0, "thorns": 0, @@ -85723,7 +84563,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -85795,7 +84634,6 @@ "name": "Fractured", "tier": "Legendary", "set": null, - "material": "95:8", "quest": null, "poison": 0, "thorns": 6, @@ -85869,7 +84707,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -85942,7 +84779,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:11", "quest": null, "poison": 0, "thorns": 10, @@ -86017,7 +84853,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "35:2", "quest": null, "poison": 0, "thorns": 0, @@ -86091,7 +84926,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -86164,7 +84998,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -86237,7 +85070,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -86311,7 +85143,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "5:4", "quest": null, "poison": 0, "thorns": 0, @@ -86385,7 +85216,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -86457,7 +85287,6 @@ "name": "Fuse", "tier": "Rare", "set": null, - "material": "95:8", "quest": null, "poison": 0, "thorns": 0, @@ -86531,7 +85360,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -86604,7 +85432,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "7", "quest": null, "poison": 0, "thorns": 0, @@ -86678,7 +85505,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "159:8", "quest": null, "poison": 0, "thorns": 0, @@ -86753,7 +85579,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": "The Hunger of Gerts Part 1", "poison": 0, "thorns": 0, @@ -86829,7 +85654,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "135:0", "quest": "The Hunger of Gerts Part 2", "poison": 0, "thorns": 0, @@ -86906,7 +85730,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": null, "quest": "The Hunger of Gerts Part 2", "poison": 800, "thorns": 0, @@ -86982,7 +85805,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": null, "quest": "The Hunger of Gerts Part 2", "poison": 0, "thorns": 0, @@ -87058,7 +85880,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": "The Hunger of Gerts Part 1", "poison": 0, "thorns": 0, @@ -87134,7 +85955,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "1", "quest": "The Hunger of Gerts Part 2", "poison": 0, "thorns": 0, @@ -87210,7 +86030,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "35:8", "quest": null, "poison": 0, "thorns": 0, @@ -87284,7 +86103,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -87357,7 +86175,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "35:8", "quest": null, "poison": 0, "thorns": 0, @@ -87431,7 +86248,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "7:0", "quest": null, "poison": 0, "thorns": 0, @@ -87505,7 +86321,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -87579,7 +86394,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -87652,7 +86466,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 0, "thorns": 0, @@ -87726,7 +86539,6 @@ "tier": "Fabled", "type": "boots", "set": null, - "material": null, "quest": null, "majorIds": [ "CAVALRYMAN" @@ -87802,7 +86614,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -87874,7 +86685,6 @@ "name": "Garnet Ring", "tier": "Unique", "set": null, - "material": "95:8", "quest": null, "poison": 0, "thorns": 0, @@ -87948,7 +86758,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -88023,7 +86832,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": "The Hunger of Gerts Part 1", "poison": 0, "thorns": 0, @@ -88098,7 +86906,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -88171,7 +86978,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -88245,7 +87051,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "stealing": 8, @@ -88319,7 +87124,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -88392,7 +87196,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "179:1", "quest": null, "poison": 0, "thorns": 0, @@ -88466,7 +87269,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:10", "quest": null, "poison": 0, "thorns": 0, @@ -88541,7 +87343,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -88615,7 +87416,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -88687,7 +87487,6 @@ "name": "Geothermal", "tier": "Unique", "set": null, - "material": "160:4", "quest": null, "poison": 0, "thorns": 0, @@ -88760,7 +87559,6 @@ "name": "Ghost", "tier": "Unique", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -88834,7 +87632,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "159:11", "quest": null, "poison": 0, "thorns": 0, @@ -88908,7 +87705,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -88981,7 +87777,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "128:0", "quest": null, "poison": 0, "thorns": 0, @@ -89054,7 +87849,6 @@ "name": "Gilded Cuff", "tier": "Unique", "set": null, - "material": "188", "quest": null, "poison": 0, "thorns": 0, @@ -89128,7 +87922,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -89202,7 +87995,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -89275,7 +88067,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -89349,7 +88140,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 15, @@ -89423,7 +88213,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -89496,7 +88285,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -89568,7 +88356,6 @@ "name": "Glitz", "tier": "Unique", "set": null, - "material": "56", "quest": null, "poison": 0, "thorns": 0, @@ -89641,7 +88428,6 @@ "name": "Gloomstone", "tier": "Rare", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -89715,7 +88501,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:24", "quest": null, "poison": 0, "thorns": 0, @@ -89791,7 +88576,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:7", "quest": null, "poison": 0, "thorns": 0, @@ -89865,7 +88649,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 10, @@ -89938,7 +88721,6 @@ "name": "Gnir", "tier": "Unique", "set": null, - "material": "95:6", "quest": null, "poison": 0, "thorns": 7, @@ -90012,7 +88794,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:3", "quest": null, "poison": 0, "thorns": 0, @@ -90087,7 +88868,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": null, "quest": "The Hunger of Gerts Part 2", "poison": 0, "thorns": 0, @@ -90163,7 +88943,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -90236,7 +89015,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 6, @@ -90310,7 +89088,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 4, @@ -90382,7 +89159,6 @@ "name": "Gospel", "tier": "Unique", "set": null, - "material": "160:0", "quest": null, "poison": 0, "thorns": 0, @@ -90456,7 +89232,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -90529,7 +89304,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -90601,7 +89375,6 @@ "name": "Gouttes", "tier": "Unique", "set": null, - "material": "95:9", "quest": null, "poison": 0, "thorns": 0, @@ -90675,7 +89448,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -90748,7 +89520,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:23", "quest": null, "poison": 0, "thorns": 0, @@ -90825,7 +89596,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "stealing": 6, @@ -90899,7 +89669,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 0, @@ -90973,7 +89742,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "majorIds": [ "MAGNET" @@ -91049,7 +89817,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:23", "quest": null, "poison": 0, "thorns": 0, @@ -91124,7 +89891,6 @@ "name": "Great Brace", "tier": "Unique", "set": null, - "material": "185", "quest": null, "poison": 0, "thorns": 0, @@ -91198,7 +89964,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -91271,7 +90036,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -91343,7 +90107,6 @@ "name": "Great Charm", "tier": "Unique", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -91417,7 +90180,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -91490,7 +90252,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:6", "quest": null, "poison": 0, "thorns": 0, @@ -91564,7 +90325,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -91637,7 +90397,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -91711,7 +90470,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": 0, "thorns": 0, @@ -91785,7 +90543,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -91859,7 +90616,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:23", "quest": null, "poison": 0, "thorns": 0, @@ -91935,7 +90691,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -92008,7 +90763,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -92080,7 +90834,6 @@ "name": "Gust", "tier": "Unique", "set": null, - "material": "190", "quest": null, "poison": 0, "thorns": 0, @@ -92154,7 +90907,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "24:2", "quest": null, "poison": 0, "thorns": 0, @@ -92228,7 +90980,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": 0, "thorns": 0, @@ -92303,7 +91054,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, @@ -92378,7 +91128,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -92451,7 +91200,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -92526,7 +91274,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, @@ -92601,7 +91348,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -92675,7 +91421,6 @@ "name": "Bottled Thunderstorm", "tier": "Rare", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -92751,7 +91496,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 0, @@ -92825,7 +91569,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": "The Qira Hive", "poison": 2250, "thorns": 0, @@ -92899,7 +91642,6 @@ "name": "Breezehands", "tier": "Rare", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -92974,7 +91716,6 @@ "name": "Clockwork", "tier": "Rare", "set": null, - "material": "189:0", "quest": null, "poison": 0, "thorns": 20, @@ -93050,7 +91791,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -93124,7 +91864,6 @@ "name": "Contrast", "tier": "Legendary", "set": null, - "material": "102:0", "quest": "The Qira Hive", "poison": 750, "thorns": 0, @@ -93200,7 +91939,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 100, "thorns": 0, @@ -93274,7 +92012,6 @@ "name": "Coral Ring", "tier": "Rare", "set": null, - "material": "95:3", "quest": null, "poison": -365, "thorns": 0, @@ -93351,7 +92088,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, @@ -93426,7 +92162,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, @@ -93500,7 +92235,6 @@ "name": "Dupliblaze", "tier": "Rare", "set": null, - "material": "185:0", "quest": null, "poison": 0, "thorns": 0, @@ -93576,7 +92310,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -93652,7 +92385,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, @@ -93727,7 +92459,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, @@ -93802,7 +92533,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -93877,7 +92607,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -93951,7 +92680,6 @@ "name": "Golemlus Core", "tier": "Rare", "set": null, - "material": "160:5", "quest": null, "poison": 0, "thorns": 0, @@ -94027,7 +92755,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, @@ -94102,7 +92829,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -94177,7 +92903,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "171:15", "quest": "The Qira Hive", "poison": 0, "thorns": 0, @@ -94253,7 +92978,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "24:2", "quest": "The Qira Hive", "poison": 0, "thorns": 0, @@ -94329,7 +93053,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "126:2", "quest": "The Qira Hive", "poison": 0, "thorns": 0, @@ -94405,7 +93128,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:26", "quest": "The Qira Hive", "poison": 0, "thorns": 0, @@ -94481,7 +93203,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "126:5", "quest": "The Qira Hive", "poison": 0, "thorns": 0, @@ -94557,7 +93278,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -94631,7 +93351,6 @@ "name": "Intensity", "tier": "Legendary", "set": null, - "material": "95:0", "quest": "The Qira Hive", "poison": 0, "thorns": 0, @@ -94707,7 +93426,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 25, @@ -94781,7 +93499,6 @@ "name": "Moon Pool Circlet", "tier": "Rare", "set": null, - "material": "88:0", "quest": null, "poison": 0, "thorns": 0, @@ -94857,7 +93574,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, @@ -94931,7 +93647,6 @@ "name": "Prowess", "tier": "Legendary", "set": null, - "material": "188:0", "quest": "The Qira Hive", "poison": 0, "thorns": 0, @@ -95007,7 +93722,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 35, @@ -95082,7 +93796,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -95157,7 +93870,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -95232,7 +93944,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -95307,7 +94018,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -95382,7 +94092,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -95456,7 +94165,6 @@ "name": "Subur Clip", "tier": "Rare", "set": null, - "material": "183:0", "quest": null, "poison": 0, "thorns": 20, @@ -95532,7 +94240,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -95608,7 +94315,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 40, @@ -95683,7 +94389,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -95758,7 +94463,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, @@ -95832,7 +94536,6 @@ "name": "Lightning Flash", "tier": "Rare", "set": null, - "material": "160:11", "quest": null, "poison": 0, "thorns": 0, @@ -95908,7 +94611,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -95982,7 +94684,6 @@ "name": "Vortex Bracer", "tier": "Rare", "set": null, - "material": "191:0", "quest": null, "poison": 0, "thorns": 0, @@ -96058,7 +94759,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -96133,7 +94833,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -96205,7 +94904,6 @@ "name": "Hallfred's Greed", "tier": "Rare", "set": null, - "material": "188", "quest": null, "poison": 0, "thorns": 0, @@ -96279,7 +94977,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -96352,7 +95049,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "24:0", "quest": null, "poison": 0, "thorns": 0, @@ -96426,7 +95122,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "53:0", "quest": null, "poison": 0, "thorns": 0, @@ -96499,7 +95194,6 @@ "name": "Handcuff", "tier": "Unique", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -96573,7 +95267,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 0, "thorns": 0, @@ -96647,7 +95340,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -96719,7 +95411,6 @@ "name": "Hamsey's Brilliance", "tier": "Rare", "set": null, - "material": "28", "quest": null, "poison": 0, "thorns": 0, @@ -96793,7 +95484,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -96867,7 +95557,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -96941,7 +95630,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:26", "quest": null, "poison": 0, "thorns": 0, @@ -97017,7 +95705,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:18", "quest": null, "poison": 0, "thorns": 0, @@ -97092,7 +95779,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "44:7", "quest": null, "poison": 0, "thorns": 0, @@ -97166,7 +95852,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -97239,7 +95924,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "24:2", "quest": null, "poison": 0, "thorns": 0, @@ -97313,7 +95997,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -97386,7 +96069,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -97459,7 +96141,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:15", "quest": null, "poison": 0, "thorns": 0, @@ -97534,7 +96215,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 0, @@ -97608,7 +96288,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -97682,7 +96361,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "5:2", "quest": null, "poison": 0, "thorns": 12, @@ -97756,7 +96434,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -97830,7 +96507,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:16", "quest": null, "poison": 0, "thorns": 0, @@ -97906,7 +96582,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "159:15", "quest": null, "poison": 0, "thorns": 0, @@ -97980,7 +96655,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "5:1", "quest": null, "poison": 0, "thorns": 0, @@ -98054,7 +96728,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 0, "thorns": 0, @@ -98128,7 +96801,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -98202,7 +96874,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -98276,7 +96947,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -98349,7 +97019,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "35:2", "quest": null, "poison": 0, "thorns": 0, @@ -98423,7 +97092,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:22", "quest": null, "poison": 0, "thorns": 0, @@ -98499,7 +97167,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -98572,7 +97239,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 12, @@ -98644,7 +97310,6 @@ "name": "Hellion", "tier": "Unique", "set": null, - "material": "95:8", "quest": null, "poison": 0, "thorns": 0, @@ -98718,7 +97383,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "159:8", "quest": null, "poison": 0, "thorns": 0, @@ -98792,7 +97456,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -98866,7 +97529,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -98940,7 +97602,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -99013,7 +97674,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -99086,7 +97746,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -99159,7 +97818,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "159:8", "quest": null, "poison": 0, "thorns": 0, @@ -99233,7 +97891,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:8", "quest": null, "poison": 0, "thorns": 0, @@ -99308,7 +97965,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -99381,7 +98037,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -99454,7 +98109,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "163", "quest": null, "poison": 0, "thorns": 0, @@ -99528,7 +98182,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -99601,7 +98254,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -99674,7 +98326,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 31, @@ -99747,7 +98398,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -99820,7 +98470,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 34, @@ -99893,7 +98542,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:20", "quest": null, "poison": 0, "thorns": 0, @@ -99968,7 +98616,6 @@ "name": "Hexed Amulet", "tier": "Legendary", "set": null, - "material": "414", "quest": null, "poison": 0, "thorns": 0, @@ -100041,7 +98688,6 @@ "name": "Hidden", "tier": "Rare", "set": null, - "material": "56", "quest": null, "poison": 0, "thorns": 0, @@ -100116,7 +98762,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -100189,7 +98834,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -100263,7 +98907,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -100336,7 +98979,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "256:0", "quest": null, "poison": 0, "thorns": 0, @@ -100410,7 +99052,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -100483,7 +99124,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "161:1", "quest": null, "poison": 0, "thorns": 0, @@ -100557,7 +99197,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 560, "thorns": 0, @@ -100631,7 +99270,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:10", "quest": null, "poison": 0, "thorns": 0, @@ -100707,7 +99345,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:22", "quest": null, "poison": 0, "thorns": 0, @@ -100783,7 +99420,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 8, @@ -100856,7 +99492,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -100930,7 +99565,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -101003,7 +99637,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -101076,7 +99709,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 0, "thorns": 0, @@ -101150,7 +99782,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -101223,7 +99854,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -101296,7 +99926,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -101369,7 +99998,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23:0", "quest": "Prison Story", "poison": 0, "thorns": 0, @@ -101443,7 +100071,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 0, @@ -101517,7 +100144,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:5", "quest": null, "poison": 0, "thorns": 0, @@ -101591,7 +100217,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -101664,7 +100289,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -101737,7 +100361,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "159:15", "quest": null, "poison": 0, "thorns": 0, @@ -101810,7 +100433,6 @@ "name": "Ice Band", "tier": "Unique", "set": null, - "material": "66", "quest": null, "poison": 0, "thorns": 0, @@ -101884,7 +100506,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -101957,7 +100578,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 9, @@ -102030,7 +100650,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 0, @@ -102104,7 +100723,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:16", "quest": null, "poison": 0, "thorns": 0, @@ -102180,7 +100798,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "159:2", "quest": null, "poison": 0, "thorns": 0, @@ -102254,7 +100871,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "5:1", "quest": null, "poison": 0, "thorns": 0, @@ -102328,7 +100944,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -102402,7 +101017,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -102475,7 +101089,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": "The Envoy Part II", "poison": 0, "thorns": 0, @@ -102549,7 +101162,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -102622,7 +101234,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -102696,7 +101307,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -102770,7 +101380,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -102845,7 +101454,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -102919,7 +101527,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -102994,7 +101601,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -103068,7 +101674,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -103142,7 +101747,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -103216,7 +101820,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -103290,7 +101893,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -103364,7 +101966,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -103438,7 +102039,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -103513,7 +102113,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -103587,7 +102186,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -103662,7 +102260,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -103736,7 +102333,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -103810,7 +102406,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -103884,7 +102479,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -103958,7 +102552,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -104032,7 +102625,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -104107,7 +102699,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -104182,7 +102773,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -104256,7 +102846,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -104330,7 +102919,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -104404,7 +102992,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -104478,7 +103065,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -104552,7 +103138,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -104626,7 +103211,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -104700,7 +103284,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -104774,7 +103357,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -104849,7 +103431,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -104923,7 +103504,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -104998,7 +103578,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -105072,7 +103651,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -105146,7 +103724,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -105220,7 +103797,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -105294,7 +103870,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -105368,7 +103943,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -105442,7 +104016,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -105517,7 +104090,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -105591,7 +104163,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -105665,7 +104236,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -105739,7 +104309,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -105813,7 +104382,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -105887,7 +104455,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -105962,7 +104529,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -106036,7 +104602,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -106110,7 +104675,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -106184,7 +104748,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -106258,7 +104821,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -106332,7 +104894,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -106406,7 +104967,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -106481,7 +105041,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -106555,7 +105114,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -106629,7 +105187,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:20", "quest": null, "poison": 0, "thorns": 0, @@ -106705,7 +105262,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -106780,7 +105336,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -106853,7 +105408,6 @@ "name": "Impudent", "tier": "Unique", "set": null, - "material": "89:0", "quest": null, "poison": 0, "thorns": 0, @@ -106927,7 +105481,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 0, @@ -107001,7 +105554,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -107073,7 +105625,6 @@ "name": "Incendiary", "tier": "Rare", "set": null, - "material": "160:7", "quest": null, "poison": 0, "thorns": 0, @@ -107147,7 +105698,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -107221,7 +105771,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -107295,7 +105844,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 500, "thorns": 0, @@ -107369,7 +105917,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -107442,7 +105989,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:16", "quest": null, "poison": 0, "thorns": 0, @@ -107517,7 +106063,6 @@ "name": "Infected Band", "tier": "Unique", "set": null, - "material": "189", "quest": null, "poison": 220, "thorns": 0, @@ -107591,7 +106136,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "159:2", "quest": null, "poison": 0, "thorns": 0, @@ -107665,7 +106209,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -107739,7 +106282,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:17", "quest": null, "poison": 0, "thorns": 0, @@ -107814,7 +106356,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -107888,7 +106429,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -107962,7 +106502,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 10, @@ -108034,7 +106573,6 @@ "name": "Iniquity", "tier": "Rare", "set": null, - "material": "188", "quest": null, "poison": 395, "thorns": 0, @@ -108108,7 +106646,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 0, "thorns": 0, @@ -108183,7 +106720,6 @@ "name": "Insulation", "tier": "Unique", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -108256,7 +106792,6 @@ "name": "Inundatio", "tier": "Rare", "set": null, - "material": "160:8", "quest": null, "poison": 0, "thorns": 0, @@ -108330,7 +106865,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -108403,7 +106937,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -108476,7 +107009,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 488, "thorns": 0, @@ -108550,7 +107082,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -108624,7 +107155,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "161:1", "quest": null, "poison": 0, "thorns": 0, @@ -108698,7 +107228,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "18:3", "quest": null, "poison": 0, "thorns": 8, @@ -108771,7 +107300,6 @@ "name": "Iron Bracer", "tier": "Unique", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -108845,7 +107373,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -108918,7 +107445,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "7:0", "quest": null, "poison": 0, "thorns": 0, @@ -108992,7 +107518,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "5:4", "quest": null, "poison": 487, "thorns": 0, @@ -109066,7 +107591,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 14, @@ -109139,7 +107663,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -109212,7 +107735,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:23", "quest": null, "poison": 0, "thorns": 0, @@ -109287,7 +107809,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -109360,7 +107881,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "179:1", "quest": null, "poison": -1000, "thorns": 0, @@ -109434,7 +107954,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "5:0", "quest": null, "poison": 0, "thorns": 0, @@ -109508,7 +108027,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "136:0", "quest": null, "poison": 50, "thorns": 6, @@ -109581,7 +108099,6 @@ "name": "Jackal Crest", "tier": "Unique", "set": null, - "material": "160:6", "quest": null, "poison": 0, "thorns": 0, @@ -109655,7 +108172,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "126:2", "quest": null, "poison": 0, "thorns": 0, @@ -109728,7 +108244,6 @@ "name": "Jackpot", "tier": "Rare", "set": null, - "material": "102:0", "quest": null, "poison": 0, "thorns": 0, @@ -109801,7 +108316,6 @@ "name": "Jag", "tier": "Rare", "set": null, - "material": "95:11", "quest": null, "poison": 0, "thorns": 4, @@ -109875,7 +108389,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -109948,7 +108461,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -110022,7 +108534,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -110094,7 +108605,6 @@ "name": "Jiandan Handwraps", "tier": "Legendary", "set": null, - "material": "183", "quest": null, "poison": 0, "thorns": 0, @@ -110168,7 +108678,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -110241,7 +108750,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "256:0", "quest": null, "poison": 0, "thorns": 0, @@ -110315,7 +108823,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -110389,7 +108896,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 120, "thorns": 1, @@ -110463,7 +108969,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -110536,7 +109041,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -110609,7 +109113,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -110683,7 +109186,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -110756,7 +109258,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -110830,7 +109331,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 265, "thorns": 5, @@ -110903,7 +109403,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "164", "quest": null, "poison": 0, "thorns": 0, @@ -110977,7 +109476,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -111051,7 +109549,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -111125,7 +109622,6 @@ "name": "Juniper", "tier": "Unique", "set": null, - "material": "95:5", "quest": null, "poison": 0, "thorns": 0, @@ -111199,7 +109695,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -111273,7 +109768,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -111347,7 +109841,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -111419,7 +109912,6 @@ "name": "Justice", "tier": "Unique", "set": null, - "material": "185", "quest": null, "poison": 0, "thorns": 0, @@ -111493,7 +109985,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -111566,7 +110057,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -111640,7 +110130,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 10, @@ -111713,7 +110202,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -111787,7 +110275,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -111861,7 +110348,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -111934,7 +110420,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -112008,7 +110493,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -112080,7 +110564,6 @@ "name": "Kayde", "tier": "Unique", "set": null, - "material": "188", "quest": null, "poison": 0, "thorns": 0, @@ -112154,7 +110637,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -112227,7 +110709,6 @@ "name": "Keeper", "tier": "Unique", "set": null, - "material": "188:0", "quest": null, "poison": 0, "thorns": 0, @@ -112301,7 +110782,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:21", "quest": null, "poison": 0, "thorns": 0, @@ -112375,7 +110855,6 @@ "name": "Kaze", "tier": "Legendary", "set": null, - "material": "89", "quest": null, "poison": 0, "thorns": 0, @@ -112449,7 +110928,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 0, "thorns": 0, @@ -112522,7 +111000,6 @@ "name": "Kelight's Gauntlet", "tier": "Rare", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -112596,7 +111073,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -112668,7 +111144,6 @@ "name": "Kernel", "tier": "Rare", "set": null, - "material": "160:11", "quest": null, "poison": 0, "thorns": 0, @@ -112742,7 +111217,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -112815,7 +111289,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -112889,7 +111362,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -112962,7 +111434,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:10", "quest": null, "poison": 0, "thorns": 0, @@ -113037,7 +111508,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -113110,7 +111580,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "128:0", "quest": null, "poison": 0, "thorns": 0, @@ -113184,7 +111653,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 30, @@ -113258,7 +111726,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -113331,7 +111798,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": -1000000, "thorns": 0, @@ -113405,7 +111871,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "163:0", "quest": null, "poison": 0, "thorns": 0, @@ -113479,7 +111944,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -113552,7 +112016,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 11, @@ -113625,7 +112088,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:23", "quest": null, "poison": 0, "thorns": 0, @@ -113701,7 +112163,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "44:0", "quest": null, "poison": 0, "thorns": 0, @@ -113774,7 +112235,6 @@ "name": "Knucklebones", "tier": "Legendary", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -113848,7 +112308,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -113921,7 +112380,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": 0, "thorns": 0, @@ -113995,7 +112453,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -114068,7 +112525,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 245, "thorns": 0, @@ -114141,7 +112597,6 @@ "name": "Krolton's Cruelty", "tier": "Rare", "set": null, - "material": "187", "quest": null, "poison": 500, "thorns": 0, @@ -114215,7 +112670,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:0", "quest": null, "poison": 0, "thorns": 0, @@ -114288,7 +112742,6 @@ "name": "Bronze Basic Bracelet", "tier": "Legendary", "set": null, - "material": "188:0", "quest": null, "poison": 0, "thorns": 0, @@ -114363,7 +112816,6 @@ "name": "Bronze Basic Necklace", "tier": "Legendary", "set": null, - "material": "102:0", "quest": null, "poison": 0, "thorns": 0, @@ -114438,7 +112890,6 @@ "name": "Diamond Fiber Bracelet", "tier": "Legendary", "set": null, - "material": "183", "quest": null, "poison": 0, "thorns": 0, @@ -114513,7 +112964,6 @@ "name": "Bronze Basic Ring", "tier": "Legendary", "set": null, - "material": "95:0", "quest": null, "poison": 0, "thorns": 0, @@ -114588,7 +113038,6 @@ "name": "Diamond Fiber Necklace", "tier": "Legendary", "set": null, - "material": "160:5", "quest": null, "poison": 0, "thorns": 0, @@ -114663,7 +113112,6 @@ "name": "Diamond Fusion Ring", "tier": "Legendary", "set": null, - "material": "103", "quest": null, "poison": 0, "thorns": 10, @@ -114738,7 +113186,6 @@ "name": "Diamond Fiber Ring", "tier": "Legendary", "set": null, - "material": "95:6", "quest": null, "poison": 0, "thorns": 0, @@ -114813,7 +113260,6 @@ "name": "Diamond Fusion Necklace", "tier": "Legendary", "set": null, - "material": "414", "quest": null, "poison": 0, "thorns": 0, @@ -114888,7 +113334,6 @@ "name": "Diamond Fusion Bracelet", "tier": "Legendary", "set": null, - "material": "28", "quest": null, "poison": 0, "thorns": 0, @@ -114963,7 +113408,6 @@ "name": "Diamond Hydro Bracelet", "tier": "Legendary", "set": null, - "material": "66", "quest": null, "poison": 0, "thorns": 0, @@ -115038,7 +113482,6 @@ "name": "Diamond Hydro Ring", "tier": "Legendary", "set": null, - "material": "88", "quest": null, "poison": 0, "thorns": 0, @@ -115113,7 +113556,6 @@ "name": "Diamond Solar Bracelet", "tier": "Legendary", "set": null, - "material": "185", "quest": null, "poison": 0, "thorns": 0, @@ -115188,7 +113630,6 @@ "name": "Diamond Hydro Necklace", "tier": "Legendary", "set": null, - "material": "160:9", "quest": null, "poison": 0, "thorns": 0, @@ -115263,7 +113704,6 @@ "name": "Diamond Static Bracelet", "tier": "Legendary", "set": null, - "material": "187", "quest": null, "poison": 0, "thorns": 0, @@ -115338,7 +113778,6 @@ "name": "Diamond Static Necklace", "tier": "Legendary", "set": null, - "material": "160:11", "quest": null, "poison": 0, "thorns": 0, @@ -115413,7 +113852,6 @@ "name": "Diamond Solar Necklace", "tier": "Legendary", "set": null, - "material": "160:7", "quest": null, "poison": 0, "thorns": 0, @@ -115488,7 +113926,6 @@ "name": "Diamond Solar Ring", "tier": "Legendary", "set": null, - "material": "95:8", "quest": null, "poison": 0, "thorns": 0, @@ -115564,7 +114001,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -115636,7 +114072,6 @@ "name": "Diamond Static Ring", "tier": "Legendary", "set": null, - "material": "95:12", "quest": null, "poison": 0, "thorns": 10, @@ -115711,7 +114146,6 @@ "name": "Diamond Steam Necklace", "tier": "Legendary", "set": null, - "material": "160:13", "quest": null, "poison": 0, "thorns": 0, @@ -115786,7 +114220,6 @@ "name": "Diamond Steam Bracelet", "tier": "Legendary", "set": null, - "material": "191:0", "quest": null, "poison": 0, "thorns": 0, @@ -115861,7 +114294,6 @@ "name": "Gold Fiber Necklace", "tier": "Legendary", "set": null, - "material": "160:5", "quest": null, "poison": 0, "thorns": 0, @@ -115936,7 +114368,6 @@ "name": "Diamond Steam Ring", "tier": "Legendary", "set": null, - "material": "89:0", "quest": null, "poison": 0, "thorns": 0, @@ -116011,7 +114442,6 @@ "name": "Gold Fiber Bracelet", "tier": "Legendary", "set": null, - "material": "183", "quest": null, "poison": 0, "thorns": 0, @@ -116086,7 +114516,6 @@ "name": "Gold Fiber Ring", "tier": "Legendary", "set": null, - "material": "95:6", "quest": null, "poison": 0, "thorns": 0, @@ -116161,7 +114590,6 @@ "name": "Gold Fusion Ring", "tier": "Legendary", "set": null, - "material": "103", "quest": null, "poison": 0, "thorns": 7, @@ -116236,7 +114664,6 @@ "name": "Gold Fusion Bracelet", "tier": "Legendary", "set": null, - "material": "28", "quest": null, "poison": 0, "thorns": 0, @@ -116311,7 +114738,6 @@ "name": "Gold Fusion Necklace", "tier": "Legendary", "set": null, - "material": "414", "quest": null, "poison": 0, "thorns": 0, @@ -116386,7 +114812,6 @@ "name": "Gold Hydro Ring", "tier": "Legendary", "set": null, - "material": "88", "quest": null, "poison": 0, "thorns": 0, @@ -116461,7 +114886,6 @@ "name": "Gold Solar Necklace", "tier": "Legendary", "set": null, - "material": "160:7", "quest": null, "poison": 0, "thorns": 0, @@ -116536,7 +114960,6 @@ "name": "Gold Solar Bracelet", "tier": "Legendary", "set": null, - "material": "185", "quest": null, "poison": 0, "thorns": 0, @@ -116611,7 +115034,6 @@ "name": "Gold Hydro Bracelet", "tier": "Legendary", "set": null, - "material": "66", "quest": null, "poison": 0, "thorns": 0, @@ -116686,7 +115108,6 @@ "name": "Gold Solar Ring", "tier": "Legendary", "set": null, - "material": "95:8", "quest": null, "poison": 0, "thorns": 0, @@ -116761,7 +115182,6 @@ "name": "Gold Static Ring", "tier": "Legendary", "set": null, - "material": "95:12", "quest": null, "poison": 0, "thorns": 4, @@ -116836,7 +115256,6 @@ "name": "Gold Static Necklace", "tier": "Legendary", "set": null, - "material": "160:11", "quest": null, "poison": 0, "thorns": 0, @@ -116911,7 +115330,6 @@ "name": "Gold Static Bracelet", "tier": "Legendary", "set": null, - "material": "187", "quest": null, "poison": 0, "thorns": 0, @@ -116986,7 +115404,6 @@ "name": "Gold Steam Ring", "tier": "Legendary", "set": null, - "material": "89:0", "quest": null, "poison": 0, "thorns": 0, @@ -117061,7 +115478,6 @@ "name": "Gold Hydro Necklace", "tier": "Legendary", "set": null, - "material": "160:9", "quest": null, "poison": 0, "thorns": 0, @@ -117136,7 +115552,6 @@ "name": "Silver Fusion Bracelet", "tier": "Legendary", "set": null, - "material": "27", "quest": null, "poison": 0, "thorns": 0, @@ -117211,7 +115626,6 @@ "name": "Gold Steam Bracelet", "tier": "Legendary", "set": null, - "material": "191:0", "quest": null, "poison": 0, "thorns": 0, @@ -117286,7 +115700,6 @@ "name": "Silver Fiber Necklace", "tier": "Legendary", "set": null, - "material": "160:4", "quest": null, "poison": 0, "thorns": 0, @@ -117361,7 +115774,6 @@ "name": "Legendary Medallion", "tier": "Legendary", "set": null, - "material": "102:0", "quest": null, "poison": 0, "thorns": 0, @@ -117435,7 +115847,6 @@ "name": "Silver Fiber Ring", "tier": "Legendary", "set": null, - "material": "95:5", "quest": null, "poison": 0, "thorns": 0, @@ -117510,7 +115921,6 @@ "name": "Silver Fiber Bracelet", "tier": "Legendary", "set": null, - "material": "192", "quest": null, "poison": 0, "thorns": 0, @@ -117585,7 +115995,6 @@ "name": "Silver Fusion Necklace", "tier": "Legendary", "set": null, - "material": "160:14", "quest": null, "poison": 0, "thorns": 0, @@ -117660,7 +116069,6 @@ "name": "Silver Fusion Ring", "tier": "Legendary", "set": null, - "material": "48", "quest": null, "poison": 0, "thorns": 5, @@ -117735,7 +116143,6 @@ "name": "Silver Hydro Necklace", "tier": "Legendary", "set": null, - "material": "160:8", "quest": null, "poison": 0, "thorns": 0, @@ -117810,7 +116217,6 @@ "name": "Silver Hydro Bracelet", "tier": "Legendary", "set": null, - "material": "25", "quest": null, "poison": 0, "thorns": 0, @@ -117885,7 +116291,6 @@ "name": "Silver Hydro Ring", "tier": "Legendary", "set": null, - "material": "95:9", "quest": null, "poison": 0, "thorns": 0, @@ -117960,7 +116365,6 @@ "name": "Silver Solar Bracelet", "tier": "Legendary", "set": null, - "material": "184", "quest": null, "poison": 0, "thorns": 0, @@ -118035,7 +116439,6 @@ "name": "Silver Solar Ring", "tier": "Legendary", "set": null, - "material": "45", "quest": null, "poison": 0, "thorns": 0, @@ -118110,7 +116513,6 @@ "name": "Silver Static Bracelet", "tier": "Legendary", "set": null, - "material": "186", "quest": null, "poison": 0, "thorns": 0, @@ -118185,7 +116587,6 @@ "name": "Silver Static Necklace", "tier": "Legendary", "set": null, - "material": "160:10", "quest": null, "poison": 0, "thorns": 0, @@ -118260,7 +116661,6 @@ "name": "Silver Solar Necklace", "tier": "Legendary", "set": null, - "material": "160:6", "quest": null, "poison": 0, "thorns": 0, @@ -118335,7 +116735,6 @@ "name": "Silver Steam Bracelet", "tier": "Legendary", "set": null, - "material": "190:0", "quest": null, "poison": 0, "thorns": 0, @@ -118410,7 +116809,6 @@ "name": "Silver Steam Ring", "tier": "Legendary", "set": null, - "material": "95:13", "quest": null, "poison": 0, "thorns": 0, @@ -118485,7 +116883,6 @@ "name": "Silver Static Ring", "tier": "Legendary", "set": null, - "material": "95:11", "quest": null, "poison": 0, "thorns": 0, @@ -118560,7 +116957,6 @@ "name": "Silver Steam Necklace", "tier": "Legendary", "set": null, - "material": "160:12", "quest": null, "poison": 0, "thorns": 0, @@ -118636,7 +117032,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 195, "thorns": 0, @@ -118709,7 +117104,6 @@ "name": "Laen's Curiosity", "tier": "Rare", "set": null, - "material": "25", "quest": null, "poison": 0, "thorns": 0, @@ -118782,7 +117176,6 @@ "name": "Lake", "tier": "Unique", "set": null, - "material": "95:9", "quest": null, "poison": 0, "thorns": 0, @@ -118855,7 +117248,6 @@ "name": "Lapis Necklace", "tier": "Unique", "set": null, - "material": "102", "quest": null, "poison": 0, "thorns": 0, @@ -118929,7 +117321,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 665, "thorns": 0, @@ -119003,7 +117394,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:9", "quest": null, "poison": 0, "thorns": 0, @@ -119079,7 +117469,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 0, "thorns": 0, @@ -119153,7 +117542,6 @@ "name": "Lasting", "tier": "Unique", "set": null, - "material": "188", "quest": null, "poison": 0, "thorns": 0, @@ -119226,7 +117614,6 @@ "name": "Latchkey", "tier": "Unique", "set": null, - "material": "185:0", "quest": null, "poison": 0, "thorns": 0, @@ -119300,7 +117687,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -119374,7 +117760,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -119446,7 +117831,6 @@ "name": "Lead", "tier": "Unique", "set": null, - "material": "95:1", "quest": null, "poison": 235, "thorns": 0, @@ -119520,7 +117904,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:2", "quest": null, "poison": 0, "thorns": 20, @@ -119594,7 +117977,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": 0, "thorns": 0, @@ -119667,7 +118049,6 @@ "name": "Lecade's Rank", "tier": "Rare", "set": null, - "material": "185", "quest": null, "poison": 0, "thorns": 0, @@ -119741,7 +118122,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -119814,7 +118194,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "7:0", "quest": null, "poison": 0, "thorns": 0, @@ -119888,7 +118267,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -119961,7 +118339,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:24", "quest": null, "poison": 0, "thorns": 0, @@ -120036,7 +118413,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -120109,7 +118485,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -120183,7 +118558,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -120255,7 +118629,6 @@ "name": "Gold Steam Necklace", "tier": "Legendary", "set": null, - "material": "160:13", "quest": null, "poison": 0, "thorns": 0, @@ -120331,7 +118704,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 800, "thorns": 0, @@ -120404,7 +118776,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -120477,7 +118848,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -120550,7 +118920,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 10, @@ -120624,7 +118993,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -120697,7 +119065,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 35, @@ -120770,7 +119137,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 35, "thorns": 0, @@ -120843,7 +119209,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -120916,7 +119281,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:17", "quest": null, "poison": 575, "thorns": 0, @@ -120992,7 +119356,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -121065,7 +119428,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -121138,7 +119500,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -121211,7 +119572,6 @@ "name": "Libella", "tier": "Unique", "set": null, - "material": "95:13", "quest": null, "poison": 0, "thorns": 0, @@ -121285,7 +119645,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -121359,7 +119718,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -121432,7 +119790,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -121506,7 +119863,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "159:15", "quest": null, "poison": 0, "thorns": 0, @@ -121580,7 +119936,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 7, @@ -121653,7 +120008,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -121728,7 +120082,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -121803,7 +120156,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -121878,7 +120230,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -121951,7 +120302,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:3", "quest": null, "poison": 0, "thorns": 0, @@ -122025,7 +120375,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:25", "quest": null, "poison": 0, "thorns": 0, @@ -122100,7 +120449,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -122174,7 +120522,6 @@ "name": "Lithium", "tier": "Unique", "set": null, - "material": "102:0", "quest": null, "poison": 0, "thorns": 0, @@ -122248,7 +120595,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -122321,7 +120667,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "159:11", "quest": null, "poison": 0, "thorns": 0, @@ -122395,7 +120740,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "114", "quest": null, "poison": 0, "thorns": 0, @@ -122468,7 +120812,6 @@ "name": "Lizard", "tier": "Unique", "set": null, - "material": "45:0", "quest": null, "poison": 0, "thorns": 0, @@ -122542,7 +120885,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 180, "thorns": 0, @@ -122616,7 +120958,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:12", "quest": null, "poison": 0, "thorns": 0, @@ -122692,7 +121033,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -122766,7 +121106,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 0, "thorns": 0, @@ -122841,7 +121180,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -122915,7 +121253,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 6, @@ -122988,7 +121325,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -123061,7 +121397,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "163:0", "quest": null, "poison": 0, "thorns": 5, @@ -123134,7 +121469,6 @@ "name": "Lodestone", "tier": "Legendary", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -123207,7 +121541,6 @@ "name": "Luas", "tier": "Unique", "set": null, - "material": "190", "quest": null, "poison": 0, "thorns": 0, @@ -123282,7 +121615,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:3", "quest": null, "poison": 0, "thorns": 0, @@ -123356,7 +121688,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "35:2", "quest": "The Lost", "poison": 0, "thorns": 0, @@ -123430,7 +121761,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "5:4", "quest": null, "poison": 0, "thorns": 0, @@ -123504,7 +121834,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -123577,7 +121906,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 0, "thorns": 0, @@ -123651,7 +121979,6 @@ "name": "Lucky Coin", "tier": "Unique", "set": null, - "material": "102", "quest": null, "poison": 0, "thorns": 0, @@ -123724,7 +122051,6 @@ "name": "Luminis", "tier": "Rare", "set": null, - "material": "160:2", "quest": null, "poison": 0, "thorns": 0, @@ -123798,7 +122124,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "35:5", "quest": null, "poison": 0, "thorns": 0, @@ -123872,7 +122197,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -123946,7 +122270,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -124019,7 +122342,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:19", "quest": null, "poison": 0, "thorns": 0, @@ -124095,7 +122417,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "5:2", "quest": null, "poison": 0, "thorns": 0, @@ -124169,7 +122490,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 155, "thorns": 0, @@ -124242,7 +122562,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "18:2", "quest": null, "poison": 0, "thorns": 0, @@ -124316,7 +122635,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 450, "thorns": 0, @@ -124390,7 +122708,6 @@ "tier": "Mythic", "type": "relik", "set": null, - "material": "273:17", "quest": null, "poison": 0, "thorns": 0, @@ -124464,7 +122781,6 @@ "tier": "Mythic", "type": "spear", "set": null, - "material": "53:0", "quest": null, "poison": 0, "thorns": 0, @@ -124538,7 +122854,6 @@ "tier": "Mythic", "type": "relik", "set": null, - "material": "273:11", "quest": null, "poison": 0, "thorns": 0, @@ -124612,7 +122927,6 @@ "tier": "Mythic", "type": "spear", "set": null, - "material": "159:2", "quest": null, "poison": 0, "thorns": 0, @@ -124686,7 +123000,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "114", "quest": null, "poison": 0, "thorns": 0, @@ -124760,7 +123073,6 @@ "tier": "Mythic", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -124833,7 +123145,6 @@ "tier": "Mythic", "type": "dagger", "set": null, - "material": "35:2", "quest": null, "poison": 0, "thorns": 0, @@ -124907,7 +123218,6 @@ "tier": "Mythic", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -124981,7 +123291,6 @@ "tier": "Mythic", "type": "dagger", "set": null, - "material": "114:0", "quest": null, "poison": 0, "thorns": 21, @@ -125055,7 +123364,6 @@ "tier": "Mythic", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -125128,7 +123436,6 @@ "tier": "Mythic", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -125202,7 +123509,6 @@ "tier": "Mythic", "type": "spear", "set": null, - "material": "24:2", "quest": null, "poison": 0, "thorns": 0, @@ -125276,7 +123582,6 @@ "tier": "Mythic", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -125349,7 +123654,6 @@ "tier": "Mythic", "type": "bow", "set": null, - "material": "126:2", "quest": null, "poison": 0, "thorns": 0, @@ -125423,7 +123727,6 @@ "tier": "Mythic", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 35, @@ -125496,7 +123799,6 @@ "tier": "Mythic", "type": "relik", "set": null, - "material": "273:26", "quest": null, "poison": 0, "thorns": 0, @@ -125570,7 +123872,6 @@ "tier": "Mythic", "type": "wand", "set": null, - "material": "44:3", "quest": null, "poison": 0, "thorns": 0, @@ -125644,7 +123945,6 @@ "tier": "Mythic", "type": "dagger", "set": null, - "material": "161:1", "quest": null, "poison": 2000, "thorns": 70, @@ -125718,7 +124018,6 @@ "tier": "Mythic", "type": "wand", "set": null, - "material": "18:2", "quest": null, "poison": 2500, "thorns": 15, @@ -125792,7 +124091,6 @@ "tier": "Mythic", "type": "spear", "set": null, - "material": "159:2", "quest": null, "majorIds": [ "GUARDIAN" @@ -125869,7 +124167,6 @@ "tier": "Mythic", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 2308, "thorns": 0, @@ -125942,7 +124239,6 @@ "tier": "Mythic", "type": "relik", "set": null, - "material": "273:23", "quest": null, "poison": 0, "thorns": 0, @@ -126016,7 +124312,6 @@ "tier": "Mythic", "type": "bow", "set": null, - "material": "164:0", "quest": null, "poison": 0, "thorns": 0, @@ -126090,7 +124385,6 @@ "tier": "Mythic", "type": "spear", "set": null, - "material": "5:2", "quest": null, "poison": 0, "thorns": 0, @@ -126164,7 +124458,6 @@ "tier": "Mythic", "type": "bow", "set": null, - "material": "159:8", "quest": null, "majorIds": [ "ALTRUISM" @@ -126241,7 +124534,6 @@ "tier": "Mythic", "type": "dagger", "set": null, - "material": "159:11", "quest": null, "poison": 0, "thorns": 0, @@ -126315,7 +124607,6 @@ "tier": "Mythic", "type": "spear", "set": null, - "material": "35:2", "quest": null, "majorIds": [ "HERO" @@ -126392,7 +124683,6 @@ "tier": "Mythic", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -126465,7 +124755,6 @@ "tier": "Mythic", "type": "wand", "set": null, - "material": "5:5", "quest": null, "poison": 0, "thorns": 0, @@ -126539,7 +124828,6 @@ "tier": "Mythic", "type": "wand", "set": null, - "material": "126:3", "quest": null, "majorIds": [ "ENTROPY" @@ -126616,7 +124904,6 @@ "tier": "Mythic", "type": "dagger", "set": null, - "material": "162:1", "quest": null, "majorIds": [ "ARCANES" @@ -126693,7 +124980,6 @@ "tier": "Mythic", "type": "wand", "set": null, - "material": "159:15", "quest": null, "poison": 0, "thorns": 0, @@ -126767,7 +125053,6 @@ "tier": "Mythic", "type": "dagger", "set": null, - "material": "16", "quest": null, "poison": -7000, "thorns": 0, @@ -126841,7 +125126,6 @@ "tier": "Mythic", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -126915,7 +125199,6 @@ "tier": "Mythic", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -126988,7 +125271,6 @@ "tier": "Mythic", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -127061,7 +125343,6 @@ "tier": "Mythic", "type": "relik", "set": null, - "material": "273:20", "quest": null, "poison": 0, "thorns": 0, @@ -127135,7 +125416,6 @@ "tier": "Mythic", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -127208,7 +125488,6 @@ "tier": "Mythic", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 0, "thorns": 30, @@ -127282,7 +125561,6 @@ "tier": "Mythic", "type": "bow", "set": null, - "material": "17:2", "quest": null, "poison": 0, "thorns": 0, @@ -127356,7 +125634,6 @@ "tier": "Mythic", "type": "spear", "set": null, - "material": "44:7", "quest": null, "poison": 0, "thorns": 0, @@ -127430,7 +125707,6 @@ "tier": "Mythic", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -127503,7 +125779,6 @@ "tier": "Mythic", "type": "relik", "set": null, - "material": "273:11", "quest": null, "poison": 10000, "thorns": 0, @@ -127577,7 +125852,6 @@ "tier": "Mythic", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -127650,7 +125924,6 @@ "tier": "Mythic", "type": "dagger", "set": null, - "material": "179:1", "quest": null, "majorIds": [ "ROVINGASSASSIN" @@ -127727,7 +126000,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "126:2", "quest": null, "poison": 0, "thorns": 0, @@ -127801,7 +126073,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -127875,7 +126146,6 @@ "tier": "Mythic", "type": "wand", "set": null, - "material": "35:5", "quest": null, "poison": 0, "thorns": 0, @@ -127949,7 +126219,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -128021,7 +126290,6 @@ "name": "Macht", "tier": "Unique", "set": null, - "material": "192", "quest": null, "poison": 0, "thorns": 0, @@ -128095,7 +126363,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:8", "quest": null, "poison": 0, "thorns": 35, @@ -128171,7 +126438,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -128244,7 +126510,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:15", "quest": null, "poison": 0, "thorns": 0, @@ -128318,7 +126583,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -128392,7 +126656,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:11", "quest": null, "poison": 0, "thorns": 25, @@ -128466,7 +126729,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -128540,7 +126802,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -128613,7 +126874,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -128687,7 +126947,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "53:0", "quest": null, "poison": 0, "thorns": 0, @@ -128761,7 +127020,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -128834,7 +127092,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:23", "quest": null, "poison": 0, "thorns": 0, @@ -128909,7 +127166,6 @@ "name": "Major", "tier": "Rare", "set": null, - "material": "87:0", "quest": null, "poison": 0, "thorns": 0, @@ -128982,7 +127238,6 @@ "name": "Malachite", "tier": "Unique", "set": null, - "material": "95:6", "quest": null, "poison": 0, "thorns": 0, @@ -129056,7 +127311,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 0, @@ -129130,7 +127384,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -129203,7 +127456,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": "397:2", "quest": null, "poison": 0, "thorns": 0, @@ -129276,7 +127528,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -129350,7 +127601,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 0, @@ -129424,7 +127674,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -129497,7 +127746,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -129570,7 +127818,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 11, @@ -129644,7 +127891,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:11", "quest": null, "poison": 0, "thorns": 0, @@ -129719,7 +127965,6 @@ "name": "Marble", "tier": "Rare", "set": null, - "material": "48", "quest": null, "poison": 0, "thorns": 0, @@ -129793,7 +128038,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -129865,7 +128109,6 @@ "name": "Marius' Lament", "tier": "Rare", "set": null, - "material": "27", "quest": null, "poison": 0, "thorns": 0, @@ -129939,7 +128182,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -130012,7 +128254,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 788, "thorns": 22, @@ -130085,7 +128326,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -130157,7 +128397,6 @@ "name": "Master", "tier": "Legendary", "set": null, - "material": "160:14", "quest": null, "poison": 0, "thorns": 0, @@ -130230,7 +128469,6 @@ "name": "Marvel", "tier": "Legendary", "set": null, - "material": "88", "quest": null, "poison": 0, "thorns": 0, @@ -130304,7 +128542,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 0, "thorns": 0, @@ -130379,7 +128616,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -130452,7 +128688,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -130526,7 +128761,6 @@ "tier": "Mythic", "type": "bow", "set": null, - "material": "35:8", "quest": null, "poison": 0, "thorns": 0, @@ -130600,7 +128834,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -130672,7 +128905,6 @@ "name": "Meep", "tier": "Unique", "set": null, - "material": "89:0", "quest": null, "poison": 0, "thorns": 0, @@ -130746,7 +128978,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -130819,7 +129050,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -130892,7 +129122,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -130965,7 +129194,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:25", "quest": null, "poison": 0, "thorns": 0, @@ -131041,7 +129269,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 0, @@ -131115,7 +129342,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -131188,7 +129414,6 @@ "name": "Melody", "tier": "Unique", "set": null, - "material": "95:13", "quest": null, "poison": 0, "thorns": 0, @@ -131262,7 +129487,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -131335,7 +129559,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -131408,7 +129631,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 11, @@ -131481,7 +129703,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "1:0", "quest": null, "poison": 0, "thorns": 0, @@ -131555,7 +129776,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -131627,7 +129847,6 @@ "name": "Mercy", "tier": "Unique", "set": null, - "material": "95:3", "quest": null, "poison": 0, "thorns": 0, @@ -131701,7 +129920,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:16", "quest": null, "poison": 1530, "thorns": 20, @@ -131776,7 +129994,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "163:0", "quest": null, "poison": 0, "thorns": 0, @@ -131850,7 +130067,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -131923,7 +130139,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "22:0", "quest": null, "poison": 0, "thorns": 0, @@ -131997,7 +130212,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 14, @@ -132070,7 +130284,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -132144,7 +130357,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -132217,7 +130429,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "49:0", "quest": null, "poison": 0, "thorns": 0, @@ -132291,7 +130502,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -132363,7 +130573,6 @@ "name": "Mind Cracker", "tier": "Unique", "set": null, - "material": "95:9", "quest": null, "poison": 0, "thorns": 0, @@ -132436,7 +130645,6 @@ "name": "Minor", "tier": "Rare", "set": null, - "material": "87:0", "quest": null, "poison": 0, "thorns": 0, @@ -132510,7 +130718,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 420, "thorns": 0, @@ -132582,7 +130789,6 @@ "name": "Mirror", "tier": "Rare", "set": null, - "material": "95:3", "quest": null, "poison": 0, "thorns": 8, @@ -132656,7 +130862,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 0, "thorns": 0, @@ -132732,7 +130937,6 @@ "tier": "Fabled", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -132805,7 +131009,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:22", "quest": null, "poison": 0, "thorns": 0, @@ -132880,7 +131083,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "359:0", "quest": null, "poison": 0, "thorns": 0, @@ -132954,7 +131156,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:11", "quest": null, "poison": 0, "thorns": 0, @@ -133029,7 +131230,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -133103,7 +131303,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -133177,7 +131376,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 0, "thorns": 0, @@ -133251,7 +131449,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -133324,7 +131521,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -133397,7 +131593,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -133470,7 +131665,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -133543,7 +131737,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -133616,7 +131809,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:22", "quest": null, "poison": 0, "thorns": 0, @@ -133691,7 +131883,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -133765,7 +131956,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:8", "quest": null, "poison": 0, "thorns": 0, @@ -133839,7 +132029,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "159:6", "quest": null, "poison": 0, "thorns": 0, @@ -133913,7 +132102,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "18:3", "quest": null, "poison": 0, "thorns": 0, @@ -133987,7 +132175,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 0, "thorns": 0, @@ -134060,7 +132247,6 @@ "name": "Momentum", "tier": "Legendary", "set": null, - "material": "188", "quest": null, "poison": 0, "thorns": 0, @@ -134134,7 +132320,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -134207,7 +132392,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 0, @@ -134281,7 +132465,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -134354,7 +132537,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -134427,7 +132609,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "35:5", "quest": null, "poison": 0, "thorns": 0, @@ -134501,7 +132682,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -134574,7 +132754,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -134648,7 +132827,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -134721,7 +132899,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -134795,7 +132972,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -134868,7 +133044,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -134941,7 +133116,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "179:1", "quest": "The Lost", "poison": 0, "thorns": 0, @@ -135015,7 +133189,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:15", "quest": null, "poison": 0, "thorns": 0, @@ -135089,7 +133262,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 0, "thorns": 0, @@ -135165,7 +133337,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:11", "quest": null, "poison": 0, "thorns": 0, @@ -135240,7 +133411,6 @@ "name": "Martyr", "tier": "Legendary", "set": null, - "material": "89:0", "quest": null, "poison": 0, "thorns": 0, @@ -135314,7 +133484,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -135387,7 +133556,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -135460,7 +133628,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -135533,7 +133700,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -135606,7 +133772,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -135679,7 +133844,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "136", "quest": null, "poison": 0, "thorns": 0, @@ -135753,7 +133917,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -135826,7 +133989,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -135899,7 +134061,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -135972,7 +134133,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 620, "thorns": 0, @@ -136045,7 +134205,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:17", "quest": null, "poison": 0, "thorns": 0, @@ -136121,7 +134280,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -136194,7 +134352,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -136267,7 +134424,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -136340,7 +134496,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 0, @@ -136414,7 +134569,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": "Beneath the Depths", "poison": 0, "thorns": 0, @@ -136489,7 +134643,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -136562,7 +134715,6 @@ "name": "Abyssal Amulet", "tier": "Legendary", "set": null, - "material": "160:7", "quest": "Eye of the Storm", "poison": 450, "thorns": 0, @@ -136637,7 +134789,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": "Suspended Flowers", "poison": 0, "thorns": 0, @@ -136710,7 +134861,6 @@ "name": "Altum Spatium", "tier": "Legendary", "set": null, - "material": "414:0", "quest": "???\u058e", "poison": 0, "thorns": 0, @@ -136784,7 +134934,6 @@ "name": "Amulet of Rejuvenation", "tier": "Rare", "set": null, - "material": "160:0", "quest": "Aldorei^s Secret Part II", "poison": -20000, "thorns": 0, @@ -136860,7 +135009,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:26", "quest": "Reincarnation", "poison": 0, "thorns": 0, @@ -136935,7 +135083,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:19", "quest": null, "poison": 0, "thorns": 0, @@ -137011,7 +135158,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": "Fate of the Fallen", "poison": 0, "thorns": 20, @@ -137085,7 +135231,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -137159,7 +135304,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": "Bob's Lost Soul", "poison": 0, "thorns": 0, @@ -137232,7 +135376,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -137306,7 +135449,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "126:2", "quest": "Reincarnation", "poison": 0, "thorns": 0, @@ -137381,7 +135523,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "171:15", "quest": "Reincarnation", "poison": 0, "thorns": 0, @@ -137456,7 +135597,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "126:5", "quest": "Reincarnation", "poison": 0, "thorns": 0, @@ -137530,7 +135670,6 @@ "name": "Anya's Penumbra", "tier": "Fabled", "set": null, - "material": "66", "quest": null, "poison": 0, "thorns": 0, @@ -137604,7 +135743,6 @@ "name": "Mech Core", "tier": "Rare", "set": null, - "material": null, "quest": "Desperate Metal", "poison": 0, "thorns": 0, @@ -137678,7 +135816,6 @@ "name": "Bovine Cuff", "tier": "Rare", "set": null, - "material": "183:0", "quest": null, "poison": 0, "thorns": 0, @@ -137752,7 +135889,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "17:1", "quest": "Underice", "poison": 0, "thorns": 0, @@ -137827,7 +135963,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -137901,7 +136036,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:22", "quest": "Underice", "poison": 0, "thorns": 0, @@ -137976,7 +136110,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 105, "thorns": 0, @@ -138050,7 +136183,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -138125,7 +136257,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "162:0", "quest": "Underice", "poison": 0, "thorns": 0, @@ -138200,7 +136331,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": "General's Orders", "poison": 0, "thorns": 0, @@ -138274,7 +136404,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "5:1", "quest": "Underice", "poison": 0, "thorns": 0, @@ -138349,7 +136478,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "5:4", "quest": "Underice", "poison": 0, "thorns": 0, @@ -138424,7 +136552,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, @@ -138498,7 +136625,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": "Taproot", "poison": 0, "thorns": 0, @@ -138572,7 +136698,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -138645,7 +136770,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -138718,7 +136842,6 @@ "name": "Dark Diadem", "tier": "Rare", "set": null, - "material": "160:6", "quest": "The Dark Descent", "poison": 0, "thorns": 0, @@ -138793,7 +136916,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": "The Realm of Light", "poison": 0, "thorns": 0, @@ -138867,7 +136989,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 480, "thorns": 20, @@ -138939,7 +137060,6 @@ "name": "Dragon's Eye Bracelet", "tier": "Fabled", "set": null, - "material": "185", "quest": "The Order of the Grook", "poison": 0, "thorns": 0, @@ -139015,7 +137135,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 0, @@ -139089,7 +137208,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -139162,7 +137280,6 @@ "name": "Draoi Fair", "tier": "Fabled", "set": null, - "material": "103", "quest": "The Order of the Grook", "poison": 0, "thorns": 0, @@ -139237,7 +137354,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "16", "quest": null, "poison": 0, "thorns": 0, @@ -139311,7 +137427,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -139387,7 +137502,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -139461,7 +137575,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": "An Iron Heart Part I", "poison": 0, "thorns": 10, @@ -139536,7 +137649,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -139610,7 +137722,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -139684,7 +137795,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -139759,7 +137869,6 @@ "name": "Generator Amulet", "tier": "Rare", "set": null, - "material": "160:11", "quest": "Heart of Llevigar", "poison": 0, "thorns": 0, @@ -139834,7 +137943,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": "From The Mountains", "poison": 0, "thorns": 15, @@ -139908,7 +138016,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": "The Hunger of Gerts Part 2", "poison": 0, "thorns": 0, @@ -139981,7 +138088,6 @@ "name": "Gernald's Amulet", "tier": "Rare", "set": null, - "material": "160:14", "quest": null, "poison": 0, "thorns": 0, @@ -140054,7 +138160,6 @@ "name": "Giant's Ring", "tier": "Unique", "set": null, - "material": "95:6", "quest": "The Bigger Picture", "poison": 0, "thorns": 0, @@ -140128,7 +138233,6 @@ "name": "Gnome's Ring", "tier": "Unique", "set": null, - "material": "89:0", "quest": "The Bigger Picture", "poison": 0, "thorns": 0, @@ -140203,7 +138307,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -140276,7 +138379,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": "Frost Bite", "poison": 0, "thorns": 0, @@ -140350,7 +138452,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -140424,7 +138525,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -140497,7 +138597,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": "An Iron Heart Part II", "poison": 0, "thorns": 10, @@ -140570,7 +138669,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -140644,7 +138742,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -140718,7 +138815,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": "Green Skinned Trouble", "poison": 0, "thorns": 0, @@ -140791,7 +138887,6 @@ "name": "Lazarus' Brace", "tier": "Rare", "set": null, - "material": "28:0", "quest": "Lazarus Pit", "poison": 0, "thorns": 0, @@ -140866,7 +138961,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "126:1", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, @@ -140941,7 +139035,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -141015,7 +139108,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": "Wrath of the Mummy", "poison": 0, "thorns": 5, @@ -141089,7 +139181,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -141163,7 +139254,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:25", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, @@ -141239,7 +139329,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "24:1", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, @@ -141314,7 +139403,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "171:12", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, @@ -141388,7 +139476,6 @@ "name": "Ominous Wind", "tier": "Rare", "set": null, - "material": "160:13", "quest": "One Thousand Meters Under", "poison": 0, "thorns": 10, @@ -141463,7 +139550,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -141537,7 +139623,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": "A Fighting Species", "poison": 0, "thorns": 0, @@ -141611,7 +139696,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "126:4", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, @@ -141686,7 +139770,6 @@ "tier": "Fabled", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -141761,7 +139844,6 @@ "tier": "Fabled", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -141836,7 +139918,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "24:2", "quest": "Reincarnation", "poison": 0, "thorns": 0, @@ -141911,7 +139992,6 @@ "tier": "Fabled", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -141986,7 +140066,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -142059,7 +140138,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -142133,7 +140211,6 @@ "tier": "Fabled", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -142207,7 +140284,6 @@ "name": "Pendant of Prosperity", "tier": "Rare", "set": null, - "material": "102:0", "quest": "Fantastic Voyage", "poison": 0, "thorns": 0, @@ -142280,7 +140356,6 @@ "name": "Quartron's Eye", "tier": "Rare", "set": null, - "material": "45:0", "quest": "Rise of the Quartron", "poison": 0, "thorns": 0, @@ -142355,7 +140430,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": "Shattered Minds", "poison": 0, "thorns": 0, @@ -142427,7 +140501,6 @@ "name": "Detective's Ring", "tier": "Rare", "set": null, - "material": "95:3", "quest": "Murder Mystery", "poison": 0, "thorns": 0, @@ -142502,7 +140575,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -142576,7 +140648,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -142648,7 +140719,6 @@ "name": "Raging Wind", "tier": "Rare", "set": null, - "material": "89:0", "quest": "Beyond the Grave", "poison": 0, "thorns": 0, @@ -142723,7 +140793,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -142795,7 +140864,6 @@ "name": "Renda Langit", "tier": "Fabled", "set": null, - "material": "160:13", "quest": "The Order of the Grook", "poison": 0, "thorns": 0, @@ -142870,7 +140938,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -142945,7 +141012,6 @@ "name": "Ring of Generosity", "tier": "Rare", "set": null, - "material": "56", "quest": "Memory Paranoia", "poison": 0, "thorns": 0, @@ -143020,7 +141086,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -143093,7 +141158,6 @@ "name": "Ring of Rubies", "tier": "Rare", "set": null, - "material": "95:8", "quest": "Flight in Distress", "poison": 0, "thorns": 0, @@ -143167,7 +141231,6 @@ "name": "Pirate Queen's Ring of Rubies", "tier": "Rare", "set": null, - "material": "95:8", "quest": "Flight in Distress", "poison": 0, "thorns": 0, @@ -143241,7 +141304,6 @@ "name": "Royal Cyclone Amulet", "tier": "Legendary", "set": null, - "material": "160:13", "quest": "WynnExcavation Site D", "poison": 0, "thorns": 0, @@ -143315,7 +141377,6 @@ "name": "Royal Dusty Amulet", "tier": "Legendary", "set": null, - "material": "160:5", "quest": "WynnExcavation Site D", "poison": 0, "thorns": 0, @@ -143389,7 +141450,6 @@ "name": "Royal Blazing Amulet", "tier": "Legendary", "set": null, - "material": "160:7", "quest": "WynnExcavation Site D", "poison": 0, "thorns": 0, @@ -143463,7 +141523,6 @@ "name": "Bandit's Knuckle", "tier": "Set", "set": null, - "material": "87", "quest": null, "poison": 0, "thorns": 0, @@ -143536,7 +141595,6 @@ "name": "Royal Shocking Amulet", "tier": "Legendary", "set": null, - "material": "160:11", "quest": "WynnExcavation Site D", "poison": 0, "thorns": 5, @@ -143610,7 +141668,6 @@ "name": "Bandit's Bangle", "tier": "Set", "set": null, - "material": "186", "quest": null, "poison": 0, "thorns": 0, @@ -143683,7 +141740,6 @@ "name": "Royal Stormy Amulet", "tier": "Legendary", "set": null, - "material": "160:9", "quest": "WynnExcavation Site D", "poison": 0, "thorns": 0, @@ -143758,7 +141814,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -143831,7 +141886,6 @@ "name": "Bandit's Locket", "tier": "Set", "set": null, - "material": "160:10", "quest": null, "poison": 0, "thorns": 0, @@ -143904,7 +141958,6 @@ "name": "Bandit's Ring", "tier": "Set", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -143978,7 +142031,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -144052,7 +142104,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -144126,7 +142177,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -144200,7 +142250,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -144274,7 +142323,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -144348,7 +142396,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "168:2", "quest": null, "poison": 0, "thorns": 10, @@ -144422,7 +142469,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -144496,7 +142542,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -144570,7 +142615,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": "Meaningful Holiday", "poison": 0, "thorns": 0, @@ -144643,7 +142687,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": "Craftmas Chaos", "poison": 0, "thorns": 0, @@ -144716,7 +142759,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "16", "quest": null, "poison": 0, "thorns": 0, @@ -144790,7 +142832,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -144863,7 +142904,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -144936,7 +142976,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -145009,7 +143048,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": "An Iron Heart Part II", "poison": 285, "thorns": 0, @@ -145082,7 +143120,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": "Pit of the Dead", "poison": 41, "thorns": 0, @@ -145155,7 +143192,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 0, @@ -145229,7 +143265,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -145303,7 +143338,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": "Lost Soles", "poison": 0, "thorns": 0, @@ -145376,7 +143410,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": "Royal Trials", "poison": 0, "thorns": 0, @@ -145449,7 +143482,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -145523,7 +143555,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -145597,7 +143628,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -145669,7 +143699,6 @@ "name": "Treat", "tier": "Set", "set": null, - "material": "95:0", "quest": "A Grave Mistake", "poison": 0, "thorns": 0, @@ -145744,7 +143773,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": "The Sewers of Ragni", "poison": 0, "thorns": 0, @@ -145819,7 +143847,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -145893,7 +143920,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": "Underwater", "poison": 0, "thorns": 0, @@ -145966,7 +143992,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -146041,7 +144066,6 @@ "name": "Trick", "tier": "Set", "set": null, - "material": "95:1", "quest": "A Grave Mistake", "poison": 0, "thorns": 0, @@ -146115,7 +144139,6 @@ "name": "Troms Kid Badge", "tier": "Rare", "set": null, - "material": "160:2", "quest": "Out of my Mind\u058e", "poison": 0, "thorns": 0, @@ -146190,7 +144213,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 0, @@ -146264,7 +144286,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "16:0", "quest": "The Ultimate Weapon", "poison": 0, "thorns": 0, @@ -146338,7 +144359,6 @@ "name": "Vindicator", "tier": "Fabled", "set": null, - "material": "27", "quest": "The Mercenary", "majorIds": [ "MAGNET" @@ -146416,7 +144436,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -146489,7 +144508,6 @@ "name": "Wynnter Fair 2017 Souvenir", "tier": "Legendary", "set": null, - "material": "160:14", "quest": null, "poison": 0, "thorns": 0, @@ -146564,7 +144582,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -146639,7 +144656,6 @@ "name": "Wynnter Fair 2016 Souvenir", "tier": "Legendary", "set": null, - "material": "160:14", "quest": null, "poison": 0, "thorns": 0, @@ -146714,7 +144730,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 275, "thorns": 0, @@ -146786,7 +144801,6 @@ "name": "Necklace of a Thousand Storms", "tier": "Fabled", "set": null, - "material": "160:2", "quest": null, "poison": 0, "thorns": 0, @@ -146861,7 +144875,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -146934,7 +144947,6 @@ "name": "Nature's Gift", "tier": "Legendary", "set": null, - "material": "160:4", "quest": null, "poison": 240, "thorns": 8, @@ -147008,7 +145020,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -147081,7 +145092,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 0, "thorns": 0, @@ -147156,7 +145166,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 4000, "thorns": 0, @@ -147229,7 +145238,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -147302,7 +145310,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "7:0", "quest": null, "poison": 0, "thorns": 0, @@ -147375,7 +145382,6 @@ "name": "Needle Cuff", "tier": "Unique", "set": null, - "material": "183", "quest": null, "poison": 0, "thorns": 11, @@ -147449,7 +145455,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -147521,7 +145526,6 @@ "name": "Nebulous", "tier": "Unique", "set": null, - "material": "28", "quest": null, "poison": 0, "thorns": 0, @@ -147595,7 +145599,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": 0, "thorns": 0, @@ -147669,7 +145672,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -147742,7 +145744,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -147815,7 +145816,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -147888,7 +145888,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "5:5", "quest": null, "poison": 0, "thorns": 0, @@ -147961,7 +145960,6 @@ "name": "Neon", "tier": "Unique", "set": null, - "material": "28", "quest": null, "poison": 0, "thorns": 0, @@ -148035,7 +146033,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -148108,7 +146105,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -148181,7 +146177,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "5:1", "quest": null, "poison": 0, "thorns": 0, @@ -148255,7 +146250,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 360, "thorns": 0, @@ -148329,7 +146323,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 180, "thorns": 0, @@ -148403,7 +146396,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 525, "thorns": 0, @@ -148476,7 +146468,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -148548,7 +146539,6 @@ "name": "Nettle", "tier": "Unique", "set": null, - "material": "160:4", "quest": null, "poison": 40, "thorns": 0, @@ -148622,7 +146612,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:11", "quest": null, "poison": 0, "thorns": 0, @@ -148696,7 +146685,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -148769,7 +146757,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -148843,7 +146830,6 @@ "displayName": "Nezha", "tier": "Rare", "set": null, - "material": "95:8", "quest": null, "poison": 0, "thorns": 0, @@ -148917,7 +146903,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 0, @@ -148991,7 +146976,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": -3000, "thorns": 23, @@ -149065,7 +147049,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -149138,7 +147121,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "5:2", "quest": null, "poison": 0, "thorns": 0, @@ -149213,7 +147195,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -149286,7 +147267,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:20", "quest": null, "poison": 0, "thorns": 0, @@ -149360,7 +147340,6 @@ "name": "Nimble Fingers", "tier": "Unique", "set": null, - "material": "186", "quest": null, "poison": 0, "thorns": 0, @@ -149434,7 +147413,6 @@ "tier": "Fabled", "type": "helmet", "set": null, - "material": null, "quest": null, "majorIds": [ "HAWKEYE" @@ -149510,7 +147488,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -149583,7 +147560,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -149656,7 +147632,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:15", "quest": null, "poison": 0, "thorns": 0, @@ -149730,7 +147705,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:17", "quest": null, "poison": 0, "thorns": 0, @@ -149806,7 +147780,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "163:0", "quest": null, "poison": 250, "thorns": 5, @@ -149880,7 +147853,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "159:11", "quest": null, "poison": 0, "thorns": 0, @@ -149953,7 +147925,6 @@ "name": "Nightshade", "tier": "Unique", "set": null, - "material": "95:6", "quest": null, "poison": 400, "thorns": 0, @@ -150027,7 +147998,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -150100,7 +148070,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "35:5", "quest": null, "poison": 0, "thorns": 0, @@ -150174,7 +148143,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -150247,7 +148215,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -150320,7 +148287,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": 0, "thorns": 0, @@ -150394,7 +148360,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:13", "quest": null, "poison": 0, "thorns": 0, @@ -150467,7 +148432,6 @@ "name": "Nutrition", "tier": "Rare", "set": null, - "material": "160:14", "quest": null, "poison": 0, "thorns": 0, @@ -150541,7 +148505,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -150616,7 +148579,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "359:0", "quest": null, "poison": 0, "thorns": 0, @@ -150690,7 +148652,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -150765,7 +148726,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -150840,7 +148800,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "16", "quest": null, "poison": 0, "thorns": 0, @@ -150914,7 +148873,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -150989,7 +148947,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -151064,7 +149021,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 0, @@ -151138,7 +149094,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:10", "quest": null, "poison": 0, "thorns": 0, @@ -151213,7 +149168,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 8, @@ -151287,7 +149241,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:16", "quest": null, "poison": 0, "thorns": 0, @@ -151362,7 +149315,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "67:0", "quest": null, "poison": 0, "thorns": 0, @@ -151436,7 +149388,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "5:1", "quest": null, "poison": 0, "thorns": 0, @@ -151510,7 +149461,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -151584,7 +149534,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:17", "quest": null, "poison": 0, "thorns": 55, @@ -151659,7 +149608,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -151732,7 +149680,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "44:3", "quest": null, "poison": 0, "thorns": 0, @@ -151806,7 +149753,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -151879,7 +149825,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "164:0", "quest": null, "poison": 0, "thorns": 0, @@ -151952,7 +149897,6 @@ "name": "Old Keeper's Ring", "tier": "Legendary", "set": null, - "material": "87", "quest": null, "majorIds": [ "GREED" @@ -152028,7 +149972,6 @@ "name": "Okit", "tier": "Unique", "set": null, - "material": "45:0", "quest": null, "poison": 0, "thorns": 0, @@ -152102,7 +150045,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -152175,7 +150117,6 @@ "name": "Olive", "tier": "Rare", "set": null, - "material": "95:6", "quest": null, "poison": 0, "thorns": 0, @@ -152249,7 +150190,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -152323,7 +150263,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 0, "thorns": 6, @@ -152397,7 +150336,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -152470,7 +150408,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -152543,7 +150480,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 0, "thorns": 0, @@ -152618,7 +150554,6 @@ "name": "Onion Ring", "tier": "Rare", "set": null, - "material": "95:0", "quest": null, "poison": 0, "thorns": 0, @@ -152692,7 +150627,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -152765,7 +150699,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -152838,7 +150771,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 0, @@ -152912,7 +150844,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -152984,7 +150915,6 @@ "name": "Ormrod's Isolation", "tier": "Rare", "set": null, - "material": "190", "quest": null, "poison": 0, "thorns": 0, @@ -153058,7 +150988,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "179:1", "quest": null, "poison": 0, "thorns": 0, @@ -153132,7 +151061,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -153205,7 +151133,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -153278,7 +151205,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 0, @@ -153352,7 +151278,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 0, "thorns": 0, @@ -153426,7 +151351,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "18:2", "quest": null, "poison": 650, "thorns": 0, @@ -153500,7 +151424,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -153574,7 +151497,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "5:1", "quest": null, "poison": 0, "thorns": 0, @@ -153648,7 +151570,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -153721,7 +151642,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -153794,7 +151714,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 45, "thorns": 0, @@ -153867,7 +151786,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -153941,7 +151859,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -154013,7 +151930,6 @@ "name": "Ozoth's Breath", "tier": "Unique", "set": null, - "material": "45:0", "quest": null, "poison": 0, "thorns": 0, @@ -154087,7 +152003,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -154160,7 +152075,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 0, "thorns": 0, @@ -154234,7 +152148,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -154307,7 +152220,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 575, "thorns": 0, @@ -154380,7 +152292,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -154452,7 +152363,6 @@ "name": "Pandemonium", "tier": "Legendary", "set": null, - "material": "189:0", "quest": "???\u058e", "majorIds": [ "MADNESS" @@ -154529,7 +152439,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:10", "quest": null, "poison": 0, "thorns": 0, @@ -154604,7 +152513,6 @@ "name": "Oyster", "tier": "Rare", "set": null, - "material": "160:2", "quest": null, "poison": 0, "thorns": 0, @@ -154678,7 +152586,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -154751,7 +152658,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "1:0", "quest": null, "poison": 0, "thorns": 0, @@ -154825,7 +152731,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -154898,7 +152803,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -154972,7 +152876,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -155046,7 +152949,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -155120,7 +153022,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "majorIds": [ "LIGHTWEIGHT" @@ -155196,7 +153097,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -155268,7 +153168,6 @@ "name": "Pass Band", "tier": "Unique", "set": null, - "material": "183", "quest": null, "poison": 475, "thorns": 10, @@ -155342,7 +153241,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -155416,7 +153314,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -155489,7 +153386,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "359:0", "quest": null, "poison": 0, "thorns": 15, @@ -155563,7 +153459,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -155636,7 +153531,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -155709,7 +153603,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -155782,7 +153675,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -155856,7 +153748,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -155928,7 +153819,6 @@ "name": "Wynnterfest 2016 Souvenir", "tier": "Legendary", "set": null, - "material": "160:14", "quest": null, "poison": 0, "thorns": 0, @@ -156003,7 +153893,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -156076,7 +153965,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -156149,7 +154037,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "164:0", "quest": null, "poison": 0, "thorns": 0, @@ -156223,7 +154110,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:0", "quest": null, "poison": 0, "thorns": 0, @@ -156297,7 +154183,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -156371,7 +154256,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 12, @@ -156444,7 +154328,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -156518,7 +154401,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": -30, @@ -156591,7 +154473,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "159:15", "quest": null, "poison": -2000, "thorns": 0, @@ -156665,7 +154546,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "7:0", "quest": null, "poison": 0, "thorns": 0, @@ -156739,7 +154619,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:23", "quest": null, "poison": 0, "thorns": 25, @@ -156815,7 +154694,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 577, "thorns": 0, @@ -156888,7 +154766,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -156961,7 +154838,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -157034,7 +154910,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 255, "thorns": 15, @@ -157107,7 +154982,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 5, @@ -157180,7 +155054,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -157253,7 +155126,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -157327,7 +155199,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -157400,7 +155271,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -157473,7 +155343,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:17", "quest": null, "poison": 0, "thorns": 0, @@ -157549,7 +155418,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -157622,7 +155490,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": 0, "thorns": 0, @@ -157696,7 +155563,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -157768,7 +155634,6 @@ "name": "Planet Healer", "tier": "Legendary", "set": null, - "material": "414:0", "quest": null, "poison": 865, "thorns": 0, @@ -157842,7 +155707,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -157915,7 +155779,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -157988,7 +155851,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -158062,7 +155924,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 0, @@ -158136,7 +155997,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -158210,7 +156070,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -158284,7 +156143,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "161:1", "quest": null, "poison": 2000, "thorns": 15, @@ -158358,7 +156216,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -158430,7 +156287,6 @@ "name": "Platinum", "tier": "Unique", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -158504,7 +156360,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 0, "thorns": 0, @@ -158578,7 +156433,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "135:0", "quest": null, "poison": 2000, "thorns": 18, @@ -158652,7 +156506,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -158724,7 +156577,6 @@ "name": "Power Creep", "tier": "Unique", "set": null, - "material": "160:5", "quest": null, "poison": 0, "thorns": 0, @@ -158798,7 +156650,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -158871,7 +156722,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -158943,7 +156793,6 @@ "name": "Power Cell", "tier": "Rare", "set": null, - "material": "160:11", "quest": null, "poison": 0, "thorns": 0, @@ -159017,7 +156866,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -159090,7 +156938,6 @@ "name": "Power Bracelet", "tier": "Unique", "set": null, - "material": "188", "quest": null, "poison": 0, "thorns": 0, @@ -159164,7 +157011,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 50, @@ -159238,7 +157084,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 154, "thorns": 9, @@ -159311,7 +157156,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -159385,7 +157229,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:10", "quest": null, "poison": 0, "thorns": 0, @@ -159459,7 +157302,6 @@ "name": "Precious", "tier": "Legendary", "set": null, - "material": "95:0", "quest": null, "poison": 0, "thorns": 0, @@ -159533,7 +157375,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -159607,7 +157448,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 0, @@ -159681,7 +157521,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:18", "quest": null, "poison": 0, "thorns": 0, @@ -159756,7 +157595,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -159830,7 +157668,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -159903,7 +157740,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 10, @@ -159976,7 +157812,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -160050,7 +157885,6 @@ "name": "Prism", "tier": "Legendary", "set": null, - "material": "103:0", "quest": "The Realm of Light", "poison": 0, "thorns": 0, @@ -160124,7 +157958,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "126:2", "quest": null, "poison": 0, "thorns": 0, @@ -160198,7 +158031,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -160271,7 +158103,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:24", "quest": null, "poison": 0, "thorns": 0, @@ -160346,7 +158177,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -160419,7 +158249,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "164:0", "quest": null, "poison": 0, "thorns": 0, @@ -160493,7 +158322,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -160566,7 +158394,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "24:2", "quest": null, "poison": 0, "thorns": 0, @@ -160640,7 +158467,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -160713,7 +158539,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -160787,7 +158612,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:3", "quest": null, "poison": 0, "thorns": 0, @@ -160861,7 +158685,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "44:5", "quest": null, "poison": 0, "thorns": 0, @@ -160935,7 +158758,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -161008,7 +158830,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "24:0", "quest": null, "poison": -365, "thorns": 21, @@ -161081,7 +158902,6 @@ "name": "Puff", "tier": "Rare", "set": null, - "material": "89:0", "quest": null, "poison": 0, "thorns": 0, @@ -161155,7 +158975,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": "86", "quest": null, "poison": 0, "thorns": 0, @@ -161228,7 +159047,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 25, @@ -161301,7 +159119,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:21", "quest": null, "poison": 0, "thorns": 0, @@ -161376,7 +159193,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -161450,7 +159266,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -161525,7 +159340,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -161599,7 +159413,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -161673,7 +159486,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -161747,7 +159559,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -161821,7 +159632,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -161895,7 +159705,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -161970,7 +159779,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -162044,7 +159852,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -162118,7 +159925,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -162191,7 +159997,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -162266,7 +160071,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -162340,7 +160144,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -162414,7 +160217,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -162488,7 +160290,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -162562,7 +160363,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -162637,7 +160437,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -162711,7 +160510,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -162785,7 +160583,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -162859,7 +160656,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -162932,7 +160728,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -163006,7 +160801,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -163079,7 +160873,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -163152,7 +160945,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -163226,7 +161018,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -163300,7 +161091,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -163375,7 +161165,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -163449,7 +161238,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -163523,7 +161311,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -163597,7 +161384,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -163671,7 +161457,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -163746,7 +161531,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -163820,7 +161604,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -163894,7 +161677,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -163968,7 +161750,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -164043,7 +161824,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -164117,7 +161897,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -164191,7 +161970,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -164265,7 +162043,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -164339,7 +162116,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -164414,7 +162190,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -164488,7 +162263,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -164562,7 +162336,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -164636,7 +162409,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -164710,7 +162482,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -164785,7 +162556,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -164859,7 +162629,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -164933,7 +162702,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -165007,7 +162775,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -165081,7 +162848,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -165155,7 +162921,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -165229,7 +162994,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -165304,7 +163068,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -165378,7 +163141,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -165452,7 +163214,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -165526,7 +163287,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -165600,7 +163360,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -165675,7 +163434,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -165750,7 +163508,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -165824,7 +163581,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -165898,7 +163654,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -165972,7 +163727,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:3", "quest": null, "poison": 0, "thorns": 11, @@ -166046,7 +163800,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -166120,7 +163873,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "159:11", "quest": null, "poison": 0, "thorns": 0, @@ -166194,7 +163946,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -166268,7 +164019,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "163:0", "quest": null, "poison": 0, "thorns": 7, @@ -166341,7 +164091,6 @@ "name": "Pyromaniac", "tier": "Rare", "set": null, - "material": "160:7", "quest": null, "poison": 0, "thorns": 0, @@ -166416,7 +164165,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -166488,7 +164236,6 @@ "name": "Quartzite Amulet", "tier": "Unique", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -166562,7 +164309,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "1:0", "quest": null, "poison": 0, "thorns": 0, @@ -166636,7 +164382,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -166709,7 +164454,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:2", "quest": null, "poison": 0, "thorns": 0, @@ -166782,7 +164526,6 @@ "name": "Quatrain", "tier": "Rare", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -166856,7 +164599,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 0, "thorns": 0, @@ -166930,7 +164672,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:20", "quest": null, "poison": 0, "thorns": 0, @@ -167005,7 +164746,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "7:0", "quest": null, "poison": 0, "thorns": 0, @@ -167079,7 +164819,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -167153,7 +164892,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "44:7", "quest": null, "poison": 2000, "thorns": 0, @@ -167227,7 +164965,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -167299,7 +165036,6 @@ "name": "Ensa's Faith", "tier": "Legendary", "set": null, - "material": "160:0", "quest": null, "poison": 0, "thorns": 0, @@ -167373,7 +165109,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -167446,7 +165181,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -167518,7 +165252,6 @@ "name": "Rycar's Elation", "tier": "Legendary", "set": null, - "material": "95:6", "quest": null, "poison": 340, "thorns": 0, @@ -167591,7 +165324,6 @@ "name": "Remikas' Authority", "tier": "Legendary", "set": null, - "material": "189:0", "quest": null, "poison": 0, "thorns": 0, @@ -167665,7 +165397,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 10, @@ -167738,7 +165469,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -167812,7 +165542,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -167885,7 +165614,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -167958,7 +165686,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -168031,7 +165758,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -168103,7 +165829,6 @@ "name": "Rainbow", "tier": "Unique", "set": null, - "material": "103", "quest": null, "poison": 0, "thorns": 0, @@ -168177,7 +165902,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -168250,7 +165974,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 0, @@ -168323,7 +166046,6 @@ "name": "Ragon's Bracelet", "tier": "Rare", "set": null, - "material": "184:0", "quest": "Elemental Exercise", "poison": 0, "thorns": 0, @@ -168397,7 +166119,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -168469,7 +166190,6 @@ "name": "Raindrop", "tier": "Unique", "set": null, - "material": "88:0", "quest": null, "poison": 0, "thorns": 0, @@ -168543,7 +166263,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "5:5", "quest": null, "poison": 0, "thorns": 0, @@ -168617,7 +166336,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 0, @@ -168691,7 +166409,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "159:11", "quest": null, "poison": 0, "thorns": 30, @@ -168765,7 +166482,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -168837,7 +166553,6 @@ "name": "Rarity", "tier": "Legendary", "set": null, - "material": "87", "quest": null, "poison": 0, "thorns": 0, @@ -168911,7 +166626,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 0, @@ -168984,7 +166698,6 @@ "name": "Rayshyroth's Knowledge", "tier": "Rare", "set": null, - "material": "66", "quest": null, "poison": 0, "thorns": 0, @@ -169058,7 +166771,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -169132,7 +166844,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -169205,7 +166916,6 @@ "name": "Reborn", "tier": "Unique", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -169279,7 +166989,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 20, @@ -169352,7 +167061,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "5:5", "quest": null, "poison": 0, "thorns": 0, @@ -169426,7 +167134,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -169498,7 +167205,6 @@ "name": "Red", "tier": "Unique", "set": null, - "material": "45:0", "quest": null, "poison": 0, "thorns": 0, @@ -169572,7 +167278,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -169647,7 +167352,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 20, @@ -169720,7 +167424,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -169793,7 +167496,6 @@ "name": "Red String", "tier": "Unique", "set": null, - "material": "45", "quest": null, "poison": 0, "thorns": 0, @@ -169867,7 +167569,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -169940,7 +167641,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "7:0", "quest": null, "poison": 0, "thorns": 0, @@ -170014,7 +167714,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 12, @@ -170087,7 +167786,6 @@ "tier": "Normal", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -170160,7 +167858,6 @@ "tier": "Normal", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -170233,7 +167930,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -170306,7 +168002,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -170378,7 +168073,6 @@ "name": "Reflex", "tier": "Unique", "set": null, - "material": "95:13", "quest": null, "poison": 0, "thorns": 3, @@ -170452,7 +168146,6 @@ "tier": "Normal", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -170525,7 +168218,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -170598,7 +168290,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -170670,7 +168361,6 @@ "name": "Quartz Choker", "tier": "Unique", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -170744,7 +168434,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -170817,7 +168506,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "17:3", "quest": null, "poison": 0, "thorns": 0, @@ -170890,7 +168578,6 @@ "name": "Relend's Refrain", "tier": "Rare", "set": null, - "material": "66", "quest": null, "poison": 0, "thorns": 0, @@ -170964,7 +168651,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "128:0", "quest": null, "poison": 0, "thorns": 0, @@ -171038,7 +168724,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 8, @@ -171111,7 +168796,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:2", "quest": null, "poison": 0, "thorns": 0, @@ -171185,7 +168869,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 0, "thorns": 0, @@ -171260,7 +168943,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -171334,7 +169016,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -171408,7 +169089,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 0, "thorns": 0, @@ -171482,7 +169162,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -171556,7 +169235,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -171629,7 +169307,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -171703,7 +169380,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 8, @@ -171775,7 +169451,6 @@ "name": "Reminder", "tier": "Unique", "set": null, - "material": "95:3", "quest": null, "poison": 0, "thorns": 0, @@ -171849,7 +169524,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 0, "thorns": 0, @@ -171922,7 +169596,6 @@ "name": "Reminiscence", "tier": "Legendary", "set": null, - "material": "66", "quest": null, "poison": 0, "thorns": 0, @@ -171996,7 +169669,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -172068,7 +169740,6 @@ "name": "Render", "tier": "Rare", "set": null, - "material": "95:8", "quest": null, "poison": 0, "thorns": 0, @@ -172142,7 +169813,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "128:0", "quest": null, "poison": 0, "thorns": 0, @@ -172215,7 +169885,6 @@ "name": "Return", "tier": "Unique", "set": null, - "material": "87:0", "quest": null, "poison": 0, "thorns": 9, @@ -172289,7 +169958,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "49:0", "quest": null, "poison": 0, "thorns": 0, @@ -172363,7 +170031,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "136:0", "quest": null, "poison": 0, "thorns": 0, @@ -172437,7 +170104,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 13, @@ -172510,7 +170176,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "35:8", "quest": null, "poison": -4143, "thorns": 0, @@ -172584,7 +170249,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 19, @@ -172657,7 +170321,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:16", "quest": null, "poison": 0, "thorns": 0, @@ -172733,7 +170396,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "162:1", "quest": null, "majorIds": [ "SORCERY" @@ -172810,7 +170472,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -172884,7 +170545,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:17", "quest": null, "poison": 0, "thorns": 0, @@ -172960,7 +170620,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:19", "quest": null, "poison": 0, "thorns": 30, @@ -173036,7 +170695,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 0, @@ -173110,7 +170768,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -173183,7 +170840,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 1930, "thorns": 10, @@ -173257,7 +170913,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "135", "quest": null, "poison": 0, "thorns": 0, @@ -173331,7 +170986,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -173403,7 +171057,6 @@ "name": "Ring of Fire", "tier": "Rare", "set": null, - "material": "95:8", "quest": null, "poison": 0, "thorns": 0, @@ -173476,7 +171129,6 @@ "name": "Rime", "tier": "Legendary", "set": null, - "material": "190", "quest": null, "poison": 0, "thorns": 0, @@ -173550,7 +171202,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -173622,7 +171273,6 @@ "name": "Ring of Focus", "tier": "Unique", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -173695,7 +171345,6 @@ "name": "Ring of Strength", "tier": "Unique", "set": null, - "material": "95:5", "quest": null, "poison": 0, "thorns": 0, @@ -173768,7 +171417,6 @@ "name": "Ripper", "tier": "Unique", "set": null, - "material": "95:11", "quest": null, "poison": 0, "thorns": 0, @@ -173842,7 +171490,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -173915,7 +171562,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -173989,7 +171635,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -174062,7 +171707,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -174136,7 +171780,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -174209,7 +171852,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -174282,7 +171924,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -174356,7 +171997,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "16", "quest": null, "poison": 0, "thorns": 0, @@ -174430,7 +172070,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -174502,7 +172141,6 @@ "name": "Rockworm", "tier": "Unique", "set": null, - "material": "95:6", "quest": null, "poison": 135, "thorns": 0, @@ -174576,7 +172214,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "139", "quest": null, "poison": 0, "thorns": 0, @@ -174650,7 +172287,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -174723,7 +172359,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -174796,7 +172431,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 10, @@ -174870,7 +172504,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -174944,7 +172577,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "18:2", "quest": null, "poison": 2645, "thorns": 35, @@ -175018,7 +172650,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "114:0", "quest": null, "poison": 0, "thorns": 0, @@ -175092,7 +172723,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 160, "thorns": 10, @@ -175165,7 +172795,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -175238,7 +172867,6 @@ "tier": "Normal", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -175312,7 +172940,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "1:0", "quest": null, "poison": 1462, "thorns": 0, @@ -175385,7 +173012,6 @@ "name": "Rubber", "tier": "Rare", "set": null, - "material": "95:12", "quest": null, "poison": 0, "thorns": 0, @@ -175459,7 +173085,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -175531,7 +173156,6 @@ "name": "Runic Coin", "tier": "Unique", "set": null, - "material": "102", "quest": null, "poison": 0, "thorns": 0, @@ -175605,7 +173229,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:22", "quest": null, "poison": 0, "thorns": 0, @@ -175681,7 +173304,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 10, @@ -175754,7 +173376,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -175826,7 +173447,6 @@ "name": "Rusted Bracelet", "tier": "Unique", "set": null, - "material": "188:0", "quest": null, "poison": 0, "thorns": 0, @@ -175899,7 +173519,6 @@ "name": "Rycar's Bravado", "tier": "Rare", "set": null, - "material": "183", "quest": null, "poison": 0, "thorns": 0, @@ -175973,7 +173592,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:11", "quest": null, "poison": 900, "thorns": 0, @@ -176047,7 +173665,6 @@ "name": "Rycar's Swagger", "tier": "Rare", "set": null, - "material": "160:5", "quest": null, "poison": 0, "thorns": 0, @@ -176121,7 +173738,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -176194,7 +173810,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -176267,7 +173882,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -176340,7 +173954,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -176412,7 +174025,6 @@ "name": "Rusted Ring", "tier": "Unique", "set": null, - "material": "95:9", "quest": null, "poison": 0, "thorns": 0, @@ -176486,7 +174098,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -176560,7 +174171,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -176634,7 +174244,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -176708,7 +174317,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -176782,7 +174390,6 @@ "tier": "Set", "type": "relik", "set": null, - "material": "273:21", "quest": null, "poison": 0, "thorns": 0, @@ -176856,7 +174463,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -176929,7 +174535,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -177002,7 +174607,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -177075,7 +174679,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -177149,7 +174752,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -177222,7 +174824,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -177295,7 +174896,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 665, "thorns": 0, @@ -177368,7 +174968,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -177441,7 +175040,6 @@ "tier": "Set", "type": "bow", "set": null, - "material": "182:0", "quest": null, "poison": 0, "thorns": 0, @@ -177515,7 +175113,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -177588,7 +175185,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": "Tower Of Ascension", "poison": 0, "thorns": 0, @@ -177661,7 +175257,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": "Tower Of Ascension", "poison": 0, "thorns": 0, @@ -177734,7 +175329,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": "Tower Of Ascension", "poison": 0, "thorns": 0, @@ -177806,7 +175400,6 @@ "name": "Clock Amulet", "tier": "Set", "set": null, - "material": "160:0", "quest": null, "poison": 0, "thorns": 0, @@ -177882,7 +175475,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": "Tower Of Ascension", "poison": 0, "thorns": 0, @@ -177955,7 +175547,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -178030,7 +175621,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -178105,7 +175695,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -178180,7 +175769,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -178255,7 +175843,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": "???\u058e", "poison": 0, "thorns": 0, @@ -178328,7 +175915,6 @@ "name": "Clockwork Ring", "tier": "Set", "set": null, - "material": "103:0", "quest": null, "poison": 0, "thorns": 0, @@ -178404,7 +175990,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": "???\u058e", "poison": 0, "thorns": 0, @@ -178478,7 +176063,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -178552,7 +176136,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": "???\u058e", "poison": 0, "thorns": 0, @@ -178626,7 +176209,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -178700,7 +176282,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -178774,7 +176355,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -178848,7 +176428,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -178922,7 +176501,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -178996,7 +176574,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -179070,7 +176647,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -179143,7 +176719,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -179216,7 +176791,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -179289,7 +176863,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -179362,7 +176935,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -179435,7 +177007,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -179508,7 +177079,6 @@ "name": "Jester Necklace", "tier": "Set", "set": null, - "material": "414:0", "quest": null, "poison": 0, "thorns": 0, @@ -179581,7 +177151,6 @@ "name": "Jester Ring", "tier": "Set", "set": null, - "material": "103:0", "quest": null, "poison": 0, "thorns": 0, @@ -179654,7 +177223,6 @@ "name": "Jester Bracelet", "tier": "Set", "set": null, - "material": "28:0", "quest": null, "poison": 0, "thorns": 0, @@ -179728,7 +177296,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": "Aldorei's Secret Part II", "poison": 0, "thorns": 0, @@ -179802,7 +177369,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": "Aldorei's Secret Part II", "poison": 0, "thorns": 0, @@ -179876,7 +177442,6 @@ "tier": "Set", "type": "leggings", "set": "Leaf", - "material": null, "quest": null, "poison": 0, "thorns": 7, @@ -179949,7 +177514,6 @@ "tier": "Set", "type": "boots", "set": "Leaf", - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -180021,7 +177585,6 @@ "name": "Morph-Amethyst", "tier": "Set", "set": null, - "material": "25", "quest": null, "poison": 0, "thorns": 0, @@ -180095,7 +177658,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -180169,7 +177731,6 @@ "tier": "Set", "type": "helmet", "set": "Leaf", - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -180241,7 +177802,6 @@ "name": "Morph-Emerald", "tier": "Set", "set": null, - "material": "95:6", "quest": null, "poison": 0, "thorns": 0, @@ -180315,7 +177875,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -180387,7 +177946,6 @@ "name": "Morph-Ruby", "tier": "Set", "set": null, - "material": "160:7", "quest": null, "poison": 0, "thorns": 0, @@ -180461,7 +178019,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -180534,7 +178091,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -180607,7 +178163,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -180680,7 +178235,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -180753,7 +178307,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -180825,7 +178378,6 @@ "name": "Morph-Topaz", "tier": "Set", "set": null, - "material": "95", "quest": null, "poison": 0, "thorns": 0, @@ -180899,7 +178451,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -180972,7 +178523,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -181045,7 +178595,6 @@ "tier": "Set", "type": "chestplate", "set": "Leaf", - "material": null, "quest": null, "poison": 0, "thorns": 5, @@ -181118,7 +178667,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -181191,7 +178739,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -181264,7 +178811,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -181337,7 +178883,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -181410,7 +178955,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -181483,7 +179027,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -181556,7 +179099,6 @@ "tier": "Set", "type": "spear", "set": null, - "material": "53:0", "quest": null, "poison": 0, "thorns": 0, @@ -181630,7 +179172,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -181704,7 +179245,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -181778,7 +179318,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -181852,7 +179391,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -181926,7 +179464,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 130, "thorns": 0, @@ -181999,7 +179536,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 145, "thorns": 0, @@ -182072,7 +179608,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -182145,7 +179680,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -182218,7 +179752,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -182291,7 +179824,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -182364,7 +179896,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -182437,7 +179968,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 290, "thorns": 0, @@ -182510,7 +180040,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -182583,7 +180112,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -182656,7 +180184,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -182729,7 +180256,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -182802,7 +180328,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -182875,7 +180400,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 18, "thorns": 0, @@ -182948,7 +180472,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -183021,7 +180544,6 @@ "tier": "Set", "type": "dagger", "set": null, - "material": "35:9", "quest": null, "poison": 36, "thorns": 0, @@ -183095,7 +180617,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": "???\u058e", "poison": 0, "thorns": 0, @@ -183169,7 +180690,6 @@ "tier": "Set", "type": "wand", "set": null, - "material": "126:3", "quest": null, "poison": 0, "thorns": 0, @@ -183244,7 +180764,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -183317,7 +180836,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -183391,7 +180909,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -183465,7 +180982,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -183539,7 +181055,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -183613,7 +181128,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -183687,7 +181201,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -183760,7 +181273,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -183833,7 +181345,6 @@ "name": "Time Ring", "tier": "Set", "set": null, - "material": "56:0", "quest": null, "poison": 0, "thorns": 0, @@ -183909,7 +181420,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -183982,7 +181492,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -184056,7 +181565,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -184130,7 +181638,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": "Cowfusion", "poison": 0, "thorns": 0, @@ -184204,7 +181711,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -184277,7 +181783,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": "Cowfusion", "poison": 0, "thorns": 0, @@ -184351,7 +181856,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -184424,7 +181928,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -184497,7 +182000,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -184570,7 +182072,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -184643,7 +182144,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -184716,7 +182216,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -184789,7 +182288,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -184862,7 +182360,6 @@ "name": "Watch Bracelet", "tier": "Set", "set": null, - "material": "28:0", "quest": null, "poison": 0, "thorns": 0, @@ -184938,7 +182435,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -185011,7 +182507,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -185085,7 +182580,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -185159,7 +182653,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -185233,7 +182726,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:21", "quest": null, "poison": 0, "thorns": 0, @@ -185309,7 +182801,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "35:5", "quest": null, "poison": 0, "thorns": 0, @@ -185384,7 +182875,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 40, @@ -185460,7 +182950,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -185534,7 +183023,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:2", "quest": null, "poison": 0, "thorns": 0, @@ -185609,7 +183097,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -185683,7 +183170,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:20", "quest": null, "poison": 0, "thorns": 0, @@ -185759,7 +183245,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "35:8", "quest": null, "poison": 0, "thorns": 0, @@ -185834,7 +183319,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "18:2", "quest": null, "poison": 0, "thorns": 0, @@ -185909,7 +183393,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -185983,7 +183466,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -186056,7 +183538,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -186130,7 +183611,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -186204,7 +183684,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "17:2", "quest": null, "poison": 0, "thorns": 0, @@ -186279,7 +183758,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "171:15", "quest": null, "poison": 0, "thorns": 0, @@ -186354,7 +183832,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 0, "thorns": 0, @@ -186430,7 +183907,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "128:0", "quest": null, "poison": 0, "thorns": 8, @@ -186505,7 +183981,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -186579,7 +184054,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 0, @@ -186654,7 +184128,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -186728,7 +184201,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 90, "thorns": 0, @@ -186802,7 +184274,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -186878,7 +184349,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 160, "thorns": 5, @@ -186953,7 +184423,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 0, "thorns": 0, @@ -187028,7 +184497,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "7", "quest": null, "poison": 0, "thorns": 0, @@ -187103,7 +184571,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -187176,7 +184643,6 @@ "name": "Golem Gauntlet", "tier": "Unique", "set": null, - "material": "184", "quest": null, "poison": 0, "thorns": 0, @@ -187251,7 +184717,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:0", "quest": null, "poison": -20, "thorns": 0, @@ -187325,7 +184790,6 @@ "name": "Horseshoe", "tier": "Rare", "set": null, - "material": "95:13", "quest": null, "poison": 0, "thorns": 0, @@ -187400,7 +184864,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 0, @@ -187475,7 +184938,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "23", "quest": null, "poison": 0, "thorns": 20, @@ -187549,7 +185011,6 @@ "name": "Stainless Steel", "tier": "Rare", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -187623,7 +185084,6 @@ "name": "Pewter Ring", "tier": "Unique", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -187698,7 +185158,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 0, "thorns": 0, @@ -187774,7 +185233,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": 0, "thorns": 0, @@ -187849,7 +185307,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -187922,7 +185379,6 @@ "name": "Smithy", "tier": "Unique", "set": null, - "material": "95:5", "quest": null, "poison": 0, "thorns": 0, @@ -187997,7 +185453,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -188071,7 +185526,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 25, @@ -188146,7 +185600,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -188220,7 +185673,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 0, "thorns": 0, @@ -188295,7 +185747,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "128", "quest": null, "poison": 0, "thorns": 0, @@ -188370,7 +185821,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -188445,7 +185895,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:16", "quest": null, "poison": 0, "thorns": 0, @@ -188521,7 +185970,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -188595,7 +186043,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 350, "thorns": 0, @@ -188670,7 +186117,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -188744,7 +186190,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -188819,7 +186264,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -188894,7 +186338,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -188968,7 +186411,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 0, @@ -189043,7 +186485,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -189117,7 +186558,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -189191,7 +186631,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "134", "quest": null, "poison": 0, "thorns": 0, @@ -189266,7 +186705,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -189341,7 +186779,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -189415,7 +186852,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -189489,7 +186925,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:10", "quest": null, "poison": 0, "thorns": 20, @@ -189565,7 +187000,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -189640,7 +187074,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -189714,7 +187147,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "5:5", "quest": null, "poison": 0, "thorns": 0, @@ -189790,7 +187222,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -189865,7 +187296,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -189939,7 +187369,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 20, @@ -190013,7 +187442,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -190087,7 +187515,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "35:2", "quest": null, "poison": 0, "thorns": 0, @@ -190162,7 +187589,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -190236,7 +187662,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23", "quest": null, "poison": 0, "thorns": 0, @@ -190311,7 +187736,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "44:3", "quest": null, "poison": 0, "thorns": 0, @@ -190386,7 +187810,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "5:5", "quest": null, "poison": 0, "thorns": 0, @@ -190461,7 +187884,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -190535,7 +187957,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:8", "quest": null, "poison": 0, "thorns": 0, @@ -190611,7 +188032,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 10, @@ -190685,7 +188105,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -190759,7 +188178,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "114", "quest": null, "poison": 0, "thorns": 0, @@ -190834,7 +188252,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 0, "thorns": 0, @@ -190910,7 +188327,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -190984,7 +188400,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -191058,7 +188473,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "159:11", "quest": null, "poison": 0, "thorns": 0, @@ -191133,7 +188547,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:17", "quest": null, "poison": 0, "thorns": 0, @@ -191209,7 +188622,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "35:5", "quest": null, "poison": 0, "thorns": 0, @@ -191284,7 +188696,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -191359,7 +188770,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23", "quest": null, "poison": 0, "thorns": 0, @@ -191433,7 +188843,6 @@ "name": "Charity", "tier": "Unique", "set": null, - "material": "56", "quest": null, "poison": 0, "thorns": 0, @@ -191508,7 +188917,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "161:1", "quest": null, "poison": 0, "thorns": 30, @@ -191582,7 +188990,6 @@ "name": "Fellowship", "tier": "Rare", "set": null, - "material": "28", "quest": null, "poison": 0, "thorns": 0, @@ -191657,7 +189064,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -191732,7 +189138,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -191807,7 +189212,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 20, @@ -191880,7 +189284,6 @@ "name": "Frost", "tier": "Unique", "set": null, - "material": "88", "quest": null, "poison": 0, "thorns": 0, @@ -191954,7 +189357,6 @@ "name": "Frankincense", "tier": "Rare", "set": null, - "material": "95:6", "quest": null, "poison": 0, "thorns": 0, @@ -192029,7 +189431,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:3", "quest": null, "poison": 0, "thorns": 0, @@ -192104,7 +189505,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:8", "quest": null, "poison": 0, "thorns": 0, @@ -192180,7 +189580,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 0, "thorns": 0, @@ -192255,7 +189654,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 15, @@ -192330,7 +189728,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 10, @@ -192405,7 +189802,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "16", "quest": null, "poison": 0, "thorns": 0, @@ -192479,7 +189875,6 @@ "name": "Myrrh", "tier": "Rare", "set": null, - "material": "95:3", "quest": null, "poison": 0, "thorns": 0, @@ -192554,7 +189949,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -192628,7 +190022,6 @@ "name": "Mistletoe", "tier": "Unique", "set": null, - "material": "192", "quest": null, "poison": 0, "thorns": 0, @@ -192703,7 +190096,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -192777,7 +190169,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -192852,7 +190243,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -192926,7 +190316,6 @@ "name": "Roasted Chestnut", "tier": "Unique", "set": null, - "material": "160:7", "quest": null, "poison": 0, "thorns": 0, @@ -193000,7 +190389,6 @@ "name": "Blue Ornament", "tier": "Set", "set": null, - "material": "95:9", "quest": null, "poison": 0, "thorns": 0, @@ -193075,7 +190463,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -193149,7 +190536,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -193223,7 +190609,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -193296,7 +190681,6 @@ "name": "Green Ornament", "tier": "Set", "set": null, - "material": "160:4", "quest": null, "poison": 0, "thorns": 0, @@ -193370,7 +190754,6 @@ "name": "Red Ornament", "tier": "Set", "set": null, - "material": "184", "quest": null, "poison": 0, "thorns": 0, @@ -193445,7 +190828,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -193519,7 +190901,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -193593,7 +190974,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -193667,7 +191047,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -193740,7 +191119,6 @@ "name": "Yellow Ornament", "tier": "Set", "set": null, - "material": "56", "quest": null, "poison": 0, "thorns": 0, @@ -193815,7 +191193,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -193889,7 +191266,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "5:2", "quest": null, "poison": 0, "thorns": 0, @@ -193964,7 +191340,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 0, "thorns": 0, @@ -194040,7 +191415,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "17:2", "quest": null, "poison": 0, "thorns": 0, @@ -194115,7 +191489,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 0, "thorns": 0, @@ -194190,7 +191563,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -194265,7 +191637,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "35:2", "quest": null, "poison": 0, "thorns": 0, @@ -194339,7 +191710,6 @@ "name": "Snowflake", "tier": "Rare", "set": null, - "material": "160:9", "quest": null, "poison": 0, "thorns": 0, @@ -194414,7 +191784,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "162:1", "quest": null, "poison": 0, "thorns": 0, @@ -194489,7 +191858,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -194564,7 +191932,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -194639,7 +192006,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:8", "quest": null, "poison": 0, "thorns": 0, @@ -194714,7 +192080,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:25", "quest": null, "poison": 0, "thorns": 0, @@ -194790,7 +192155,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -194864,7 +192228,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -194939,7 +192302,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 5, @@ -195013,7 +192375,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": "Troubled Tribesmen", "poison": 0, "thorns": 35, @@ -195087,7 +192448,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 0, @@ -195162,7 +192522,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:10", "quest": null, "poison": 1000, "thorns": 0, @@ -195238,7 +192597,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "44:7", "quest": "Troubled Tribesmen", "poison": 1150, "thorns": 0, @@ -195313,7 +192671,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": "Troubled Tribesmen", "poison": 0, "thorns": 0, @@ -195387,7 +192744,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:22", "quest": null, "poison": 0, "thorns": 0, @@ -195463,7 +192819,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "18:2", "quest": "Troubled Tribesmen", "poison": 0, "thorns": 0, @@ -195538,7 +192893,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": "Troubled Tribesmen", "poison": 0, "thorns": 0, @@ -195612,7 +192966,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "162:1", "quest": "Troubled Tribesmen", "poison": 0, "thorns": 0, @@ -195687,7 +193040,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "159:8", "quest": "Troubled Tribesmen", "poison": 0, "thorns": 20, @@ -195762,7 +193114,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -195836,7 +193187,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": "Troubled Tribesmen", "poison": 0, "thorns": 0, @@ -195910,7 +193260,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -195984,7 +193333,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "7:0", "quest": null, "poison": 0, "thorns": 0, @@ -196059,7 +193407,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -196133,7 +193480,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:0", "quest": null, "poison": 0, "thorns": 0, @@ -196208,7 +193554,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23", "quest": null, "poison": 0, "thorns": 0, @@ -196283,7 +193628,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -196357,7 +193701,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -196431,7 +193774,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -196505,7 +193847,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -196579,7 +193920,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -196653,7 +193993,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -196727,7 +194066,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "44:5", "quest": null, "poison": 0, "thorns": 0, @@ -196802,7 +194140,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -196876,7 +194213,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "7:0", "quest": null, "poison": 0, "thorns": 0, @@ -196951,7 +194287,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -197026,7 +194361,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "159:6", "quest": null, "poison": 0, "thorns": 0, @@ -197101,7 +194435,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -197176,7 +194509,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "1:0", "quest": null, "poison": 0, "thorns": 0, @@ -197251,7 +194583,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "5:3", "quest": null, "poison": 0, "thorns": 0, @@ -197326,7 +194657,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:24", "quest": null, "poison": 0, "thorns": 0, @@ -197402,7 +194732,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:21", "quest": null, "poison": 0, "thorns": 0, @@ -197478,7 +194807,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 0, @@ -197553,7 +194881,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "16", "quest": null, "poison": 0, "thorns": 9, @@ -197627,7 +194954,6 @@ "name": "Ashes", "tier": "Unique", "set": null, - "material": "160:7", "quest": null, "poison": 0, "thorns": 0, @@ -197702,7 +195028,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:18", "quest": null, "poison": 0, "thorns": 0, @@ -197777,7 +195102,6 @@ "name": "Cinders", "tier": "Unique", "set": null, - "material": "185", "quest": null, "poison": 0, "thorns": 0, @@ -197851,7 +195175,6 @@ "name": "Iron Will", "tier": "Rare", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -197925,7 +195248,6 @@ "name": "Tungsten", "tier": "Rare", "set": null, - "material": "160:11", "quest": null, "poison": 0, "thorns": 0, @@ -197999,7 +195321,6 @@ "name": "Sparks", "tier": "Unique", "set": null, - "material": "95:8", "quest": null, "poison": 0, "thorns": 0, @@ -198073,7 +195394,6 @@ "name": "Pride", "tier": "Rare", "set": null, - "material": "183", "quest": null, "poison": 0, "thorns": 0, @@ -198148,7 +195468,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, @@ -198222,7 +195541,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "53:0", "quest": "Ice Nations", "poison": 0, "thorns": 0, @@ -198297,7 +195615,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -198372,7 +195689,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -198446,7 +195762,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, @@ -198519,7 +195834,6 @@ "name": "Antivenom", "tier": "Unique", "set": null, - "material": "95:8", "quest": null, "poison": -200, "thorns": 0, @@ -198593,7 +195907,6 @@ "name": "Cattail", "tier": "Unique", "set": null, - "material": "191", "quest": null, "poison": 0, "thorns": 0, @@ -198667,7 +195980,6 @@ "name": "Creepvine", "tier": "Unique", "set": null, - "material": "95:6", "quest": null, "poison": 220, "thorns": 0, @@ -198741,7 +196053,6 @@ "name": "Boomslang", "tier": "Rare", "set": null, - "material": "160:5", "quest": null, "poison": 300, "thorns": 0, @@ -198815,7 +196126,6 @@ "name": "Growth", "tier": "Rare", "set": null, - "material": "183", "quest": null, "poison": 0, "thorns": 0, @@ -198889,7 +196199,6 @@ "name": "Glimmer", "tier": "Unique", "set": null, - "material": "95:12", "quest": null, "poison": 0, "thorns": 0, @@ -198963,7 +196272,6 @@ "name": "Affluence", "tier": "Unique", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -199037,7 +196345,6 @@ "name": "Diamond Cuff", "tier": "Rare", "set": null, - "material": "191", "quest": null, "poison": 0, "thorns": 0, @@ -199111,7 +196418,6 @@ "name": "Jewelled Broach", "tier": "Rare", "set": null, - "material": "414", "quest": null, "poison": 0, "thorns": 0, @@ -199185,7 +196491,6 @@ "name": "Purity", "tier": "Rare", "set": null, - "material": "160:2", "quest": null, "poison": 0, "thorns": 0, @@ -199259,7 +196564,6 @@ "name": "Emerald Pendant", "tier": "Rare", "set": null, - "material": "160:5", "quest": null, "poison": 0, "thorns": 0, @@ -199333,7 +196637,6 @@ "name": "Silversplint", "tier": "Rare", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -199408,7 +196711,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:10", "quest": null, "poison": 400, "thorns": 25, @@ -199483,7 +196785,6 @@ "name": "Evapar", "tier": "Rare", "set": null, - "material": "89", "quest": null, "poison": 0, "thorns": 0, @@ -199557,7 +196858,6 @@ "name": "Value", "tier": "Unique", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -199632,7 +196932,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:19", "quest": null, "poison": 0, "thorns": 0, @@ -199708,7 +197007,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -199782,7 +197080,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -199857,7 +197154,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 0, "thorns": 0, @@ -199933,7 +197229,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "35:2", "quest": null, "poison": 1000, "thorns": 0, @@ -200008,7 +197303,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 0, @@ -200083,7 +197377,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 10, @@ -200157,7 +197450,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -200231,7 +197523,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -200306,7 +197597,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -200381,7 +197671,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -200455,7 +197744,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -200528,7 +197816,6 @@ "name": "Marrow-Tinted Necklace", "tier": "Unique", "set": null, - "material": "160:2", "quest": "Green Gloop", "poison": 0, "thorns": 0, @@ -200603,7 +197890,6 @@ "name": "Plain Glass Necklace", "tier": "Unique", "set": null, - "material": "160:1", "quest": "Green Gloop", "poison": 0, "thorns": 0, @@ -200678,7 +197964,6 @@ "name": "Emerald-Tinted Charm", "tier": "Unique", "set": null, - "material": "160:0", "quest": "Green Gloop", "poison": 0, "thorns": 0, @@ -200753,7 +198038,6 @@ "name": "Scarab-Shelled Charm", "tier": "Unique", "set": null, - "material": "160:10", "quest": "Green Gloop", "poison": 0, "thorns": 0, @@ -200828,7 +198112,6 @@ "name": "Crystal-Blend Pendant", "tier": "Rare", "set": null, - "material": "160:14", "quest": "Green Gloop", "poison": 0, "thorns": 0, @@ -200903,7 +198186,6 @@ "name": "Goblin Hex Focus", "tier": "Rare", "set": null, - "material": "45", "quest": null, "poison": 65, "thorns": 0, @@ -200977,7 +198259,6 @@ "name": "Sting-Glass Necklace", "tier": "Rare", "set": null, - "material": "160:8", "quest": "Green Gloop", "poison": 0, "thorns": 0, @@ -201052,7 +198333,6 @@ "name": "Goblin Arm Bracer", "tier": "Unique", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -201126,7 +198406,6 @@ "name": "Webbed Glass Charm", "tier": "Unique", "set": null, - "material": "160:12", "quest": "Green Gloop", "poison": 0, "thorns": 0, @@ -201202,7 +198481,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -201275,7 +198553,6 @@ "name": "Goblin Luck Charm", "tier": "Rare", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -201349,7 +198626,6 @@ "name": "Goblin-Silver Ring", "tier": "Unique", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -201424,7 +198700,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -201498,7 +198773,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -201571,7 +198845,6 @@ "name": "Blood-Tinted Necklace", "tier": "Unique", "set": null, - "material": "160:6", "quest": "Green Gloop", "poison": 60, "thorns": 0, @@ -201647,7 +198920,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 215, "thorns": 0, @@ -201722,7 +198994,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -201797,7 +199068,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:16", "quest": null, "poison": 0, "thorns": 0, @@ -201873,7 +199143,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "128:0", "quest": null, "poison": 0, "thorns": 0, @@ -201948,7 +199217,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:25", "quest": null, "poison": 0, "thorns": 0, @@ -202023,7 +199291,6 @@ "name": "Deark", "tier": "Rare", "set": null, - "material": "95:12", "quest": "Eye of the Storm", "poison": 0, "thorns": 0, @@ -202097,7 +199364,6 @@ "name": "Famine", "tier": "Unique", "set": null, - "material": "89", "quest": "Eye of the Storm", "poison": 0, "thorns": 0, @@ -202171,7 +199437,6 @@ "name": "Diminished", "tier": "Unique", "set": null, - "material": "103", "quest": "Eye of the Storm", "poison": 0, "thorns": 0, @@ -202245,7 +199510,6 @@ "name": "Destrortur", "tier": "Rare", "set": null, - "material": "187", "quest": "Eye of the Storm", "poison": 0, "thorns": 0, @@ -202319,7 +199583,6 @@ "name": "Fanatic", "tier": "Unique", "set": null, - "material": "28", "quest": "Eye of the Storm", "poison": 0, "thorns": 0, @@ -202393,7 +199656,6 @@ "name": "Scum", "tier": "Unique", "set": null, - "material": "88", "quest": "Eye of the Storm", "poison": 250, "thorns": 0, @@ -202468,7 +199730,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -202542,7 +199803,6 @@ "name": "Recovery", "tier": "Unique", "set": null, - "material": "87", "quest": "Eye of the Storm", "poison": 0, "thorns": 0, @@ -202617,7 +199877,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -202692,7 +199951,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -202767,7 +200025,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -202841,7 +200098,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 0, @@ -202916,7 +200172,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -202990,7 +200245,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 8, @@ -203064,7 +200318,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, @@ -203138,7 +200391,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, @@ -203212,7 +200464,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, @@ -203286,7 +200537,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": "Creeper Infiltration", "poison": 15, "thorns": 0, @@ -203360,7 +200610,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, @@ -203434,7 +200683,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, @@ -203508,7 +200756,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, @@ -203582,7 +200829,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "22:0", "quest": null, "poison": 0, "thorns": 4, @@ -203657,7 +200903,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -203731,7 +200976,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -203805,7 +201049,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -203879,7 +201122,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -203953,7 +201195,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "22:0", "quest": null, "poison": 45, "thorns": 0, @@ -204028,7 +201269,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -204102,7 +201342,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:0", "quest": null, "poison": 0, "thorns": 0, @@ -204177,7 +201416,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:0", "quest": null, "poison": 0, "thorns": 0, @@ -204252,7 +201490,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 35, "thorns": 7, @@ -204326,7 +201563,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:18", "quest": null, "poison": 0, "thorns": 0, @@ -204402,7 +201638,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 10, @@ -204476,7 +201711,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "35:9", "quest": null, "poison": 0, "thorns": 0, @@ -204551,7 +201785,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 0, @@ -204626,7 +201859,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -204701,7 +201933,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -204775,7 +202006,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "163:0", "quest": null, "poison": 0, "thorns": 0, @@ -204850,7 +202080,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -204924,7 +202153,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -204998,7 +202226,6 @@ "name": "Seedling", "tier": "Unique", "set": null, - "material": "160:4", "quest": null, "poison": 0, "thorns": 0, @@ -205073,7 +202300,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -205146,7 +202372,6 @@ "name": "Vine", "tier": "Unique", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -205221,7 +202446,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, @@ -205295,7 +202519,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -205369,7 +202592,6 @@ "name": "Tree Bracelet", "tier": "Unique", "set": null, - "material": "188", "quest": null, "poison": 0, "thorns": 0, @@ -205444,7 +202666,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -205518,7 +202739,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "162:0", "quest": "Ice Nations", "poison": 0, "thorns": 0, @@ -205593,7 +202813,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "163:0", "quest": null, "poison": 0, "thorns": 0, @@ -205668,7 +202887,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, @@ -205742,7 +202960,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 600, "thorns": 0, @@ -205817,7 +203034,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -205892,7 +203108,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 7, @@ -205966,7 +203181,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "7", "quest": null, "poison": 0, "thorns": 0, @@ -206041,7 +203255,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 230, "thorns": 0, @@ -206115,7 +203328,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 10, @@ -206190,7 +203402,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 405, "thorns": 0, @@ -206264,7 +203475,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": "Beneath The Depths", "poison": 0, "thorns": 0, @@ -206338,7 +203548,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 0, @@ -206413,7 +203622,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -206487,7 +203695,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -206560,7 +203767,6 @@ "name": "Doodad", "tier": "Rare", "set": null, - "material": "414", "quest": null, "poison": 0, "thorns": 4, @@ -206635,7 +203841,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -206708,7 +203913,6 @@ "name": "Corkuff", "tier": "Unique", "set": null, - "material": "191", "quest": null, "poison": 0, "thorns": 0, @@ -206782,7 +203986,6 @@ "name": "Coolant", "tier": "Rare", "set": null, - "material": "88", "quest": null, "poison": 0, "thorns": 0, @@ -206857,7 +204060,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 10, @@ -206930,7 +204132,6 @@ "name": "Quicksilver", "tier": "Rare", "set": null, - "material": "160:1", "quest": null, "poison": 375, "thorns": 0, @@ -207004,7 +204205,6 @@ "name": "Microchip", "tier": "Unique", "set": null, - "material": "95:12", "quest": null, "poison": 0, "thorns": 0, @@ -207078,7 +204278,6 @@ "name": "Wristviewer", "tier": "Unique", "set": null, - "material": "28", "quest": null, "poison": 0, "thorns": 0, @@ -207153,7 +204352,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -207227,7 +204425,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "24:2", "quest": null, "poison": 0, "thorns": 0, @@ -207302,7 +204499,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -207376,7 +204572,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "162:1", "quest": null, "poison": 0, "thorns": 0, @@ -207451,7 +204646,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "159:15", "quest": null, "poison": 0, "thorns": 0, @@ -207526,7 +204720,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -207600,7 +204793,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "126:2", "quest": null, "poison": 0, "thorns": 25, @@ -207675,7 +204867,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -207749,7 +204940,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "5:5", "quest": null, "poison": 0, "thorns": 0, @@ -207824,7 +205014,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:11", "quest": null, "poison": 0, "thorns": 0, @@ -207900,7 +205089,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -207974,7 +205162,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:8", "quest": null, "poison": 0, "thorns": 0, @@ -208049,7 +205236,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "179:1", "quest": null, "poison": 0, "thorns": 0, @@ -208124,7 +205310,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -208198,7 +205383,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "135", "quest": null, "poison": 0, "thorns": 0, @@ -208273,7 +205457,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -208347,7 +205530,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:2", "quest": null, "poison": 0, "thorns": 0, @@ -208422,7 +205604,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -208496,7 +205677,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -208569,7 +205749,6 @@ "name": "Chipped Glitz", "tier": "Unique", "set": null, - "material": "56", "quest": null, "poison": 0, "thorns": 0, @@ -208644,7 +205823,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -208718,7 +205896,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -208792,7 +205969,6 @@ "name": "Broken Sandust", "tier": "Unique", "set": null, - "material": "95:11", "quest": null, "poison": 0, "thorns": 0, @@ -208867,7 +206043,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -208941,7 +206116,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -209016,7 +206190,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 3, @@ -209090,7 +206263,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -209164,7 +206336,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 0, "thorns": 0, @@ -209239,7 +206410,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -209313,7 +206483,6 @@ "name": "Cracked Stonehall", "tier": "Unique", "set": null, - "material": "95:5", "quest": null, "poison": 0, "thorns": 0, @@ -209388,7 +206557,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:0", "quest": null, "poison": 0, "thorns": 0, @@ -209462,7 +206630,6 @@ "name": "Used Wolf Paw", "tier": "Unique", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -209537,7 +206704,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -209610,7 +206776,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 0, "thorns": 0, @@ -209685,7 +206850,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:0", "quest": null, "poison": 0, "thorns": 0, @@ -209760,7 +206924,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -209833,7 +206996,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -209908,7 +207070,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:0", "quest": null, "poison": 0, "thorns": 0, @@ -209983,7 +207144,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:3", "quest": null, "poison": 0, "thorns": 0, @@ -210058,7 +207218,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "17:3", "quest": null, "poison": 0, "thorns": 0, @@ -210133,7 +207292,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "5:0", "quest": null, "poison": 0, "thorns": 0, @@ -210208,7 +207366,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -210282,7 +207439,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -210355,7 +207511,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -210429,7 +207584,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -210503,7 +207657,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -210577,7 +207730,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:22", "quest": null, "poison": 0, "thorns": 0, @@ -210653,7 +207805,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -210727,7 +207878,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -210801,7 +207951,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -210875,7 +208024,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:10", "quest": null, "poison": 0, "thorns": 0, @@ -210950,7 +208098,6 @@ "name": "Brass Choker", "tier": "Rare", "set": null, - "material": "160:11", "quest": "From The Bottom", "poison": 0, "thorns": 0, @@ -211025,7 +208172,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "44:7", "quest": "From The Bottom", "poison": 0, "thorns": 0, @@ -211100,7 +208246,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -211174,7 +208319,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -211248,7 +208392,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, @@ -211322,7 +208465,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, @@ -211396,7 +208538,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:7", "quest": "From The Bottom", "poison": 0, "thorns": 0, @@ -211471,7 +208612,6 @@ "name": "Flexing Chain", "tier": "Unique", "set": null, - "material": "191", "quest": null, "poison": 0, "thorns": 0, @@ -211545,7 +208685,6 @@ "name": "Fire Pearl", "tier": "Rare", "set": null, - "material": "160:7", "quest": "From The Bottom", "poison": 0, "thorns": 0, @@ -211620,7 +208759,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -211694,7 +208832,6 @@ "name": "Formation", "tier": "Rare", "set": null, - "material": "183", "quest": "From The Bottom", "poison": 0, "thorns": 0, @@ -211769,7 +208906,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "164", "quest": null, "poison": 0, "thorns": 0, @@ -211844,7 +208980,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -211919,7 +209054,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 18, @@ -211993,7 +209127,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "44:3", "quest": "From The Bottom", "poison": 0, "thorns": 0, @@ -212068,7 +209201,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -212142,7 +209274,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, @@ -212215,7 +209346,6 @@ "name": "Rask", "tier": "Rare", "set": null, - "material": "89", "quest": "From The Bottom", "poison": 0, "thorns": 0, @@ -212289,7 +209419,6 @@ "name": "Ring of Power", "tier": "Unique", "set": null, - "material": "87", "quest": null, "poison": 0, "thorns": 0, @@ -212363,7 +209492,6 @@ "name": "Rough Diamond", "tier": "Unique", "set": null, - "material": "160:5", "quest": null, "poison": 0, "thorns": 0, @@ -212437,7 +209565,6 @@ "name": "Ring of Wisdom", "tier": "Unique", "set": null, - "material": "87", "quest": null, "poison": 0, "thorns": 0, @@ -212512,7 +209639,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": "The Belly of the Beast", "poison": 0, "thorns": 0, @@ -212586,7 +209712,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": "The Belly of the Beast", "poison": 0, "thorns": 0, @@ -212660,7 +209785,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": "The Belly of the Beast", "poison": 0, "thorns": 0, @@ -212733,7 +209857,6 @@ "name": "Sterk", "tier": "Rare", "set": null, - "material": "95:8", "quest": "From The Bottom", "poison": 0, "thorns": 0, @@ -212808,7 +209931,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "162:1", "quest": "From The Bottom", "poison": 0, "thorns": 0, @@ -212882,7 +210004,6 @@ "name": "Steady Grip", "tier": "Rare", "set": null, - "material": "66", "quest": "From The Bottom", "poison": 0, "thorns": 0, @@ -212957,7 +210078,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "159:8", "quest": "From The Bottom", "poison": 0, "thorns": 0, @@ -213032,7 +210152,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:22", "quest": null, "poison": 0, "thorns": 0, @@ -213107,7 +210226,6 @@ "name": "Thanos Brand", "tier": "Legendary", "set": null, - "material": "95:8", "quest": "The Belly Of The Beast", "poison": 0, "thorns": 0, @@ -213182,7 +210300,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "134", "quest": null, "poison": 0, "thorns": 0, @@ -213256,7 +210373,6 @@ "name": "Thanos Banner", "tier": "Legendary", "set": null, - "material": "183", "quest": "The Belly Of The Beast", "poison": 0, "thorns": 0, @@ -213330,7 +210446,6 @@ "name": "Sterling Silver", "tier": "Unique", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -213405,7 +210520,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "159:8", "quest": null, "poison": 0, "thorns": 0, @@ -213479,7 +210593,6 @@ "name": "Thanos Crest", "tier": "Legendary", "set": null, - "material": "160:13", "quest": "The Belly Of The Beast", "poison": 0, "thorns": 0, @@ -213554,7 +210667,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "135", "quest": null, "poison": 0, "thorns": 0, @@ -213628,7 +210740,6 @@ "name": "Tight Clamp", "tier": "Unique", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -213703,7 +210814,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:26", "quest": null, "poison": 0, "thorns": 0, @@ -213779,7 +210889,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "179:1", "quest": null, "poison": 0, "thorns": 0, @@ -213854,7 +210963,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": -375, "thorns": 0, @@ -213928,7 +211036,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -214002,7 +211109,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 3500, "thorns": 0, @@ -214076,7 +211182,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "179:1", "quest": null, "poison": 0, "thorns": 20, @@ -214151,7 +211256,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "16", "quest": null, "poison": 0, "thorns": 0, @@ -214226,7 +211330,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "7", "quest": null, "poison": 0, "thorns": 0, @@ -214301,7 +211404,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -214375,7 +211477,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -214450,7 +211551,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "35:8", "quest": null, "poison": 0, "thorns": 0, @@ -214525,7 +211625,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:26", "quest": null, "poison": 0, "thorns": 0, @@ -214601,7 +211700,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 7, @@ -214675,7 +211773,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "135", "quest": null, "poison": 0, "thorns": 0, @@ -214750,7 +211847,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -214824,7 +211920,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -214898,7 +211993,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": "The Belly of the Beast", "poison": 0, "thorns": 0, @@ -214972,7 +212066,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -215047,7 +212140,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -215122,7 +212214,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 0, @@ -215197,7 +212288,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 5, @@ -215271,7 +212361,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": 0, "thorns": 0, @@ -215346,7 +212435,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -215420,7 +212508,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:19", "quest": null, "poison": 0, "thorns": 0, @@ -215496,7 +212583,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -215570,7 +212656,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:10", "quest": null, "poison": 0, "thorns": 0, @@ -215646,7 +212731,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 0, "thorns": 0, @@ -215722,7 +212806,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 0, "thorns": 0, @@ -215797,7 +212880,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": null, "quest": "One Thousand Meters Under", "poison": 0, "thorns": 20, @@ -215872,7 +212954,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": null, "quest": "One Thousand Meters Under", "poison": 0, "thorns": 20, @@ -215947,7 +213028,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": null, "quest": "One Thousand Meters Under", "poison": 0, "thorns": 20, @@ -216022,7 +213102,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": null, "quest": "One Thousand Meters Under", "poison": 0, "thorns": 20, @@ -216096,7 +213175,6 @@ "name": "Zhight Beaded Broach", "tier": "Unique", "set": null, - "material": null, "quest": "Zhight Island", "poison": 0, "thorns": 0, @@ -216171,7 +213249,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": null, "quest": "One Thousand Meters Under", "poison": 0, "thorns": 20, @@ -216245,7 +213322,6 @@ "name": "Zhight Coral Band", "tier": "Rare", "set": null, - "material": "66", "quest": "Zhight Island", "poison": 0, "thorns": 0, @@ -216319,7 +213395,6 @@ "name": "Zhight Shiny Ring", "tier": "Rare", "set": null, - "material": "95:12", "quest": "Zhight Island", "poison": 0, "thorns": 0, @@ -216393,7 +213468,6 @@ "name": "Zhight Powwow Bangle", "tier": "Unique", "set": null, - "material": null, "quest": "Zhight Island", "poison": 0, "thorns": 0, @@ -216467,7 +213541,6 @@ "name": "Zhight Souvenir Coin", "tier": "Unique", "set": null, - "material": null, "quest": "Zhight Island", "poison": 0, "thorns": 0, @@ -216542,7 +213615,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -216616,7 +213688,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -216690,7 +213761,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 18, @@ -216762,7 +213832,6 @@ "name": "Zhight Weird Magic Necklace", "tier": "Rare", "set": null, - "material": "414:0", "quest": "Zhight Island", "poison": 0, "thorns": 0, @@ -216837,7 +213906,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -216910,7 +213978,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 85, "thorns": 0, @@ -216984,7 +214051,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": 0, "thorns": 0, @@ -217058,7 +214124,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 130, "thorns": 0, @@ -217132,7 +214197,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "5:4", "quest": null, "poison": 0, "thorns": 0, @@ -217206,7 +214270,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -217280,7 +214343,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "5:5", "quest": null, "poison": 0, "thorns": 0, @@ -217354,7 +214416,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 3, @@ -217427,7 +214488,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 50, "thorns": 7, @@ -217501,7 +214561,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -217573,7 +214632,6 @@ "name": "Sandust", "tier": "Unique", "set": null, - "material": "95:11", "quest": null, "poison": 0, "thorns": 0, @@ -217647,7 +214705,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -217720,7 +214777,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 365, "thorns": 0, @@ -217794,7 +214850,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "359:0", "quest": null, "poison": 0, "thorns": 0, @@ -217868,7 +214923,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 0, @@ -217942,7 +214996,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 0, @@ -218016,7 +215069,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -218089,7 +215141,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -218162,7 +215213,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -218235,7 +215285,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:22", "quest": null, "poison": 0, "thorns": 0, @@ -218310,7 +215359,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 30, @@ -218383,7 +215431,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -218456,7 +215503,6 @@ "name": "Sayleros' Brother's Misfortune", "tier": "Rare", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -218529,7 +215575,6 @@ "name": "Sarnfic's Lost Treasure", "tier": "Rare", "set": null, - "material": "88", "quest": null, "poison": 0, "thorns": 0, @@ -218603,7 +215648,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -218676,7 +215720,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -218750,7 +215793,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -218823,7 +215865,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -218897,7 +215938,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -218971,7 +216011,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 450, "thorns": 25, @@ -219045,7 +216084,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 1360, "thorns": 15, @@ -219118,7 +216156,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 10, @@ -219191,7 +216228,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -219264,7 +216300,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "256:0", "quest": null, "poison": 0, "thorns": 10, @@ -219338,7 +216373,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -219412,7 +216446,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -219484,7 +216517,6 @@ "name": "Saundersi Signet", "tier": "Legendary", "set": null, - "material": "95:12", "quest": null, "poison": 758, "thorns": 0, @@ -219558,7 +216590,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -219632,7 +216663,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "35:2", "quest": null, "poison": 0, "thorns": 0, @@ -219706,7 +216736,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -219778,7 +216807,6 @@ "name": "Sealing Coin", "tier": "Unique", "set": null, - "material": "102", "quest": null, "poison": 0, "thorns": 0, @@ -219851,7 +216879,6 @@ "name": "Secret", "tier": "Unique", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -219925,7 +216952,6 @@ "tier": "Fabled", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -219998,7 +217024,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -220070,7 +217095,6 @@ "name": "Seeker", "tier": "Unique", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -220144,7 +217168,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -220217,7 +217240,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -220291,7 +217313,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -220364,7 +217385,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -220437,7 +217457,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:2", "quest": null, "poison": 3130, "thorns": 20, @@ -220511,7 +217530,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "majorIds": [ "LIGHTWEIGHT" @@ -220587,7 +217605,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -220660,7 +217677,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -220733,7 +217749,6 @@ "name": "Sessanta", "tier": "Unique", "set": null, - "material": "87", "quest": null, "poison": 0, "thorns": 0, @@ -220807,7 +217822,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "35:9", "quest": null, "poison": 0, "thorns": 0, @@ -220881,7 +217895,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "180", "quest": null, "poison": 0, "thorns": 0, @@ -220955,7 +217968,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 10, @@ -221027,7 +218039,6 @@ "name": "Shark Tooth", "tier": "Unique", "set": null, - "material": "160:8", "quest": null, "poison": 0, "thorns": 0, @@ -221101,7 +218112,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "126:2", "quest": null, "poison": 0, "thorns": 0, @@ -221175,7 +218185,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -221248,7 +218257,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:17", "quest": null, "poison": 0, "thorns": 0, @@ -221324,7 +218332,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:2", "quest": null, "poison": 0, "thorns": 0, @@ -221397,7 +218404,6 @@ "name": "Sharp", "tier": "Unique", "set": null, - "material": "95:12", "quest": null, "poison": 0, "thorns": 3, @@ -221471,7 +218477,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "5:1", "quest": null, "poison": 0, "thorns": 0, @@ -221545,7 +218550,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "7:0", "quest": null, "poison": 0, "thorns": 0, @@ -221619,7 +218623,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -221692,7 +218695,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -221765,7 +218767,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "280:0", "quest": null, "poison": 0, "thorns": 0, @@ -221838,7 +218839,6 @@ "name": "Shatterglass", "tier": "Legendary", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -221912,7 +218912,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23", "quest": null, "poison": 0, "thorns": 0, @@ -221986,7 +218985,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -222059,7 +219057,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -222132,7 +219129,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:11", "quest": null, "poison": 0, "thorns": 0, @@ -222208,7 +219204,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 10, @@ -222281,7 +219276,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -222355,7 +219349,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -222427,7 +219420,6 @@ "name": "Shock", "tier": "Unique", "set": null, - "material": "95:11", "quest": null, "poison": 0, "thorns": 0, @@ -222501,7 +219493,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:14", "quest": null, "poison": 0, "thorns": 0, @@ -222577,7 +219568,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "5:1", "quest": null, "poison": 0, "thorns": 0, @@ -222651,7 +219641,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 18, @@ -222723,7 +219712,6 @@ "name": "Shiny Coin", "tier": "Unique", "set": null, - "material": "102", "quest": null, "poison": 0, "thorns": 0, @@ -222797,7 +219785,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -222870,7 +219857,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 5, @@ -222944,7 +219930,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "35:9", "quest": null, "poison": 0, "thorns": 0, @@ -223018,7 +220003,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -223091,7 +220075,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "163:0", "quest": null, "poison": 805, "thorns": 8, @@ -223165,7 +220148,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -223239,7 +220221,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -223312,7 +220293,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:17", "quest": null, "poison": 0, "thorns": 0, @@ -223388,7 +220368,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -223461,7 +220440,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:11", "quest": null, "poison": 0, "thorns": 0, @@ -223537,7 +220515,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -223610,7 +220587,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:18", "quest": null, "poison": 0, "thorns": 0, @@ -223685,7 +220661,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 260, "thorns": 0, @@ -223758,7 +220733,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "179:1", "quest": null, "poison": 0, "thorns": 0, @@ -223832,7 +220806,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": 0, "thorns": 0, @@ -223906,7 +220879,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "22:0", "quest": null, "poison": 0, "thorns": 0, @@ -223980,7 +220952,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:20", "quest": null, "poison": 0, "thorns": 0, @@ -224055,7 +221026,6 @@ "name": "Simplicity", "tier": "Unique", "set": null, - "material": "48", "quest": null, "poison": 0, "thorns": 0, @@ -224128,7 +221098,6 @@ "name": "Simple Coin", "tier": "Unique", "set": null, - "material": "102", "quest": null, "poison": 0, "thorns": 0, @@ -224201,7 +221170,6 @@ "name": "Sinister", "tier": "Rare", "set": null, - "material": "28", "quest": null, "poison": 350, "thorns": 0, @@ -224275,7 +221243,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "162:1", "quest": null, "poison": 0, "thorns": 0, @@ -224349,7 +221316,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:10", "quest": null, "poison": 0, "thorns": 0, @@ -224423,7 +221389,6 @@ "name": "Siwel's Guilt", "tier": "Rare", "set": null, - "material": "28", "quest": null, "poison": 0, "thorns": 0, @@ -224497,7 +221462,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -224571,7 +221535,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -224644,7 +221607,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:3", "quest": null, "poison": 0, "thorns": 0, @@ -224718,7 +221680,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 82, "thorns": 0, @@ -224791,7 +221752,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -224864,7 +221824,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 0, @@ -224938,7 +221897,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -225011,7 +221969,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 8, @@ -225085,7 +222042,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -225158,7 +222114,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -225232,7 +222187,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:19", "quest": null, "poison": 0, "thorns": 0, @@ -225308,7 +222262,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": "Recipe For Disaster", "poison": 0, "thorns": 0, @@ -225381,7 +222334,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:19", "quest": null, "poison": 0, "thorns": 0, @@ -225456,7 +222408,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -225529,7 +222480,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 0, "thorns": 0, @@ -225602,7 +222552,6 @@ "name": "Slap", "tier": "Unique", "set": null, - "material": "190", "quest": null, "poison": 0, "thorns": 0, @@ -225676,7 +222625,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 0, "thorns": 0, @@ -225751,7 +222699,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -225824,7 +222771,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "136:0", "quest": null, "poison": 0, "thorns": 0, @@ -225898,7 +222844,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "164:0", "quest": null, "poison": 1730, "thorns": 0, @@ -225972,7 +222917,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -226046,7 +222990,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "53:0", "quest": null, "poison": 0, "thorns": 0, @@ -226121,7 +223064,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 17, "thorns": 0, @@ -226194,7 +223136,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -226268,7 +223209,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -226341,7 +223281,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -226414,7 +223353,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -226487,7 +223425,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "159:0", "quest": null, "poison": 0, "thorns": 0, @@ -226560,7 +223497,6 @@ "name": "Sliver", "tier": "Unique", "set": null, - "material": "95:12", "quest": null, "poison": 0, "thorns": 0, @@ -226634,7 +223570,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:2", "quest": null, "poison": 0, "thorns": 0, @@ -226708,7 +223643,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "109:0", "quest": null, "poison": 435, "thorns": 0, @@ -226782,7 +223716,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -226856,7 +223789,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": "Recipe For Disaster", "poison": 0, "thorns": 0, @@ -226929,7 +223861,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -227003,7 +223934,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -227076,7 +224006,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 0, @@ -227150,7 +224079,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -227223,7 +224151,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -227296,7 +224223,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -227369,7 +224295,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -227442,7 +224367,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -227515,7 +224439,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "5:4", "quest": null, "poison": 0, "thorns": 0, @@ -227589,7 +224512,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "182:0", "quest": "The Lost", "poison": 0, "thorns": 0, @@ -227662,7 +224584,6 @@ "name": "Soldier", "tier": "Unique", "set": null, - "material": "87:0", "quest": null, "poison": 0, "thorns": 0, @@ -227736,7 +224657,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "359:0", "quest": null, "poison": 0, "thorns": 0, @@ -227810,7 +224730,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -227884,7 +224803,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -227958,7 +224876,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -228032,7 +224949,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -228106,7 +225022,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -228179,7 +225094,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -228252,7 +225166,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:19", "quest": null, "poison": 0, "thorns": 0, @@ -228328,7 +225241,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:19", "quest": null, "poison": 0, "thorns": 0, @@ -228403,7 +225315,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -228476,7 +225387,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:2", "quest": null, "poison": 0, "thorns": 8, @@ -228549,7 +225459,6 @@ "name": "Sowilo", "tier": "Unique", "set": null, - "material": "160:7", "quest": null, "poison": 0, "thorns": 5, @@ -228623,7 +225532,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -228697,7 +225605,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 10, @@ -228770,7 +225677,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:8", "quest": null, "poison": 0, "thorns": 0, @@ -228846,7 +225752,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -228919,7 +225824,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "1:0", "quest": null, "poison": 0, "thorns": 0, @@ -228993,7 +225897,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:7", "quest": null, "poison": 0, "thorns": 0, @@ -229067,7 +225970,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 0, @@ -229141,7 +226043,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -229215,7 +226116,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "180", "quest": null, "poison": 0, "thorns": 8, @@ -229289,7 +226189,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -229362,7 +226261,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 0, @@ -229436,7 +226334,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -229510,7 +226407,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "170:0", "quest": null, "poison": 0, "thorns": 0, @@ -229584,7 +226480,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -229657,7 +226552,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -229731,7 +226625,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -229804,7 +226697,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 320, "thorns": 25, @@ -229878,7 +226770,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 40, @@ -229951,7 +226842,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:11", "quest": null, "poison": 3600, "thorns": 0, @@ -230027,7 +226917,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 1200, "thorns": 0, @@ -230101,7 +226990,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 10, @@ -230175,7 +227063,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -230248,7 +227135,6 @@ "name": "Spontaneous", "tier": "Rare", "set": null, - "material": "185", "quest": null, "poison": 0, "thorns": 0, @@ -230322,7 +227208,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -230395,7 +227280,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -230468,7 +227352,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -230541,7 +227424,6 @@ "tier": "Normal", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -230615,7 +227497,6 @@ "tier": "Normal", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -230689,7 +227570,6 @@ "tier": "Normal", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -230764,7 +227644,6 @@ "tier": "Normal", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -230838,7 +227717,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -230912,7 +227790,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -230986,7 +227863,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "35:5", "quest": null, "poison": 0, "thorns": 0, @@ -231059,7 +227935,6 @@ "name": "Squid Anklet", "tier": "Unique", "set": null, - "material": "66", "quest": null, "poison": 0, "thorns": 0, @@ -231133,7 +228008,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 0, @@ -231207,7 +228081,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:3", "quest": null, "poison": 0, "thorns": 0, @@ -231282,7 +228155,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -231355,7 +228227,6 @@ "name": "Staccato", "tier": "Rare", "set": null, - "material": "160:11", "quest": null, "poison": 0, "thorns": 0, @@ -231429,7 +228300,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "359:0", "quest": null, "poison": 0, "thorns": 167, @@ -231503,7 +228373,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 11, @@ -231576,7 +228445,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 0, @@ -231650,7 +228518,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "159:15", "quest": null, "poison": 0, "thorns": 0, @@ -231724,7 +228591,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -231797,7 +228663,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -231870,7 +228735,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -231943,7 +228807,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -232016,7 +228879,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 0, @@ -232090,7 +228952,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "128:0", "quest": null, "poison": 0, "thorns": 0, @@ -232164,7 +229025,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -232238,7 +229098,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 6, @@ -232311,7 +229170,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "1:0", "quest": null, "poison": 0, "thorns": 0, @@ -232385,7 +229243,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -232458,7 +229315,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -232533,7 +229389,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -232606,7 +229461,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 0, "thorns": 0, @@ -232680,7 +229534,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 150, "thorns": 0, @@ -232754,7 +229607,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "majorIds": [ "LIGHTWEIGHT" @@ -232829,7 +229681,6 @@ "name": "Steel Bracer", "tier": "Unique", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -232902,7 +229753,6 @@ "name": "Stellar", "tier": "Legendary", "set": null, - "material": "414", "quest": null, "poison": 0, "thorns": 0, @@ -232976,7 +229826,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -233049,7 +229898,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -233122,7 +229970,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -233195,7 +230042,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "256:0", "quest": null, "poison": 0, "thorns": 0, @@ -233269,7 +230115,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:3", "quest": null, "poison": 0, "thorns": 0, @@ -233343,7 +230188,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -233416,7 +230260,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -233490,7 +230333,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "5:5", "quest": null, "poison": 0, "thorns": 0, @@ -233564,7 +230406,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -233637,7 +230478,6 @@ "name": "Stonehall", "tier": "Unique", "set": null, - "material": "95:5", "quest": null, "poison": 0, "thorns": 0, @@ -233711,7 +230551,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -233784,7 +230623,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:23", "quest": null, "poison": 0, "thorns": 0, @@ -233860,7 +230698,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "7:0", "quest": null, "poison": 0, "thorns": 0, @@ -233934,7 +230771,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "163:0", "quest": null, "poison": 810, "thorns": 7, @@ -234007,7 +230843,6 @@ "name": "Stratus", "tier": "Rare", "set": null, - "material": "103:0", "quest": null, "poison": 0, "thorns": 0, @@ -234081,7 +230916,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -234155,7 +230989,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -234228,7 +231061,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 6, @@ -234301,7 +231133,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "35:9", "quest": null, "poison": 0, "thorns": 0, @@ -234375,7 +231206,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:8", "quest": null, "poison": 0, "thorns": 0, @@ -234450,7 +231280,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -234523,7 +231352,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -234595,7 +231423,6 @@ "name": "Strobelight", "tier": "Fabled", "set": null, - "material": "414", "quest": null, "majorIds": [ "TAUNT" @@ -234673,7 +231500,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "128:0", "quest": null, "poison": 0, "thorns": 0, @@ -234747,7 +231573,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -234820,7 +231645,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:18", "quest": null, "poison": 0, "thorns": 0, @@ -234895,7 +231719,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 14, @@ -234968,7 +231791,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -235042,7 +231864,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -235116,7 +231937,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:2", "quest": null, "poison": 0, "thorns": 0, @@ -235190,7 +232010,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -235263,7 +232082,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -235337,7 +232155,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -235410,7 +232227,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -235483,7 +232299,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -235557,7 +232372,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "5:4", "quest": null, "poison": 0, "thorns": 0, @@ -235631,7 +232445,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -235705,7 +232518,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": -10, @@ -235778,7 +232590,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -235852,7 +232663,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -235925,7 +232735,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "24:2", "quest": null, "poison": 0, "thorns": 0, @@ -235999,7 +232808,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:16", "quest": null, "poison": 0, "thorns": 0, @@ -236073,7 +232881,6 @@ "name": "Suppression", "tier": "Rare", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -236147,7 +232954,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 8, @@ -236219,7 +233025,6 @@ "name": "Swift", "tier": "Rare", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -236293,7 +233098,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:18", "quest": null, "poison": 0, "thorns": 0, @@ -236369,7 +233173,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -236442,7 +233245,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -236515,7 +233317,6 @@ "name": "Synapse", "tier": "Legendary", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -236589,7 +233390,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "182", "quest": null, "poison": 0, "thorns": 0, @@ -236663,7 +233463,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:0", "quest": null, "poison": -245, "thorns": 0, @@ -236737,7 +233536,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -236810,7 +233608,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:2", "quest": null, "poison": 0, "thorns": 0, @@ -236883,7 +233680,6 @@ "name": "Agile Loop", "tier": "Unique", "set": null, - "material": "89", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, @@ -236957,7 +233753,6 @@ "name": "Barbaric Amulet", "tier": "Rare", "set": null, - "material": "160:5", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, @@ -237031,7 +233826,6 @@ "name": "Dark Band", "tier": "Rare", "set": null, - "material": "187", "quest": "Lost in the Jungle", "poison": 0, "thorns": 8, @@ -237105,7 +233899,6 @@ "name": "Chaotic Amulet", "tier": "Rare", "set": null, - "material": "160:9", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, @@ -237179,7 +233972,6 @@ "name": "Guardian Loop", "tier": "Unique", "set": null, - "material": "95:8", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, @@ -237253,7 +234045,6 @@ "name": "Energy Loop", "tier": "Unique", "set": null, - "material": "95:12", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, @@ -237327,7 +234118,6 @@ "name": "Droughted Amulet", "tier": "Rare", "set": null, - "material": "160:13", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, @@ -237402,7 +234192,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 350, "thorns": 0, @@ -237474,7 +234263,6 @@ "name": "Magical Loop", "tier": "Unique", "set": null, - "material": "88", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, @@ -237548,7 +234336,6 @@ "name": "Force Loop", "tier": "Unique", "set": null, - "material": "95:6", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, @@ -237623,7 +234410,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": "The Passage", "poison": 0, "thorns": 0, @@ -237698,7 +234484,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": "The Passage", "poison": 0, "thorns": 0, @@ -237773,7 +234558,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": "The Passage", "poison": 0, "thorns": 0, @@ -237849,7 +234633,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": "The Passage", "poison": 0, "thorns": 0, @@ -237923,7 +234706,6 @@ "name": "Scalding Band", "tier": "Rare", "set": null, - "material": "66", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, @@ -237998,7 +234780,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -238072,7 +234853,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": "The Passage", "poison": 0, "thorns": 0, @@ -238147,7 +234927,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 140, "thorns": 0, @@ -238220,7 +234999,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -238293,7 +235071,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -238365,7 +235142,6 @@ "name": "Takan's Treachery", "tier": "Rare", "set": null, - "material": "186", "quest": null, "poison": 0, "thorns": 0, @@ -238438,7 +235214,6 @@ "name": "Talisman Charm", "tier": "Unique", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -238512,7 +235287,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -238585,7 +235359,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -238658,7 +235431,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 280, "thorns": 0, @@ -238730,7 +235502,6 @@ "name": "Tarod's Search", "tier": "Rare", "set": null, - "material": "25", "quest": null, "poison": 0, "thorns": 0, @@ -238804,7 +235575,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -238877,7 +235647,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -238950,7 +235719,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -239023,7 +235791,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "159:15", "quest": null, "poison": 0, "thorns": 0, @@ -239098,7 +235865,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -239171,7 +235937,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -239244,7 +236009,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -239316,7 +236080,6 @@ "name": "Tears", "tier": "Unique", "set": null, - "material": "88:0", "quest": null, "poison": 0, "thorns": 0, @@ -239389,7 +236152,6 @@ "name": "Tear of Pirate Cove", "tier": "Rare", "set": null, - "material": "66", "quest": "Redbeard^s Booty", "poison": 0, "thorns": 0, @@ -239463,7 +236225,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 0, "thorns": 0, @@ -239537,7 +236298,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:24", "quest": null, "poison": 0, "thorns": 0, @@ -239612,7 +236372,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -239685,7 +236444,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:16", "quest": null, "poison": 0, "thorns": 0, @@ -239760,7 +236518,6 @@ "name": "Tenuto", "tier": "Legendary", "set": null, - "material": "160:14", "quest": null, "poison": 0, "thorns": 0, @@ -239834,7 +236591,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 20, @@ -239907,7 +236663,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -239980,7 +236735,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 735, "thorns": 0, @@ -240053,7 +236807,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -240126,7 +236879,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -240199,7 +236951,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -240272,7 +237023,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -240346,7 +237096,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -240420,7 +237169,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -240493,7 +237241,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -240566,7 +237313,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "5:4", "quest": null, "poison": 0, "thorns": 0, @@ -240640,7 +237386,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 0, "thorns": 0, @@ -240714,7 +237459,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -240788,7 +237532,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -240861,7 +237604,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -240934,7 +237676,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 0, "thorns": 0, @@ -241008,7 +237749,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -241081,7 +237821,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:0", "quest": null, "poison": 0, "thorns": 0, @@ -241155,7 +237894,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -241228,7 +237966,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 10, @@ -241302,7 +238039,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 5, @@ -241376,7 +238112,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -241449,7 +238184,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:11", "quest": null, "poison": 0, "thorns": 0, @@ -241524,7 +238258,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -241597,7 +238330,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "23", "quest": null, "poison": 350, "thorns": 0, @@ -241671,7 +238403,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -241744,7 +238475,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "159:11", "quest": null, "poison": 0, "thorns": 0, @@ -241817,7 +238547,6 @@ "name": "The Gambler", "tier": "Rare", "set": null, - "material": "103:0", "quest": null, "poison": 0, "thorns": 0, @@ -241891,7 +238620,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 0, "thorns": 0, @@ -241965,7 +238693,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -242038,7 +238765,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -242111,7 +238837,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -242184,7 +238909,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 50, @@ -242257,7 +238981,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -242330,7 +239053,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": "Enter the Dojo", "poison": 0, "thorns": 0, @@ -242403,7 +239125,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 0, @@ -242477,7 +239198,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 0, @@ -242550,7 +239270,6 @@ "name": "The Meddler", "tier": "Rare", "set": null, - "material": "186", "quest": null, "poison": 0, "thorns": 6, @@ -242624,7 +239343,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "5:1", "quest": null, "poison": 0, "thorns": 0, @@ -242698,7 +239416,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -242771,7 +239488,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -242844,7 +239560,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -242917,7 +239632,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:8", "quest": null, "poison": 0, "thorns": 0, @@ -242992,7 +239706,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -243065,7 +239778,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "44:7", "quest": null, "poison": 0, "thorns": 0, @@ -243139,7 +239851,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 10, @@ -243212,7 +239923,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "1:0", "quest": null, "poison": 0, "thorns": 0, @@ -243286,7 +239996,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "126:2", "quest": null, "poison": 0, "thorns": 0, @@ -243360,7 +240069,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:0", "quest": null, "poison": 0, "thorns": 0, @@ -243434,7 +240142,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -243508,7 +240215,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -243582,7 +240288,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "7:0", "quest": null, "poison": 0, "thorns": 0, @@ -243656,7 +240361,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -243729,7 +240433,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -243802,7 +240505,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "17:3", "quest": null, "poison": 0, "thorns": 0, @@ -243876,7 +240578,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 0, @@ -243949,7 +240650,6 @@ "name": "Therck's Irritation", "tier": "Rare", "set": null, - "material": "184", "quest": null, "poison": 0, "thorns": 3, @@ -244023,7 +240723,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "114:0", "quest": null, "poison": 0, "thorns": 0, @@ -244097,7 +240796,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "182:0", "quest": null, "poison": 0, "thorns": 0, @@ -244171,7 +240869,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -244244,7 +240941,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -244317,7 +241013,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -244390,7 +241085,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -244464,7 +241158,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 0, "thorns": 0, @@ -244540,7 +241233,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -244614,7 +241306,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "162:1", "quest": null, "poison": 0, "thorns": 0, @@ -244688,7 +241379,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:22", "quest": null, "poison": 0, "thorns": 0, @@ -244763,7 +241453,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -244837,7 +241526,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "128:0", "quest": null, "poison": 0, "thorns": 0, @@ -244911,7 +241599,6 @@ "tier": "Legendary", "type": "dagger", "set": null, - "material": "114", "quest": null, "poison": 0, "thorns": 0, @@ -244985,7 +241672,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 0, @@ -245059,7 +241745,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -245133,7 +241818,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -245206,7 +241890,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -245280,7 +241963,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -245354,7 +242036,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -245427,7 +242108,6 @@ "name": "Tidal", "tier": "Unique", "set": null, - "material": "66", "quest": null, "poison": 0, "thorns": 0, @@ -245501,7 +242181,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -245574,7 +242253,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "139:1", "quest": null, "poison": 0, "thorns": 0, @@ -245648,7 +242326,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "44:6", "quest": null, "poison": 0, "thorns": 0, @@ -245722,7 +242399,6 @@ "tier": "Fabled", "type": "chestplate", "set": null, - "material": null, "quest": null, "majorIds": [ "SORCERY" @@ -245798,7 +242474,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:22", "quest": null, "poison": 0, "thorns": 0, @@ -245873,7 +242548,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "5:2", "quest": null, "poison": 0, "thorns": 0, @@ -245947,7 +242621,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -246021,7 +242694,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -246094,7 +242766,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:11", "quest": null, "poison": 0, "thorns": 0, @@ -246169,7 +242840,6 @@ "name": "Tisaun's Honour", "tier": "Rare", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 8, @@ -246242,7 +242912,6 @@ "name": "Tiny", "tier": "Unique", "set": null, - "material": "160:12", "quest": null, "poison": 0, "thorns": 0, @@ -246316,7 +242985,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -246389,7 +243057,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -246462,7 +243129,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -246536,7 +243202,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -246610,7 +243275,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "23:0", "quest": null, "poison": 0, "thorns": 0, @@ -246684,7 +243348,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:0", "quest": null, "poison": 0, "thorns": 0, @@ -246757,7 +243420,6 @@ "name": "Togak's Vision", "tier": "Rare", "set": null, - "material": "183", "quest": null, "poison": 0, "thorns": 0, @@ -246831,7 +243493,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -246905,7 +243566,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "17:2", "quest": null, "poison": 0, "thorns": 0, @@ -246979,7 +243639,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -247052,7 +243711,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -247125,7 +243783,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "159:2", "quest": null, "poison": 0, "thorns": 10, @@ -247198,7 +243855,6 @@ "name": "Trace", "tier": "Rare", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -247272,7 +243928,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "17:2", "quest": null, "poison": 0, "thorns": 0, @@ -247346,7 +244001,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "35:8", "quest": null, "poison": 0, "thorns": 0, @@ -247419,7 +244073,6 @@ "name": "Travel Charm", "tier": "Unique", "set": null, - "material": "160:1", "quest": null, "poison": 0, "thorns": 0, @@ -247493,7 +244146,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -247567,7 +244219,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -247640,7 +244291,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -247714,7 +244364,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -247787,7 +244436,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -247859,7 +244507,6 @@ "name": "Trinket", "tier": "Unique", "set": null, - "material": "188", "quest": null, "poison": 0, "thorns": 0, @@ -247933,7 +244580,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -248006,7 +244652,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -248079,7 +244724,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:2", "quest": null, "poison": 0, "thorns": 0, @@ -248153,7 +244797,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 0, "thorns": 9, @@ -248227,7 +244870,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -248300,7 +244942,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "162:1", "quest": null, "poison": 0, "thorns": 0, @@ -248374,7 +245015,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -248447,7 +245087,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "17:2", "quest": null, "poison": 0, "thorns": 0, @@ -248521,7 +245160,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:9", "quest": null, "poison": 0, "thorns": 0, @@ -248596,7 +245234,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "134:0", "quest": null, "poison": 610, "thorns": 0, @@ -248670,7 +245307,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -248743,7 +245379,6 @@ "name": "Twist Band", "tier": "Unique", "set": null, - "material": "25", "quest": null, "poison": 0, "thorns": 6, @@ -248817,7 +245452,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 18, @@ -248890,7 +245524,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -248963,7 +245596,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 500, "thorns": 0, @@ -249036,7 +245668,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "126:0", "quest": null, "poison": 0, "thorns": 0, @@ -249110,7 +245741,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -249183,7 +245813,6 @@ "tier": "Legendary", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -249256,7 +245885,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -249329,7 +245957,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -249402,7 +246029,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -249476,7 +246102,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -249550,7 +246175,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -249622,7 +246246,6 @@ "name": "Union", "tier": "Rare", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -249696,7 +246319,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -249768,7 +246390,6 @@ "name": "Unspeakable", "tier": "Legendary", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -249842,7 +246463,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -249915,7 +246535,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -249988,7 +246607,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "159:2", "quest": null, "poison": 0, "thorns": 0, @@ -250062,7 +246680,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -250136,7 +246753,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -250209,7 +246825,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -250282,7 +246897,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -250355,7 +246969,6 @@ "tier": "Fabled", "type": "chestplate", "set": null, - "material": null, "quest": null, "majorIds": [ "PLAGUE" @@ -250430,7 +247043,6 @@ "name": "Uriel", "tier": "Rare", "set": null, - "material": "95:13", "quest": null, "poison": 0, "thorns": 0, @@ -250504,7 +247116,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "280:0", "quest": null, "poison": 0, "thorns": 0, @@ -250578,7 +247189,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -250651,7 +247261,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -250725,7 +247334,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -250798,7 +247406,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "179:1", "quest": null, "poison": 0, "thorns": 0, @@ -250872,7 +247479,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "126:4", "quest": null, "poison": 0, "thorns": 0, @@ -250946,7 +247552,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "16", "quest": null, "poison": 0, "thorns": 0, @@ -251020,7 +247625,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -251094,7 +247698,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 0, "thorns": 0, @@ -251168,7 +247771,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -251241,7 +247843,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "24:1", "quest": null, "poison": 0, "thorns": 0, @@ -251315,7 +247916,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:1", "quest": null, "poison": 0, "thorns": 0, @@ -251389,7 +247989,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "5:2", "quest": null, "poison": 0, "thorns": 0, @@ -251463,7 +248062,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "5:0", "quest": null, "poison": 0, "thorns": 0, @@ -251537,7 +248135,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:26", "quest": null, "poison": 0, "thorns": 0, @@ -251613,7 +248210,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -251686,7 +248282,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 525, "thorns": 15, @@ -251759,7 +248354,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -251832,7 +248426,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -251905,7 +248498,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 550, "thorns": 0, @@ -251977,7 +248569,6 @@ "name": "Verglas", "tier": "Rare", "set": null, - "material": "160:13", "quest": null, "poison": 0, "thorns": 0, @@ -252051,7 +248642,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "159:15", "quest": null, "poison": 0, "thorns": 0, @@ -252125,7 +248715,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -252198,7 +248787,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 425, "thorns": 15, @@ -252271,7 +248859,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "159:7", "quest": null, "poison": 0, "thorns": 0, @@ -252345,7 +248932,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 0, "thorns": 0, @@ -252421,7 +249007,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "163:0", "quest": null, "poison": 1100, "thorns": 0, @@ -252495,7 +249080,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -252568,7 +249152,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -252642,7 +249225,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 1, @@ -252714,7 +249296,6 @@ "name": "Vitium", "tier": "Rare", "set": null, - "material": "160:1", "quest": null, "poison": 50, "thorns": 0, @@ -252788,7 +249369,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "24:2", "quest": null, "poison": 0, "thorns": 0, @@ -252861,7 +249441,6 @@ "name": "Vitriol", "tier": "Unique", "set": null, - "material": "192", "quest": null, "poison": 83, "thorns": 0, @@ -252934,7 +249513,6 @@ "name": "Vital", "tier": "Rare", "set": null, - "material": "87", "quest": null, "poison": 0, "thorns": 0, @@ -253008,7 +249586,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:18", "quest": null, "poison": 0, "thorns": 0, @@ -253084,7 +249661,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "126:5", "quest": null, "poison": 0, "thorns": 0, @@ -253158,7 +249734,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "159:11", "quest": null, "poison": 0, "thorns": 0, @@ -253232,7 +249807,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 0, "thorns": 0, @@ -253307,7 +249881,6 @@ "name": "Volmor's Flair", "tier": "Rare", "set": null, - "material": "28", "quest": null, "poison": 0, "thorns": 0, @@ -253380,7 +249953,6 @@ "name": "Voidshard", "tier": "Rare", "set": null, - "material": "89", "quest": null, "poison": 0, "thorns": 5, @@ -253454,7 +250026,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -253527,7 +250098,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -253601,7 +250171,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "16:0", "quest": null, "poison": 0, "thorns": 0, @@ -253675,7 +250244,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -253749,7 +250317,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -253822,7 +250389,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -253896,7 +250462,6 @@ "tier": "Set", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -253970,7 +250535,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -254044,7 +250608,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "128:0", "quest": null, "poison": 0, "thorns": 0, @@ -254118,7 +250681,6 @@ "tier": "Set", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -254191,7 +250753,6 @@ "name": "Blitzen", "tier": "Rare", "set": null, - "material": "88", "quest": null, "poison": 0, "thorns": 0, @@ -254266,7 +250827,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 10, @@ -254339,7 +250899,6 @@ "name": "Cupid", "tier": "Rare", "set": null, - "material": "66", "quest": null, "poison": 0, "thorns": 0, @@ -254413,7 +250972,6 @@ "name": "Comet", "tier": "Unique", "set": null, - "material": "185", "quest": null, "poison": 0, "thorns": 0, @@ -254488,7 +251046,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 20, @@ -254563,7 +251120,6 @@ "tier": "Set", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -254636,7 +251192,6 @@ "name": "Dancer", "tier": "Unique", "set": null, - "material": "160:13", "quest": null, "poison": 0, "thorns": 0, @@ -254710,7 +251265,6 @@ "name": "Dasher", "tier": "Unique", "set": null, - "material": "89", "quest": null, "poison": 0, "thorns": 0, @@ -254785,7 +251339,6 @@ "tier": "Rare", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -254858,7 +251411,6 @@ "name": "Donner", "tier": "Unique", "set": null, - "material": "95:8", "quest": null, "poison": 0, "thorns": 0, @@ -254933,7 +251485,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -255006,7 +251557,6 @@ "name": "Prancer", "tier": "Rare", "set": null, - "material": "95:6", "quest": null, "poison": 0, "thorns": 0, @@ -255081,7 +251631,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 0, @@ -255156,7 +251705,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "139:0", "quest": null, "poison": 0, "thorns": 0, @@ -255231,7 +251779,6 @@ "tier": "Rare", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -255305,7 +251852,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "159:1", "quest": null, "poison": 0, "thorns": 0, @@ -255380,7 +251926,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -255454,7 +251999,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -255529,7 +252073,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -255603,7 +252146,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "180", "quest": null, "poison": 0, "thorns": 0, @@ -255678,7 +252220,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -255752,7 +252293,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -255826,7 +252366,6 @@ "name": "Vixen", "tier": "Rare", "set": null, - "material": "160:7", "quest": null, "poison": 0, "thorns": 0, @@ -255901,7 +252440,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -255976,7 +252514,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:20", "quest": null, "poison": 0, "thorns": 0, @@ -256052,7 +252589,6 @@ "tier": "Rare", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -256127,7 +252663,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "35:5", "quest": null, "poison": 0, "thorns": 0, @@ -256201,7 +252736,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "1:0", "quest": null, "poison": 0, "thorns": 0, @@ -256275,7 +252809,6 @@ "tier": "Set", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -256348,7 +252881,6 @@ "name": "Wastelands", "tier": "Unique", "set": null, - "material": "95:5", "quest": null, "poison": 90, "thorns": 0, @@ -256421,7 +252953,6 @@ "name": "Warmth", "tier": "Unique", "set": null, - "material": "45:0", "quest": null, "poison": 0, "thorns": 0, @@ -256495,7 +253026,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -256568,7 +253098,6 @@ "name": "Wasp", "tier": "Rare", "set": null, - "material": "95:11", "quest": null, "poison": 155, "thorns": 0, @@ -256642,7 +253171,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": 0, "thorns": 0, @@ -256716,7 +253244,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "5:4", "quest": null, "poison": 0, "thorns": 0, @@ -256790,7 +253317,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "162:1", "quest": null, "poison": 0, "thorns": 0, @@ -256864,7 +253390,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "162:0", "quest": null, "poison": 0, "thorns": 0, @@ -256938,7 +253463,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": "5:1", "quest": null, "poison": 0, "thorns": 0, @@ -257012,7 +253536,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -257085,7 +253608,6 @@ "tier": "Legendary", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -257158,7 +253680,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "5:4", "quest": null, "poison": 0, "thorns": 0, @@ -257232,7 +253753,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 15, @@ -257305,7 +253825,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": 0, "thorns": 0, @@ -257378,7 +253897,6 @@ "name": "Wedding Ring", "tier": "Unique", "set": null, - "material": "56:0", "quest": null, "poison": 0, "thorns": 0, @@ -257452,7 +253970,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:12", "quest": null, "poison": 0, "thorns": 0, @@ -257526,7 +254043,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "5:4", "quest": null, "poison": 0, "thorns": 0, @@ -257600,7 +254116,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": "35:5", "quest": null, "poison": 0, "thorns": 0, @@ -257674,7 +254189,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -257747,7 +254261,6 @@ "name": "White", "tier": "Rare", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -257822,7 +254335,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 8, @@ -257895,7 +254407,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -257968,7 +254479,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "17:1", "quest": null, "poison": 0, "thorns": 0, @@ -258042,7 +254552,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:19", "quest": null, "poison": 0, "thorns": 0, @@ -258117,7 +254626,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -258190,7 +254698,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -258263,7 +254770,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 130, "thorns": 0, @@ -258336,7 +254842,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -258409,7 +254914,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "161:0", "quest": null, "poison": 0, "thorns": 13, @@ -258482,7 +254986,6 @@ "name": "Willpower", "tier": "Unique", "set": null, - "material": "160:8", "quest": null, "poison": 0, "thorns": 0, @@ -258556,7 +255059,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "179:0", "quest": null, "poison": 0, "thorns": 0, @@ -258630,7 +255132,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:19", "quest": null, "poison": 0, "thorns": 0, @@ -258705,7 +255206,6 @@ "tier": "Rare", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -258778,7 +255278,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -258852,7 +255351,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -258926,7 +255424,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -258999,7 +255496,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:22", "quest": null, "poison": 0, "thorns": 0, @@ -259075,7 +255571,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:10", "quest": null, "poison": 0, "thorns": 0, @@ -259151,7 +255646,6 @@ "tier": "Legendary", "type": "relik", "set": null, - "material": "273:25", "quest": null, "poison": 0, "thorns": 0, @@ -259225,7 +255719,6 @@ "name": "Windy Torc", "tier": "Unique", "set": null, - "material": "160:13", "quest": null, "poison": 0, "thorns": 0, @@ -259299,7 +255792,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "35:7", "quest": null, "poison": 0, "thorns": 0, @@ -259373,7 +255865,6 @@ "tier": "Legendary", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -259446,7 +255937,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "1:0", "quest": null, "poison": 0, "thorns": 0, @@ -259520,7 +256010,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "126:1", "quest": null, "poison": 0, "thorns": 0, @@ -259594,7 +256083,6 @@ "tier": "Unique", "type": "bow", "set": null, - "material": "22:0", "quest": null, "poison": 0, "thorns": 0, @@ -259667,7 +256155,6 @@ "name": "Wolf Crest", "tier": "Unique", "set": null, - "material": "160:12", "quest": null, "poison": 0, "thorns": 0, @@ -259740,7 +256227,6 @@ "name": "Wolf Paw", "tier": "Unique", "set": null, - "material": "189", "quest": null, "poison": 0, "thorns": 0, @@ -259814,7 +256300,6 @@ "tier": "Unique", "type": "boots", "set": null, - "material": null, "quest": null, "poison": 23, "thorns": 0, @@ -259887,7 +256372,6 @@ "tier": "Legendary", "type": "wand", "set": null, - "material": "159:12", "quest": null, "poison": 0, "thorns": 0, @@ -259960,7 +256444,6 @@ "name": "Worry", "tier": "Rare", "set": null, - "material": "25", "quest": null, "poison": 0, "thorns": 0, @@ -260034,7 +256517,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": "159:10", "quest": null, "poison": 0, "thorns": 0, @@ -260107,7 +256589,6 @@ "name": "Worship", "tier": "Unique", "set": null, - "material": "56:0", "quest": null, "poison": 0, "thorns": 0, @@ -260181,7 +256662,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:7", "quest": null, "poison": 0, "thorns": 0, @@ -260257,7 +256737,6 @@ "tier": "Rare", "type": "spear", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -260331,7 +256810,6 @@ "tier": "Rare", "type": "bow", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -260405,7 +256883,6 @@ "tier": "Rare", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -260479,7 +256956,6 @@ "tier": "Rare", "type": "dagger", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -260553,7 +257029,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "180:0", "quest": null, "poison": 0, "thorns": 0, @@ -260627,7 +257102,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -260700,7 +257174,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "18:2", "quest": null, "poison": 0, "thorns": 0, @@ -260774,7 +257247,6 @@ "tier": "Unique", "type": "spear", "set": null, - "material": "23", "quest": null, "poison": 0, "thorns": 0, @@ -260847,7 +257319,6 @@ "name": "Yang", "tier": "Unique", "set": null, - "material": "95:1", "quest": null, "poison": 0, "thorns": 0, @@ -260921,7 +257392,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "18:3", "quest": null, "poison": 0, "thorns": 0, @@ -260995,7 +257465,6 @@ "tier": "Legendary", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -261067,7 +257536,6 @@ "name": "Yin", "tier": "Unique", "set": null, - "material": "95:0", "quest": null, "poison": 0, "thorns": 0, @@ -261141,7 +257609,6 @@ "tier": "Rare", "type": "relik", "set": null, - "material": "273:17", "quest": null, "poison": 0, "thorns": 0, @@ -261217,7 +257684,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "44:1", "quest": null, "poison": 0, "thorns": 0, @@ -261291,7 +257757,6 @@ "tier": "Legendary", "type": "spear", "set": null, - "material": "35:2", "quest": null, "poison": 0, "thorns": 0, @@ -261365,7 +257830,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "35:10", "quest": null, "poison": 0, "thorns": 0, @@ -261439,7 +257903,6 @@ "tier": "Unique", "type": "dagger", "set": null, - "material": "171:15", "quest": null, "poison": 0, "thorns": 0, @@ -261513,7 +257976,6 @@ "tier": "Unique", "type": "chestplate", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -261586,7 +258048,6 @@ "tier": "Unique", "type": "helmet", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -261659,7 +258120,6 @@ "tier": "Legendary", "type": "bow", "set": null, - "material": "126:2", "quest": null, "poison": 0, "thorns": 0, @@ -261733,7 +258193,6 @@ "tier": "Unique", "type": "leggings", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -261805,7 +258264,6 @@ "name": "Zjarr", "tier": "Unique", "set": null, - "material": "45", "quest": null, "poison": 0, "thorns": 0, @@ -261879,7 +258337,6 @@ "tier": "Unique", "type": "wand", "set": null, - "material": "1:0", "quest": null, "poison": 0, "thorns": 0, @@ -261953,7 +258410,6 @@ "tier": "Normal", "type": "wand", "set": null, - "material": null, "quest": null, "poison": 0, "thorns": 0, @@ -262027,7 +258483,6 @@ "tier": "Unique", "type": "relik", "set": null, - "material": "273:13", "quest": null, "poison": 0, "thorns": 0, diff --git a/compress.json b/compress.json index 9dd56f5..9c3bd89 100644 --- a/compress.json +++ b/compress.json @@ -1 +1 @@ -{"items": [{"name": "Dondasch", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 3375, "fDef": 0, "wDef": 0, "aDef": 150, "tDef": 0, "eDef": 150, "lvl": 100, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 27, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 400, "fDamPct": -100, "wDamPct": 0, "aDamPct": 25, "tDamPct": 0, "eDamPct": 25, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eidolon", "tier": "Rare", "type": "wand", "set": null, "material": "1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "640-811", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 15, "def": 0, "spd": 30, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 30, "tDefPct": 25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nona", "tier": "Legendary", "type": "dagger", "set": null, "material": "161:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "85-112", "tDam": "0-0", "eDam": "85-112", "atkSpd": "SUPER_FAST", "lvl": 95, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 25, "atkTier": 1, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": -180, "sdRaw": 120, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -100, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tera", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3225, "fDef": 0, "wDef": 0, "aDef": -200, "tDef": 100, "eDef": 100, "lvl": 90, "classReq": null, "strReq": 50, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 20, "ref": 0, "str": 10, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 40, "eDamPct": 40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breakbore", "tier": "Rare", "type": "spear", "set": null, "material": "135", "quest": null, "poison": 0, "thorns": 0, "exploding": 57, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "135-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "100-130", "eDam": "100-130", "atkSpd": "SLOW", "lvl": 90, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": -20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Summa", "tier": "Legendary", "set": null, "material": "95:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": -25, "wDef": 0, "aDef": 0, "tDef": -25, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 1, "dex": 4, "int": 0, "agi": 1, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -35, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quick-Strike Leggings", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1525, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": "Assassin", "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 20, "int": 0, "agi": 0, "def": 0, "spd": 14, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -14, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Back-up Plan", "displayName": "Back-Up Plan", "tier": "Rare", "set": null, "material": "185", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 625, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helm Splitter", "tier": "Legendary", "type": "spear", "set": null, "material": "134", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "714-1114", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 70, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 150, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 40, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -2000, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kahontsi Ohstyen", "tier": "Legendary", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 35, "category": "weapon", "slots": 4, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-260", "atkSpd": "SLOW", "lvl": 60, "classReq": null, "strReq": 80, "dexReq": 0, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 20, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": -15, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -100, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Durum's Serenity", "tier": "Legendary", "set": null, "material": "160:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 30, "fDef": 0, "wDef": 7, "aDef": 0, "tDef": 0, "eDef": 7, "lvl": 25, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 12, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Greenhoof", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 105, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ohonte Kerhite", "tier": "Rare", "type": "wand", "set": null, "material": "126:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "40-80", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 15, "hprPct": 25, "mr": 3, "sdPct": 25, "mdPct": -75, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 13, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 770, "spRegen": 25, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 45, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Scarecrow's Vest", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 60, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 150, "fDef": -5, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 40, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -7, "atkTier": 0, "hpBonus": 58, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shadestep", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": -275, "fDef": 0, "wDef": 0, "aDef": 100, "tDef": 120, "eDef": 0, "lvl": 70, "classReq": "Archer", "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 175, "ms": 0, "xpb": 0, "lb": 0, "ref": 50, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 30, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -45, "sdRaw": 0, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Onenya Hronkas", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1750, "fDef": 100, "wDef": -60, "aDef": -60, "tDef": 0, "eDef": 100, "lvl": 60, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 85, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -12, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shackle of Shade", "tier": "Rare", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -3, "aDefPct": 9, "tDefPct": 0, "eDefPct": -3, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blade of Shade", "tier": "Legendary", "type": "dagger", "set": null, "material": "170", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "30-55", "fDam": "65-80", "wDam": "0-0", "aDam": "55-90", "tDam": "40-105", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 225, "ms": 2, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": -250, "spRegen": 0, "eSteal": 0, "hprRaw": -70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Purification Bead", "tier": "Rare", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deadeye", "tier": "Fabled", "type": "bow", "set": null, "material": "159:6", "quest": null, "majorIds": ["HAWKEYE"], "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "627-629", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 65, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plague Mask", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 400, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 925, "fDef": 10, "wDef": 10, "aDef": 70, "tDef": 10, "eDef": 70, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": -10, "mdPct": -15, "ls": 95, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plague Staff", "tier": "Fabled", "type": "wand", "set": null, "material": "1", "quest": null, "majorIds": ["PLAGUE"], "poison": 1800, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 20, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crossbolt", "tier": "Rare", "type": "bow", "set": null, "material": "136", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "60-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 50, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -25, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Redrock Bandanna", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 425, "fDef": 25, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 19, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 19, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sundown Poncho", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 25, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 34, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 9, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 30, "wDamPct": 0, "aDamPct": 0, "tDamPct": 30, "eDamPct": 0, "fDefPct": 0, "wDefPct": -25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Obolus", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 35, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 38, "ms": 0, "xpb": 10, "lb": 30, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 42, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stave of the Legends", "tier": "Legendary", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "50-70", "fDam": "10-40", "wDam": "20-30", "aDam": "0-0", "tDam": "5-45", "eDam": "15-35", "atkSpd": "NORMAL", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 10, "int": 10, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 25, "aDefPct": 0, "tDefPct": 25, "eDefPct": 25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Legend Guard's Plate", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2100, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 70, "classReq": "Warrior", "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": -10, "atkTier": 0, "hpBonus": 339, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Haros' Oar", "tier": "Legendary", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 75, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "25-37", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "12-18", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 11, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Constrict Collar", "tier": "Rare", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 80, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 80, "spRegen": 0, "eSteal": 0, "hprRaw": -5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shackles of the Beast", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 525, "fDef": 0, "wDef": -60, "aDef": 50, "tDef": 50, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": -1, "sdPct": -10, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 525, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marius' Prison", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 58, "ms": 4, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 80, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Binding Brace", "tier": "Legendary", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 25, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -4, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Trainer's Pendant", "tier": "Rare", "set": null, "material": "160:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": -7, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Braker", "tier": "Legendary", "type": "spear", "set": null, "material": "159:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 77, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "600-750", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -100, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": -2050, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lower", "tier": "Legendary", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "485-600", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 11, "spPct2": 0, "spRaw2": -3, "spPct3": 0, "spRaw3": -3, "spPct4": 0, "spRaw4": -3, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slider", "tier": "Legendary", "type": "dagger", "set": null, "material": "179:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "205-330", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -30, "int": 0, "agi": 15, "def": 0, "spd": 40, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 220, "mdRaw": -71, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bonder", "tier": "Legendary", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": -500, "category": "weapon", "slots": 4, "drop": "never", "restrict": "Untradable", "nDam": "300-380", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 30, "mr": 4, "sdPct": -20, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stinger", "tier": "Legendary", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 2000, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "1680-2200", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 735, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -99, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -240, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Abandoned Tunic", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 22, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "About-Face", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 333, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2675, "fDef": 60, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 86, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": -55, "mdPct": -55, "ls": 195, "ms": 2, "xpb": 0, "lb": 0, "ref": 333, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 160, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Absorption", "tier": "Unique", "type": "spear", "set": null, "material": "5:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "30-60", "aDam": "0-0", "tDam": "40-70", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Achromatic Gloom", "tier": "Rare", "set": null, "material": "160:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -4, "dex": -4, "int": -4, "agi": -4, "def": -4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 75, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Acid", "tier": "Unique", "set": null, "material": "95:6", "quest": null, "poison": 550, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -250, "fDef": 0, "wDef": -30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ace of Spades", "tier": "Rare", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "100-100", "wDam": "0-0", "aDam": "10-200", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 45, "hprPct": 0, "mr": -3, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 10, "spd": 15, "atkTier": 0, "hpBonus": 2700, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 25, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Acidstream", "tier": "Rare", "type": "bow", "set": null, "material": "163:0", "quest": null, "poison": 311, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "31-37", "aDam": "0-0", "tDam": "0-0", "eDam": "12-14", "atkSpd": "SLOW", "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -35, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Abyssal Walkers", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 480, "thorns": 0, "exploding": 5, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": 80, "wDef": -100, "aDef": -80, "tDef": 80, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 100, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adamantite", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2100, "fDef": -50, "wDef": -50, "aDef": -50, "tDef": -50, "eDef": -20, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": 0, "atkTier": 0, "hpBonus": 1350, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -3, "wDamPct": -14, "aDamPct": -14, "tDamPct": -14, "eDamPct": -3, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Acrobat", "tier": "Rare", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-90", "fDam": "0-0", "wDam": "0-0", "aDam": "80-110", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 6, "eDamPct": 0, "fDefPct": -12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adanac", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 50, "aDef": 50, "tDef": -50, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 48, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 6, "aDefPct": 6, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adder Stone", "tier": "Legendary", "set": null, "material": "160:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 375, "fDef": 0, "wDef": 25, "aDef": 0, "tDef": 0, "eDef": 25, "lvl": 80, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 38, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adigard's Snowshoes", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 200, "fDef": -5, "wDef": 15, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -4, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Admiral's Aegis", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 170, "fDef": 0, "wDef": -10, "aDef": 0, "tDef": -10, "eDef": 0, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 7, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adrift", "tier": "Unique", "type": "relik", "set": null, "material": "273:22", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "22-33", "fDam": "0-0", "wDam": "70-92", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 30, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 40, "aDefPct": 15, "tDefPct": 15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aeolipile", "tier": "Unique", "type": "bow", "set": null, "material": "17:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "100-150", "wDam": "135-200", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aeolus", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 230, "fDef": -30, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -7, "spd": 17, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adventurous", "tier": "Rare", "set": null, "material": "191", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aeolian", "tier": "Unique", "type": "bow", "set": null, "material": "182:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-50", "fDam": "0-0", "wDam": "0-0", "aDam": "14-22", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aerosol", "tier": "Unique", "type": "dagger", "set": null, "material": "179:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-110", "fDam": "0-0", "wDam": "0-0", "aDam": "68-143", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": -6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 90, "fDamPct": -60, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": -60, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aerokinesis", "tier": "Legendary", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-190", "fDam": "0-0", "wDam": "0-0", "aDam": "100-190", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 75, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 120, "mdRaw": 0, "fDamPct": -29, "wDamPct": -29, "aDamPct": 20, "tDamPct": -29, "eDamPct": -29, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aerodynamics", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1400, "fDef": -70, "wDef": 0, "aDef": 70, "tDef": 60, "eDef": -80, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aether", "tier": "Unique", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-70", "tDam": "0-70", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 15, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aeronaut", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 140, "fDef": -10, "wDef": 0, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 7, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": -12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Affrettando", "tier": "Unique", "type": "spear", "set": null, "material": "44:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "3-15", "fDam": "0-0", "wDam": "0-0", "aDam": "14-31", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 21, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aersectra", "tier": "Rare", "type": "bow", "set": null, "material": "35:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "111-111", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "48-275", "eDam": "0-0", "atkSpd": "FAST", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 21, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -10, "spd": 0, "atkTier": 0, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": -30, "wDamPct": 0, "aDamPct": 24, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Afterimage", "tier": "Legendary", "type": "wand", "set": null, "material": "49:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "23-30", "fDam": "0-0", "wDam": "0-0", "aDam": "39-48", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 90, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 22, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 14, "tDamPct": 0, "eDamPct": 0, "fDefPct": -12, "wDefPct": -12, "aDefPct": 0, "tDefPct": -12, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Agitation", "tier": "Rare", "type": "dagger", "set": null, "material": "159:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 19, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "27-117", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "16-75", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 23, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -70, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aggression", "tier": "Rare", "set": null, "material": "192", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -20, "wDef": -20, "aDef": -20, "tDef": -20, "eDef": 10, "lvl": 44, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "35-60", "fDam": "0-0", "wDam": "0-0", "aDam": "35-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 85, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Bow", "tier": "Rare", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "45-70", "fDam": "0-0", "wDam": "0-0", "aDam": "45-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Wand", "tier": "Rare", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "20-35", "fDam": "0-0", "wDam": "0-0", "aDam": "20-35", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Spear", "tier": "Rare", "type": "spear", "set": null, "material": "35:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "40-70", "fDam": "0-0", "wDam": "0-0", "aDam": "40-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ado Saki", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 105, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": -8, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -6, "ms": 1, "xpb": 12, "lb": 0, "ref": 3, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ajax", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 525, "fDef": 0, "wDef": 0, "aDef": -30, "tDef": 0, "eDef": 30, "lvl": 45, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": -10, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -40, "mdRaw": 85, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Accelerator", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 3500, "fDef": 0, "wDef": 0, "aDef": -150, "tDef": -150, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 11, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Albacore", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "fDef": 0, "wDef": 140, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 80, "mdRaw": 0, "fDamPct": -12, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alaxica", "tier": "Unique", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "27-56", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": -20, "aDamPct": 0, "tDamPct": -20, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Albedo", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2800, "fDef": 65, "wDef": 80, "aDef": 100, "tDef": 80, "eDef": 65, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 65, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 12, "aDefPct": 15, "tDefPct": 12, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aldo", "tier": "Unique", "type": "spear", "set": null, "material": "35:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "94-109", "fDam": "0-0", "wDam": "32-44", "aDam": "71-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 19, "lb": 19, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -190, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alarm", "tier": "Unique", "type": "wand", "set": null, "material": "44:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "7-10", "tDam": "4-13", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": 5, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alice's Sleeve", "tier": "Rare", "set": null, "material": "188", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 20, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 6, "mr": 0, "sdPct": 0, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aldorei's Vision", "tier": "Unique", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "50-70", "aDam": "0-0", "tDam": "0-0", "eDam": "50-70", "atkSpd": "SLOW", "lvl": 82, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 115, "fDamPct": -10, "wDamPct": 0, "aDamPct": -10, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aliez", "tier": "Legendary", "set": null, "material": "89:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -225, "fDef": 0, "wDef": 0, "aDef": 25, "tDef": 25, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 11, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aldorei's Tear", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 480, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1550, "fDef": 0, "wDef": 50, "aDef": -10, "tDef": -50, "eDef": 50, "lvl": 77, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aldorei's Training Bow", "tier": "Unique", "type": "bow", "set": null, "material": "7:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "7-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 7, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 1, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alka Cometflinger", "tier": "Legendary", "type": "bow", "set": null, "material": "164", "quest": null, "poison": 0, "thorns": 0, "exploding": 31, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "550-785", "atkSpd": "SLOW", "lvl": 93, "classReq": null, "strReq": 80, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 31, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -225, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 31, "fDefPct": 0, "wDefPct": -30, "aDefPct": -30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alkahest", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 1115, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 65, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -20, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 145, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alazarin", "displayName": "Alizarin", "tier": "Legendary", "type": "dagger", "set": null, "material": "171:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "NORMAL", "nDam": "23-32", "fDam": "20-75", "wDam": "20-75", "aDam": "20-75", "tDam": "20-75", "eDam": "20-75", "atkSpd": "FAST", "lvl": 89, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 23, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1250, "spRegen": 10, "eSteal": 0, "hprRaw": 150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "All for One", "displayName": "All For One", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3800, "fDef": -50, "wDef": -50, "aDef": -50, "tDef": -50, "eDef": 150, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -20, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -150, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Allegro", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1250, "fDef": -50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -30, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Almuj's Walker", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 7, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 8, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alligator", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 4, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 75, "fDef": 0, "wDef": 7, "aDef": 0, "tDef": -5, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 4, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -6, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Altimeter", "tier": "Rare", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "28-32", "tDam": "0-0", "eDam": "25-30", "atkSpd": "VERY_FAST", "lvl": 59, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 27, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 34, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alumia", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 10, "eDef": -5, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 8, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 4, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alternator", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 250, "fDef": 0, "wDef": -10, "aDef": 0, "tDef": 5, "eDef": -5, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 19, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 11, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aloof", "tier": "Unique", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "2-8", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 6, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ambiguity", "tier": "Rare", "set": null, "material": "160:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -180, "fDef": 40, "wDef": -50, "aDef": 40, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 45, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 600, "spRegen": 0, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Amadeus", "tier": "Legendary", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "130-160", "fDam": "0-0", "wDam": "160-200", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 3, "sdPct": 15, "mdPct": 0, "ls": -220, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 15, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Amethyst Ring", "tier": "Rare", "set": null, "material": "95:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 4, "wDef": 4, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 10, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aluminium", "tier": "Unique", "set": null, "material": "95:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 5, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Amplitude", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 75, "eDef": -75, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Amulet of the Necromancer", "tier": "Rare", "set": null, "material": "160:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -5, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -7, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 3, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Almuj's Daggers", "tier": "Legendary", "type": "dagger", "set": null, "material": "67:0", "quest": null, "poison": 45, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "11-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "5-16", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anamnesis", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": -1600, "fDef": 0, "wDef": 200, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 4, "sdPct": 0, "mdPct": -55, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 25, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 40, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anchor Chain", "tier": "Legendary", "type": "spear", "set": null, "material": "5:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "40-80", "aDam": "0-0", "tDam": "0-0", "eDam": "20-100", "atkSpd": "VERY_SLOW", "lvl": 35, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": -19, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ancient Scout Shoes", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 30, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anchoryl", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 11, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 23, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 11, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 250, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ancient Battle Crossbow", "tier": "Rare", "type": "bow", "set": null, "material": "163:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "65-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "55-95", "atkSpd": "VERY_SLOW", "lvl": 23, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 23, "ls": 0, "ms": 0, "xpb": 10, "lb": 12, "ref": 0, "str": 15, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anarchy", "tier": "Unique", "set": null, "material": "28", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -7, "wDefPct": -7, "aDefPct": -7, "tDefPct": -7, "eDefPct": -7, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ancient Wand", "tier": "Legendary", "type": "wand", "set": null, "material": "1:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-22", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Andante", "tier": "Unique", "type": "relik", "set": null, "material": "273:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "100-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "201-201", "atkSpd": "VERY_SLOW", "lvl": 54, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aneroid", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 95, "fDef": 0, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 10, "lvl": 23, "classReq": null, "strReq": 7, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": -2, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aneurysm", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 0, "wDef": -30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 20, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": -150, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": 100, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anger Point", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": -80, "wDef": -80, "aDef": -80, "tDef": -80, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": -7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 145, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Angel Robe", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1450, "fDef": -60, "wDef": 0, "aDef": 80, "tDef": 20, "eDef": -20, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Amiscia", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 155, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 10, "eDef": -10, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 13, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anno", "tier": "Rare", "set": null, "material": "45", "quest": null, "poison": 110, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 40, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 8, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anokumeme", "tier": "Unique", "type": "wand", "set": null, "material": "5:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "40-62", "aDam": "32-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Animosity", "tier": "Unique", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-90", "fDam": "0-0", "wDam": "0-0", "aDam": "60-80", "tDam": "60-80", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 16, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 8, "def": -8, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -26, "wDefPct": -14, "aDefPct": 0, "tDefPct": 0, "eDefPct": -14, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Andesite Aegis", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2750, "fDef": 110, "wDef": -50, "aDef": -50, "tDef": 100, "eDef": 110, "lvl": 77, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Antimony", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 465, "thorns": 0, "exploding": 10, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 975, "fDef": 75, "wDef": -80, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Antim", "tier": "Unique", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 45, "sdRaw": 30, "mdRaw": 33, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anthracite Ballista", "tier": "Rare", "type": "bow", "set": null, "material": "159:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "754-937", "wDam": "0-0", "aDam": "754-937", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 15, "ls": 500, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 2000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 780, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Apology", "tier": "Unique", "type": "relik", "set": null, "material": "273:23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "345-350", "fDam": "0-0", "wDam": "345-350", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 42, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 2000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Antithesis", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1550, "fDef": 60, "wDef": 40, "aDef": 0, "tDef": -120, "eDef": 0, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 35, "hprPct": -27, "mr": 0, "sdPct": 16, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -95, "sdRaw": 0, "mdRaw": 0, "fDamPct": 19, "wDamPct": 13, "aDamPct": 0, "tDamPct": -28, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Albakaya", "tier": "Unique", "type": "wand", "set": null, "material": "159:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-12", "fDam": "8-12", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 40, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aquarius", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2550, "fDef": -100, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 110, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 5, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arakadicus' Maw", "tier": "Rare", "type": "dagger", "set": null, "material": "171:15", "quest": null, "poison": 1350, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "200-260", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "250-325", "atkSpd": "SLOW", "lvl": 98, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 12, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 300, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": -15, "aDefPct": -15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Antipode", "tier": "Rare", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-50", "fDam": "35-60", "wDam": "35-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Backburner", "displayName": "Anvil Crawler", "tier": "Unique", "type": "dagger", "set": null, "material": "114:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "103-343", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-2286", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 15, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": -10, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 810, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arakadicus' Claw", "tier": "Unique", "type": "dagger", "set": null, "material": "128:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-130", "eDam": "120-190", "atkSpd": "VERY_SLOW", "lvl": 66, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 12, "dex": 12, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -30, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": -30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arbalest", "tier": "Legendary", "type": "relik", "set": null, "material": "273:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 40, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "275-325", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "300-325", "atkSpd": "SLOW", "lvl": 87, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -12, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 240, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 25, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": -65, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aratera", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 11, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1650, "fDef": 80, "wDef": -40, "aDef": -80, "tDef": 0, "eDef": 40, "lvl": 70, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 12, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -125, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aphotic", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3200, "fDef": 0, "wDef": 150, "aDef": 0, "tDef": -150, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 50, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -80, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": -6, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arakadicus' Leg", "tier": "Unique", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 465, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-60", "eDam": "30-45", "atkSpd": "SLOW", "lvl": 67, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -50, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -50, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aquamarine", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3300, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 18, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 6, "hprRaw": 150, "sdRaw": 150, "mdRaw": 150, "fDamPct": -25, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arc Bracer", "tier": "Unique", "set": null, "material": "187", "quest": null, "poison": 0, "thorns": 7, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -20, "aDef": 0, "tDef": 50, "eDef": -40, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arc Rifle", "tier": "Rare", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "33-110", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "83-330", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1550, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arcane Grieves", "displayName": "Arcane Greaves", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 35, "fDef": 0, "wDef": 3, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arcane Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 40, "fDef": 2, "wDef": 2, "aDef": 2, "tDef": 2, "eDef": 2, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 4, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Archaic", "tier": "Rare", "set": null, "material": "45", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 350, "fDef": 40, "wDef": -30, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arcus", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": 40, "eDef": -90, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ardiente", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2600, "fDef": 80, "wDef": -120, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -40, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -40, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aries", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 25, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 25, "ls": 240, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 225, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ariodo's Dial", "tier": "Rare", "set": null, "material": "187", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arkhalis", "tier": "Rare", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "127-297", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": -15, "dex": 35, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": -1, "hpBonus": -1350, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 425, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arma Gauntlet", "tier": "Legendary", "type": "dagger", "set": null, "material": "161:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "110-150", "fDam": "40-95", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "50-85", "atkSpd": "NORMAL", "lvl": 75, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": -12, "atkTier": 0, "hpBonus": 1600, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": -80, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Armageddon", "tier": "Unique", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "120-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "70-250", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 53, "classReq": null, "strReq": 10, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Asbestos", "tier": "Unique", "set": null, "material": "160:0", "quest": null, "poison": 385, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -375, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -14, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 65, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Artifice", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 20, "eDef": -25, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -9, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ashes Anew", "tier": "Rare", "type": "relik", "set": null, "material": "273:16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "90-110", "wDam": "0-0", "aDam": "90-115", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 30, "hprPct": 0, "mr": 1, "sdPct": -10, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 50, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Asher's Relic", "tier": "Rare", "set": null, "material": "27", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": -10, "ms": -2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": -6, "eSteal": 0, "hprRaw": 4, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Asphalt", "tier": "Rare", "type": "relik", "set": null, "material": "273:17", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "93-94", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "93-94", "atkSpd": "VERY_FAST", "lvl": 77, "classReq": null, "strReq": 32, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 32, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 200, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -5, "agi": -5, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 125, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": -20, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Assassin's Hood", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 110, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 315, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -10, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Archpriest", "tier": "Rare", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "11-18", "fDam": "0-0", "wDam": "11-13", "aDam": "11-13", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 18, "agiReq": 18, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 11, "str": 0, "dex": 0, "int": 5, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 4, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -21, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 7, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Asphyxia", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "fDef": 0, "wDef": 0, "aDef": -200, "tDef": 150, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": -15, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": -50, "tDamPct": 30, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Astigmatism", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 600, "fDef": -20, "wDef": -20, "aDef": -20, "tDef": -20, "eDef": -20, "lvl": 48, "classReq": null, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "hprPct": -15, "mr": -1, "sdPct": 18, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 13, "wDamPct": 13, "aDamPct": 13, "tDamPct": 13, "eDamPct": 13, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Asterisk", "tier": "Unique", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-15", "fDam": "0-0", "wDam": "0-0", "aDam": "11-15", "tDam": "11-15", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 13, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -4, "dex": 0, "int": 0, "agi": 0, "def": -4, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Assurance", "tier": "Unique", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-52", "fDam": "30-38", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "30-38", "atkSpd": "SLOW", "lvl": 53, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Astral Walkers", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1500, "fDef": 70, "wDef": -65, "aDef": 0, "tDef": 70, "eDef": -75, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 14, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -15, "fDefPct": 12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Atoll", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 80, "wDef": 80, "aDef": 0, "tDef": -70, "eDef": -70, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -18, "fDefPct": 13, "wDefPct": 14, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Asymptote", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1250, "fDef": 0, "wDef": 0, "aDef": -100, "tDef": 60, "eDef": 60, "lvl": 66, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -10, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 115, "ms": 1, "xpb": -10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -55, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Atheist", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 110, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 15, "lvl": 19, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -5, "wDamPct": 0, "aDamPct": 0, "tDamPct": -5, "eDamPct": 8, "fDefPct": 0, "wDefPct": -5, "aDefPct": -5, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Auric", "tier": "Rare", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 9, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 70, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": -60, "mdRaw": -65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aurora", "tier": "Unique", "set": null, "material": "103", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Audacity", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 35, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Atroce", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 240, "thorns": 15, "exploding": 20, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 950, "fDef": 0, "wDef": -60, "aDef": -60, "tDef": 60, "eDef": 60, "lvl": 63, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 10, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Atlas", "tier": "Rare", "set": null, "material": "188:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 200, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -8, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aura of Element", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 0, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 79, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 23, "wDamPct": 23, "aDamPct": 23, "tDamPct": 23, "eDamPct": 23, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Augoeides", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1000, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 8, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Autumn Tree", "tier": "Unique", "type": "wand", "set": null, "material": "18:0", "quest": null, "poison": 25, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "3-7", "atkSpd": "SLOW", "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Australis", "tier": "Unique", "type": "relik", "set": null, "material": "273:25", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "34-40", "wDam": "34-40", "aDam": "34-40", "tDam": "34-40", "eDam": "34-40", "atkSpd": "FAST", "lvl": 72, "classReq": null, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 24, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 600, "spRegen": 24, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Average Golden Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 73, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Autotomized", "tier": "Unique", "set": null, "material": "160:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": -3, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 0, "agi": 7, "def": -3, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Average Golden Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 112, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Awakening", "tier": "Unique", "type": "bow", "set": null, "material": "126:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "60-96", "wDam": "60-96", "aDam": "60-96", "tDam": "60-96", "eDam": "60-96", "atkSpd": "NORMAL", "lvl": 94, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Average Golden Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 86, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Average Golden Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 71, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Azimuth", "tier": "Rare", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-80", "tDam": "0-0", "eDam": "20-60", "atkSpd": "FAST", "lvl": 66, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -9, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 17, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 15, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Awesome Bandanna", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 5, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Azar", "tier": "Unique", "set": null, "material": "188", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Azotar", "tier": "Rare", "type": "relik", "set": null, "material": "273:25", "quest": null, "poison": 250, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "untradable", "nDam": "65-75", "fDam": "50-60", "wDam": "50-60", "aDam": "50-60", "tDam": "50-60", "eDam": "50-60", "atkSpd": "SLOW", "lvl": 64, "classReq": null, "strReq": 14, "dexReq": 14, "intReq": 14, "agiReq": 14, "defReq": 14, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 140, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Azure Halo", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3300, "fDef": 0, "wDef": 150, "aDef": 150, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 30, "defReq": 0, "hprPct": 10, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 23, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 30, "eSteal": 0, "hprRaw": 170, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -33, "eDamPct": -33, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Babbling Bow", "tier": "Unique", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "16-22", "fDam": "0-0", "wDam": "36-53", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 6, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 13, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": -30, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Azurite", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 18, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2675, "fDef": 0, "wDef": 90, "aDef": 0, "tDef": 0, "eDef": 80, "lvl": 92, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 27, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 6, "hprRaw": 0, "sdRaw": 0, "mdRaw": 225, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ba'al's Betrayal", "tier": "Rare", "set": null, "material": "186", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -45, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 23, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Back Protector", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 2, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 130, "fDef": 0, "wDef": -6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Babylon's Scale", "tier": "Legendary", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": -13, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "10-400", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 65, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": -10, "spd": 13, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -19, "wDamPct": 0, "aDamPct": 19, "tDamPct": 0, "eDamPct": 0, "fDefPct": -16, "wDefPct": 0, "aDefPct": 16, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bad Wolf", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1350, "fDef": 0, "wDef": 0, "aDef": -100, "tDef": 70, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 32, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Backfire", "tier": "Unique", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 14, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "126-149", "fDam": "149-160", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "137-171", "atkSpd": "SUPER_SLOW", "lvl": 69, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": -105, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ballista", "tier": "Unique", "type": "bow", "set": null, "material": "163:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "125-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "75-150", "atkSpd": "VERY_SLOW", "lvl": 55, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -2, "int": 0, "agi": 0, "def": 5, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bakteri", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 680, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2150, "fDef": -50, "wDef": -70, "aDef": -50, "tDef": 65, "eDef": 90, "lvl": 77, "classReq": null, "strReq": 50, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 140, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -120, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -30, "aDamPct": 0, "tDamPct": 45, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ballad", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "fDef": 20, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 20, "hprPct": 15, "mr": 1, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Balankia", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 380, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": -5, "int": -5, "agi": -5, "def": -5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Balloon's Bane", "tier": "Unique", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-150", "fDam": "200-375", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 0, "ls": 115, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 9, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 9, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Balm", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 630, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 20, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": -4, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bamboo Cuff", "tier": "Unique", "set": null, "material": "183", "quest": null, "poison": 125, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 4, "eDamPct": 4, "fDefPct": -8, "wDefPct": 0, "aDefPct": -8, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bantisu's Approach", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2525, "fDef": -75, "wDef": 0, "aDef": 75, "tDef": 0, "eDef": 75, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Barbarian", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "fDef": 0, "wDef": 0, "aDef": 80, "tDef": 0, "eDef": 70, "lvl": 92, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 300, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": -10, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Barbed Spear", "tier": "Unique", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 120, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "65-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 26, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -10, "mr": 0, "sdPct": -7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bardiche", "tier": "Rare", "type": "spear", "set": null, "material": "23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-190", "fDam": "0-0", "wDam": "100-200", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 40, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 12, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 18, "tDamPct": 0, "eDamPct": -20, "fDefPct": 0, "wDefPct": 23, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Barrage", "tier": "Unique", "set": null, "material": "95:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Andesite-hewn Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "31-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bard's Song", "tier": "Unique", "type": "wand", "set": null, "material": "5:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "25-75", "aDam": "25-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -7, "mdPct": -11, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 12, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 19, "aDamPct": 19, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Andesite-hewn Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "18-22", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Andesite-hewn Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "8-14", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Andesite-hewn Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Backlash", "tier": "Unique", "type": "dagger", "set": null, "material": "128:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "30-200", "eDam": "90-90", "atkSpd": "SLOW", "lvl": 77, "classReq": null, "strReq": 20, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 180, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 0, "eSteal": 0, "hprRaw": -90, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Basaltic Schynbalds", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 620, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 50, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Andesite-hewn Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "19-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unfinished Chain Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 265, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Standard Chain Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 445, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Standard Chain Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 470, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Standard Chain Mail", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Chain Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 560, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Chain Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 530, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Chain Mail", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 625, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "High-Quality Chain Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 660, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Chain Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 590, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unfinished Chain Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 282, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "High-Quality Chain Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "High-Quality Chain Mail", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 770, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "High-Quality Chain Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 735, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unfinished Chain Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawed Chain Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 355, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unfinished Chain Mail", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 318, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawed Chain Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 335, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawed Chain Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 380, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawed Chain Mail", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Standard Chain Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 420, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dim Diamond Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1540, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clear Diamond Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2210, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloudy Diamond Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloudy Diamond Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1980, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clear Diamond Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2160, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clear Diamond Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2330, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clear Diamond Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2270, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brilliant Diamond Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brilliant Diamond Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2460, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dim Diamond Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1580, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloudy Diamond Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2040, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Smoky Diamond Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1730, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brilliant Diamond Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2530, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dim Diamond Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1630, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brilliant Diamond Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2600, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloudy Diamond Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1930, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Smoky Diamond Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1780, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diorite-hewn Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "27-31", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dim Diamond Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1680, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diorite-hewn Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "45-61", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diorite-hewn Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "26-37", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Smoky Diamond Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1880, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diorite-hewn Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "15-22", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Smoky Diamond Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1830, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Used Golden Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 127, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diorite-hewn Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aged Golden Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 71, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "New Golden Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 158, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "New Golden Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 168, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "New Golden Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 178, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "New Golden Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 192, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Used Golden Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 137, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shining Golden Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 206, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shining Golden Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 233, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aged Golden Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 78, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shining Golden Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Used Golden Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 148, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aged Golden Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 86, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aged Golden Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 80, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Avocado", "tier": "Unique", "type": "relik", "set": null, "material": "273:21", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "25-29", "aDam": "0-0", "tDam": "0-0", "eDam": "25-29", "atkSpd": "NORMAL", "lvl": 29, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 65, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shining Golden Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 247, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Worn Golden Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 92, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Worn Golden Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Worn Golden Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 111, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Worn Golden Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 109, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Used Golden Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 119, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Granite-hewn Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "68-84", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Granite-hewn Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "38-42", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Granite-hewn Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "42-59", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Granite-hewn Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "19-27", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plated Iron Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1090, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Granite-hewn Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cracked Iron Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plated Iron Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1130, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solid Iron Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plated Iron Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1165, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solid Iron Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1280, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solid Iron Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1240, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solid Iron Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1320, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reinforced Iron Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1410, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reinforced Iron Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reinforced Iron Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1360, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cracked Iron Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 830, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cracked Iron Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 860, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cracked Iron Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 890, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thin Iron Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 955, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reinforced Iron Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1490, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plated Iron Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1055, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thin Iron Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1025, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thin Iron Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 920, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thin Iron Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 990, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Padded Leather Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 30, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plain Leather Cap", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 3, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Padded Leather Tunic", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 34, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hard Leather Cap", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 36, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Padded Leather Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 26, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Studded Leather Cap", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 54, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hard Leather Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 44, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hard Leather Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 40, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hard Leather Tunic", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 49, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Studded Leather Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 60, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plain Leather Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 5, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plain Leather Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 7, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plain Leather Tunic", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 9, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Studded Leather Tunic", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 65, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tanned Leather Cap", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 11, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tanned Leather Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 14, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Studded Leather Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 55, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tanned Leather Tunic", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 20, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tanned Leather Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 17, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Birch Wood Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "15-21", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Padded Leather Cap", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 23, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Birch Wood Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "9-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Jungle Wood Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "18-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Birch Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "8-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Jungle Wood Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Jungle Wood Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "28-34", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Jungle Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "15-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Oak Wood Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "4-8", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Birch Wood Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-7", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Oak Wood Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "2-5", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Oak Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "2-7", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Oak Wood Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Spruce Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "11-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Spruce Wood Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "13-17", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Spruce Wood Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Spruce Wood Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "20-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stone-hewn Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "17-21", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bastille", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3600, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": -5, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stone-hewn Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "9-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stone-hewn Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "3-6", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Battery", "tier": "Rare", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-100", "fDam": "0-0", "wDam": "50-150", "aDam": "0-0", "tDam": "0-200", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 15, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Battleground Dancer", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2750, "fDef": -160, "wDef": 0, "aDef": 80, "tDef": 0, "eDef": 80, "lvl": 98, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 70, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -25, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -12, "agi": 5, "def": 0, "spd": 16, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stone-hewn Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "8-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Battle Bishop", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 430, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 45, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bear Pelt", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 57, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 10, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 17, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bear Opener", "tier": "Unique", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "60-100", "atkSpd": "VERY_SLOW", "lvl": 47, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": -12, "mdPct": 0, "ls": 55, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Beauty", "tier": "Unique", "set": null, "material": "102:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bedrock Eater", "tier": "Unique", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "27-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 3, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bedruthan", "tier": "Legendary", "type": "spear", "set": null, "material": "24:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "160-210", "atkSpd": "NORMAL", "lvl": 92, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Behemoth", "tier": "Unique", "type": "spear", "set": null, "material": "135", "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "114-834", "eDam": "491-651", "atkSpd": "SUPER_SLOW", "lvl": 92, "classReq": null, "strReq": 40, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Belligerence", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 25, "ls": -145, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 95, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bete Noire", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 100, "eDef": 100, "lvl": 80, "classReq": null, "strReq": 80, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 30, "mdPct": 110, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 20, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -10, "hpBonus": 0, "spRegen": -150, "eSteal": 0, "hprRaw": -235, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bejeweled Bracelet", "tier": "Unique", "set": null, "material": "27", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Belcon", "tier": "Unique", "type": "dagger", "set": null, "material": "171:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "85-125", "fDam": "0-0", "wDam": "90-130", "aDam": "0-0", "tDam": "0-0", "eDam": "70-100", "atkSpd": "NORMAL", "lvl": 92, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 30, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": -30, "tDefPct": -30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bianco", "tier": "Unique", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "42-60", "fDam": "0-0", "wDam": "0-0", "aDam": "30-38", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 9, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Big Ol' Hammer", "tier": "Unique", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "18-25", "atkSpd": "SLOW", "lvl": 23, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": -4, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Big Arm", "tier": "Rare", "type": "dagger", "set": null, "material": "161:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "560-1100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 90, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 15, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 231, "fDefPct": 0, "wDefPct": 0, "aDefPct": -25, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Birch Wood Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "10-12", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bibliotek", "tier": "Rare", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "207-207", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 11, "dex": 11, "int": 11, "agi": 11, "def": 11, "spd": 0, "atkTier": 0, "hpBonus": -300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 35, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": -35, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Birch Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-10", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Birch Wood Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "13-19", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bishop", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 120, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": "Mage", "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -25, "mdPct": -25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 35, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bizzles", "tier": "Unique", "type": "spear", "set": null, "material": "53:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-135", "fDam": "0-0", "wDam": "150-225", "aDam": "0-0", "tDam": "50-325", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -850, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": -25, "tDamPct": 13, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Birch Wood Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "4-7", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stone-hewn Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "5-7", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Abyss", "tier": "Unique", "type": "relik", "set": null, "material": "273:12", "quest": null, "poison": 1414, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "920-950", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 75, "dex": -100, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": -10, "aDamPct": -10, "tDamPct": 22, "eDamPct": -50, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Birch Wood Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bismuthinite", "tier": "Legendary", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 1825, "thorns": 35, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "140-260", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "60-115", "atkSpd": "SLOW", "lvl": 82, "classReq": null, "strReq": 35, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 12, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 40, "eDamPct": 0, "fDefPct": -12, "wDefPct": -12, "aDefPct": -12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black", "tier": "Legendary", "type": "dagger", "set": null, "material": "171:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-120", "fDam": "90-160", "wDam": "0-0", "aDam": "0-0", "tDam": "50-200", "eDam": "0-0", "atkSpd": "FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": -2, "sdPct": 19, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -25, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 19, "wDamPct": -30, "aDamPct": 0, "tDamPct": 19, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -40, "tDefPct": 0, "eDefPct": -40, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Arrow", "tier": "Unique", "type": "bow", "set": null, "material": "159:8", "quest": null, "poison": 2000, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "350-555", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 89, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 215, "ms": -3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blackened Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 110, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 20, "eDef": -15, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blackout", "tier": "Unique", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 20, "fDef": 6, "wDef": 0, "aDef": 0, "tDef": -6, "eDef": 0, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -2, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": -5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Sheep", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1800, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Spear", "tier": "Unique", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "120-130", "fDam": "0-0", "wDam": "0-0", "aDam": "50-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 135, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -5, "int": 0, "agi": 9, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 9, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bladeguard", "tier": "Unique", "type": "dagger", "set": null, "material": "171:15", "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "80-120", "fDam": "35-90", "wDam": "0-0", "aDam": "35-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 15, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blade of Snow", "tier": "Unique", "type": "dagger", "set": null, "material": "162", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-28", "fDam": "0-0", "wDam": "12-19", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": -7, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blade of Purity", "tier": "Legendary", "type": "spear", "set": null, "material": "24:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "190-240", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 0, "sdRaw": 175, "mdRaw": 180, "fDamPct": -150, "wDamPct": -150, "aDamPct": -150, "tDamPct": -150, "eDamPct": -150, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blade of Wisdom", "tier": "Unique", "type": "spear", "set": null, "material": "5:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-16", "fDam": "0-0", "wDam": "12-20", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 8, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": -5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Ring", "tier": "Unique", "set": null, "material": "95:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bladestorm", "tier": "Unique", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "17-20", "fDam": "0-0", "wDam": "0-0", "aDam": "37-50", "tDam": "22-29", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 12, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -7, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bleeding Wand", "tier": "Unique", "type": "wand", "set": null, "material": "1:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-41", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -13, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 33, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bladerunners", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": 0, "wDef": 40, "aDef": -20, "tDef": 20, "eDef": -40, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": -16, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 4, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 35, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blank", "tier": "Unique", "set": null, "material": "102:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 5, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blightsaber", "tier": "Unique", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 800, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "95-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "95-105", "eDam": "95-105", "atkSpd": "FAST", "lvl": 91, "classReq": null, "strReq": 33, "dexReq": 33, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 19, "mdPct": 19, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": -3, "spPct2": 0, "spRaw2": 3, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blessed Wrappings", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 30, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 15, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blindblight", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 95, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 200, "fDef": -3, "wDef": -3, "aDef": -3, "tDef": -3, "eDef": -3, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 15, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": -4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -10, "sdRaw": 0, "mdRaw": 36, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blizzard", "tier": "Unique", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-13", "fDam": "0-0", "wDam": "29-37", "aDam": "29-37", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 11, "mdPct": -13, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -17, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blind Thrust", "tier": "Fabled", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3725, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -300, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 95, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -14, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 3200, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 45, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Block Buster", "tier": "Unique", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 48, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "130-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "90-110", "atkSpd": "SLOW", "lvl": 76, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blood-Soaked Claws", "tier": "Unique", "type": "dagger", "set": null, "material": "67", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "23-34", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 12, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -6, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bloodlust", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2900, "fDef": 50, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": 75, "lvl": 87, "classReq": null, "strReq": 30, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -25, "mr": 0, "sdPct": -7, "mdPct": 20, "ls": 210, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -8, "agi": 0, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blossom", "tier": "Legendary", "type": "wand", "set": null, "material": "18:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-65", "atkSpd": "NORMAL", "lvl": 33, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blue Mask", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 15, "dex": 15, "int": 15, "agi": 15, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bloudil", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1380, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 14, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blight", "tier": "Rare", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 1000, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "10-20", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 33, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blueberry", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 870, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 16, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bloodless", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 250, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 41, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": -20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blur", "tier": "Rare", "type": "dagger", "set": null, "material": "179:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "80-101", "tDam": "64-123", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 9, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -21, "wDamPct": 0, "aDamPct": 14, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -18, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blushwind", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 0, "fDef": 110, "wDef": -75, "aDef": 110, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -25, "agi": 7, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 3000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": -20, "spRaw2": 0, "spPct3": -10, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blues Whistle", "tier": "Unique", "type": "bow", "set": null, "material": "35:8", "quest": null, "poison": 1500, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "200-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-130", "atkSpd": "FAST", "lvl": 99, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -295, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bolt", "tier": "Unique", "type": "dagger", "set": null, "material": "67:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "3-10", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-9", "eDam": "0-0", "atkSpd": "FAST", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bob's Lost Leggings", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 880, "fDef": 30, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Boiler", "tier": "Unique", "type": "spear", "set": null, "material": "159:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "54-82", "fDam": "40-68", "wDam": "40-68", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 35, "hprPct": 16, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 13, "wDefPct": 13, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bolter", "tier": "Unique", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "16-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "117-133", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 16, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 90, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -8, "tDefPct": 12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bombardier", "tier": "Unique", "type": "bow", "set": null, "material": "159:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "25-45", "fDam": "15-35", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": -50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bonethrasher", "tier": "Unique", "type": "spear", "set": null, "material": "24:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "55-193", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": -7, "agi": 13, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 85, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Boots of Blue Stone", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 2175, "fDef": 30, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 82, "classReq": null, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 0, "fDamPct": -6, "wDamPct": -6, "aDamPct": -6, "tDamPct": -6, "eDamPct": -6, "fDefPct": 6, "wDefPct": 6, "aDefPct": 6, "tDefPct": 6, "eDefPct": 6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Booster Plate", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2800, "fDef": 0, "wDef": 130, "aDef": 100, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 35, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -18, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 3, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Boulder", "tier": "Unique", "set": null, "material": "95:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 6, "lvl": 24, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -2, "mdRaw": 8, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 5, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Boots of the Sorcerer", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 96, "fDef": 0, "wDef": 5, "aDef": 0, "tDef": 10, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bough of Fir", "tier": "Legendary", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-65", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "20-35", "atkSpd": "NORMAL", "lvl": 53, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 16, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 16, "ref": 0, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 19, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bovemist Amulet", "tier": "Unique", "set": null, "material": "160:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 5, "aDef": 0, "tDef": 5, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 8, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bovine Killer", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 65, "fDef": 0, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 5, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": -4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bow of Retribution", "tier": "Unique", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 18, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-20", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 39, "ms": 1, "xpb": 0, "lb": 0, "ref": 18, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bourreau", "tier": "Unique", "set": null, "material": "188:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -2, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 4, "mdRaw": 4, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brainwash", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2800, "fDef": 0, "wDef": -220, "aDef": 0, "tDef": 100, "eDef": 70, "lvl": 96, "classReq": null, "strReq": 40, "dexReq": 70, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -40, "mr": 4, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 4, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": -50, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 300, "mdRaw": 0, "fDamPct": 0, "wDamPct": -30, "aDamPct": 0, "tDamPct": 25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bow Of Wisdom", "tier": "Unique", "type": "bow", "set": null, "material": "22:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "50-66", "fDam": "0-0", "wDam": "6-12", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brackenwall", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 360, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "fDef": 0, "wDef": 0, "aDef": -40, "tDef": 0, "eDef": 110, "lvl": 83, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 13, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bravery", "tier": "Unique", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-65", "fDam": "0-0", "wDam": "0-0", "aDam": "20-50", "tDam": "0-0", "eDam": "18-22", "atkSpd": "SLOW", "lvl": 46, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bow of Wisdom", "tier": "Unique", "type": "bow", "set": null, "material": "22:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-66", "fDam": "0-0", "wDam": "6-12", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breakdown", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2375, "fDef": 0, "wDef": -50, "aDef": 0, "tDef": -50, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 11, "str": 15, "dex": 9, "int": -10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 30, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brass Knuckle", "tier": "Rare", "set": null, "material": "89", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breakbeat", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1800, "fDef": -40, "wDef": -20, "aDef": 0, "tDef": -20, "eDef": -20, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 7, "wDamPct": 7, "aDamPct": 10, "tDamPct": 7, "eDamPct": 4, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breaker Bar", "tier": "Unique", "type": "wand", "set": null, "material": "280:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "315-380", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 80, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -40, "wDamPct": -40, "aDamPct": 40, "tDamPct": -40, "eDamPct": 40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breeze", "tier": "Unique", "type": "bow", "set": null, "material": "182:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-12", "fDam": "0-0", "wDam": "0-0", "aDam": "8-14", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 3, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brass Brand", "tier": "Legendary", "type": "dagger", "set": null, "material": "171:15", "quest": null, "poison": 0, "thorns": 60, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-280", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "140-200", "atkSpd": "FAST", "lvl": 86, "classReq": null, "strReq": 40, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -290, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 25, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 40, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breath of the Vampire", "tier": "Unique", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "65-80", "fDam": "0-0", "wDam": "0-0", "aDam": "45-85", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 190, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breath of the Dragon", "tier": "Rare", "type": "relik", "set": null, "material": "273:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "10-10", "fDam": "13-17", "wDam": "0-0", "aDam": "23-27", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 11, "defReq": 11, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 6, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 9, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brimstone", "tier": "Rare", "type": "spear", "set": null, "material": "159:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-100", "fDam": "120-150", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 85, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 20, "mr": -1, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 27, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bridge of the Divide", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 650, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 20, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bright Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 15, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 3, "eDef": -3, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brocach", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "fDef": 0, "wDef": 0, "aDef": -150, "tDef": 0, "eDef": 175, "lvl": 94, "classReq": null, "strReq": 65, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 19, "fDefPct": 0, "wDefPct": 0, "aDefPct": -19, "tDefPct": 0, "eDefPct": 23, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Broken Balance", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": -500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 75, "mdPct": 75, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -7, "dex": -7, "int": -7, "agi": -7, "def": -7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Broken Gauntlet", "tier": "Unique", "set": null, "material": "183", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 410, "fDef": 0, "wDef": -25, "aDef": -25, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Broken Cross", "tier": "Unique", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 0, "thorns": 45, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "143-257", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "86-143", "eDam": "86-143", "atkSpd": "SUPER_SLOW", "lvl": 62, "classReq": null, "strReq": 25, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 13, "ls": 0, "ms": 0, "xpb": 20, "lb": 10, "ref": 45, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -40, "spd": 0, "atkTier": 0, "hpBonus": 831, "spRegen": -13, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -30, "wDefPct": -30, "aDefPct": -30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Broken Harp", "tier": "Rare", "type": "wand", "set": null, "material": "5:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "25-40", "fDam": "0-0", "wDam": "15-20", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bronze-Plated Greaves", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 160, "fDef": 8, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Broken Trident", "tier": "Unique", "type": "spear", "set": null, "material": "5:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "28-44", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 3, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brook", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": 0, "wDef": 130, "aDef": 0, "tDef": -150, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -7, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brook Keeper", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 460, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bull", "tier": "Rare", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-60", "fDam": "20-35", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-75", "atkSpd": "FAST", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": -7, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 450, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -25, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bubbline", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1875, "fDef": 0, "wDef": 140, "aDef": 0, "tDef": -90, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bubble", "tier": "Rare", "set": null, "material": "88:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bulldozer", "tier": "Legendary", "type": "dagger", "set": null, "material": "18:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "60-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "55-75", "atkSpd": "VERY_SLOW", "lvl": 24, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": -100, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Burn", "tier": "Unique", "set": null, "material": "95:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 6, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bottled Sky", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2700, "fDef": 0, "wDef": 0, "aDef": 150, "tDef": 0, "eDef": -100, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 6, "int": -24, "agi": 6, "def": 6, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -10, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -10, "spRaw3": 0, "spPct4": -20, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bumblebee", "tier": "Unique", "type": "relik", "set": null, "material": "273:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "12-18", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Burning Pants", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 6, "exploding": 5, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 100, "fDef": -5, "wDef": -5, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": -20, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bullseye", "tier": "Rare", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Burnout", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 3200, "fDef": -80, "wDef": 0, "aDef": -80, "tDef": 0, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 60, "hprPct": 0, "mr": -1, "sdPct": -14, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 12, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Buster Bracer", "tier": "Legendary", "set": null, "material": "192", "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -15, "wDef": -15, "aDef": -15, "tDef": -15, "eDef": -15, "lvl": 20, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -45, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Burning Torch", "tier": "Unique", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "10-30", "fDam": "110-180", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -90, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": -30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": -5, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Butcher's Clever", "tier": "Unique", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-55", "fDam": "0-0", "wDam": "40-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Butterfly Wings", "tier": "Unique", "type": "relik", "set": null, "material": "273:24", "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "33-49", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Butter Helmet", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 56, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bygones", "tier": "Rare", "type": "dagger", "set": null, "material": "159:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "126-1143", "wDam": "0-0", "aDam": "0-0", "tDam": "469-800", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": -30, "mr": 0, "sdPct": 0, "mdPct": 25, "ls": -290, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 720, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -35, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Butter Knife", "tier": "Rare", "type": "dagger", "set": null, "material": "359:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "13-21", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bylvis' Pitchfork", "tier": "Unique", "type": "spear", "set": null, "material": "5:2", "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "150-210", "fDam": "0-0", "wDam": "75-110", "aDam": "75-110", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 17, "aDamPct": 17, "tDamPct": -20, "eDamPct": 0, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wybel Paw", "tier": "Unique", "type": "dagger", "set": null, "material": "352:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -100, "mr": 0, "sdPct": -100, "mdPct": -100, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 35, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Foreword", "tier": "Rare", "type": "relik", "set": null, "material": "273:19", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "5-10", "fDam": "0-0", "wDam": "0-0", "aDam": "90-95", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cadence", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2750, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 94, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 17, "wDamPct": 17, "aDamPct": 17, "tDamPct": 17, "eDamPct": 17, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Permafrosted Saxifrage", "tier": "Rare", "type": "relik", "set": null, "material": "273:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "50-73", "tDam": "0-0", "eDam": "60-63", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 18, "dexReq": 0, "intReq": 0, "agiReq": 18, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 10, "fDefPct": -20, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Caesura", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2375, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": -145, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 17, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cactus", "tier": "Unique", "set": null, "material": "95:5", "quest": null, "poison": 0, "thorns": 12, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -11, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calcined Estoc", "tier": "Unique", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "90-99", "aDam": "0-0", "tDam": "0-0", "eDam": "90-99", "atkSpd": "NORMAL", "lvl": 68, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": -15, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cage of Bones", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 800, "fDef": 80, "wDef": -100, "aDef": 0, "tDef": 60, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calcite", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1500, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Caldera", "tier": "Unique", "type": "dagger", "set": null, "material": "162:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-80", "fDam": "65-100", "wDam": "75-90", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": -1200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 18, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -25, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Caffeine", "tier": "Unique", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -160, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calidum Aurea", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1650, "fDef": 100, "wDef": -95, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 19, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calidade Mail", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 110, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Caledonia", "tier": "Rare", "type": "bow", "set": null, "material": "159:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "350-500", "fDam": "200-250", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 90, "hprPct": 0, "mr": 0, "sdPct": -11, "mdPct": -11, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 825, "spRegen": 0, "eSteal": 0, "hprRaw": 125, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Call of the Void", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 65, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -75, "ms": 0, "xpb": 0, "lb": 0, "ref": 65, "str": 0, "dex": 0, "int": 0, "agi": -8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calming Torc", "tier": "Unique", "set": null, "material": "160:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 260, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": -60, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cancer\u058e", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 5200, "fDef": 180, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 70, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 20, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 385, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 50, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Call to Concord", "tier": "Legendary", "set": null, "material": "185", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 625, "fDef": 25, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": 10, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Canyon Spirit", "tier": "Unique", "type": "wand", "set": null, "material": "18:2", "quest": "The Lost", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-110", "atkSpd": "NORMAL", "lvl": 85, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 19, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Candlestick", "tier": "Unique", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 4, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-22", "fDam": "11-33", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Carapace", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1400, "fDef": 0, "wDef": 0, "aDef": -70, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": -5, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 700, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": -20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Capricorn", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3250, "fDef": 0, "wDef": 100, "aDef": 100, "tDef": -100, "eDef": -100, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 65, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 9, "agi": 10, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Capstone", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 880, "fDef": 35, "wDef": -30, "aDef": -30, "tDef": 0, "eDef": 35, "lvl": 55, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 14, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 14, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 14, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cardiac Arrest", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 700, "thorns": 0, "exploding": 27, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 90, "eDef": 130, "lvl": 91, "classReq": null, "strReq": 70, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -50, "mr": 0, "sdPct": 24, "mdPct": 60, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Capsaicin", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 700, "fDef": -40, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": -15, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -40, "sdRaw": 50, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Carnivorous", "tier": "Rare", "set": null, "material": "87:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -8, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 10, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 4, "sdRaw": 0, "mdRaw": 9, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Canopy", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 14, "exploding": 0, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 1300, "fDef": -100, "wDef": 80, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 69, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Carrot", "tier": "Unique", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "1-280", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "1-190", "atkSpd": "VERY_SLOW", "lvl": 58, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 25, "ls": -90, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": -20, "agi": -5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Carvel's Creation", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 51, "fDef": 0, "wDef": 7, "aDef": 7, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cardinal Ruler", "tier": "Rare", "type": "spear", "set": null, "material": "159:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "360-400", "fDam": "95-105", "wDam": "0-0", "aDam": "0-0", "tDam": "5-195", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": -30, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 260, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 16, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cascade", "tier": "Legendary", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "23-40", "fDam": "23-40", "wDam": "23-40", "aDam": "23-40", "tDam": "23-40", "eDam": "23-40", "atkSpd": "VERY_FAST", "lvl": 98, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "hprPct": 0, "mr": 2, "sdPct": 30, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -6, "dex": -6, "int": -6, "agi": -6, "def": -6, "spd": 30, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 90, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Careless Whisper", "tier": "Rare", "type": "relik", "set": null, "material": "273:20", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "210-255", "wDam": "0-0", "aDam": "210-255", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 11, "def": 11, "spd": -8, "atkTier": 0, "hpBonus": 1750, "spRegen": 0, "eSteal": 0, "hprRaw": 125, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": -69, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cassiterite", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1500, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 71, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 150, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cataract", "tier": "Unique", "type": "dagger", "set": null, "material": "162:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-2114", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": -130, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -30, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cave In", "tier": "Legendary", "type": "relik", "set": null, "material": "273:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 35, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "50-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-55", "atkSpd": "SLOW", "lvl": 21, "classReq": null, "strReq": 18, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 25, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -30, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ceiling", "tier": "Unique", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-120", "tDam": "0-0", "eDam": "40-80", "atkSpd": "FAST", "lvl": 70, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -17, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Carvel's Sight", "tier": "Rare", "type": "bow", "set": null, "material": "22:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "22-30", "fDam": "0-0", "wDam": "9-14", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 8, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cementing Arrow", "tier": "Unique", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-90", "fDam": "0-0", "wDam": "140-175", "aDam": "0-0", "tDam": "0-0", "eDam": "140-175", "atkSpd": "VERY_SLOW", "lvl": 62, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": -12, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Caterpillar", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 735, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3175, "fDef": 0, "wDef": 0, "aDef": -110, "tDef": 0, "eDef": 130, "lvl": 92, "classReq": null, "strReq": 80, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cemented Bow", "tier": "Unique", "type": "bow", "set": null, "material": "17:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "183-217", "fDam": "0-0", "wDam": "400-514", "aDam": "0-0", "tDam": "0-0", "eDam": "400-514", "atkSpd": "SUPER_SLOW", "lvl": 80, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": -12, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Centennial", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2125, "fDef": 100, "wDef": 100, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 18, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": -10, "tDamPct": -10, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Celebration", "tier": "Rare", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "125-145", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 25, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Celestial", "tier": "Rare", "type": "wand", "set": null, "material": "49:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-16", "fDam": "0-0", "wDam": "0-0", "aDam": "6-11", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 3, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Centrifugal", "tier": "Unique", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-120", "atkSpd": "SLOW", "lvl": 90, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 6, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cementing String", "tier": "Unique", "type": "bow", "set": null, "material": "22:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-50", "fDam": "0-0", "wDam": "40-55", "aDam": "0-0", "tDam": "0-0", "eDam": "40-55", "atkSpd": "SLOW", "lvl": 48, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": -8, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cenote", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 68, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 55, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cerid's Precision", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 300, "fDef": 0, "wDef": -20, "aDef": 0, "tDef": 30, "eDef": -20, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 60, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": -10, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cerid's Dynamo", "tier": "Rare", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "5-37", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 59, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ceramic Shell Greaves", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 18, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2555, "fDef": 135, "wDef": 0, "aDef": 70, "tDef": -135, "eDef": -70, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": -40, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -12, "agi": 8, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 40, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "spPct1": -30, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chain Hook", "tier": "Unique", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-85", "fDam": "0-0", "wDam": "0-0", "aDam": "45-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 76, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 19, "fDefPct": -9, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chained Pixels", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 512, "fDef": 16, "wDef": 16, "aDef": 16, "tDef": 16, "eDef": 16, "lvl": 38, "classReq": null, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 16, "lb": 16, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chains of Steel", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 280, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 40, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chain Link", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chaleur", "tier": "Legendary", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "70-125", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": -25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -5, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 35, "mdRaw": 59, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chakram", "tier": "Legendary", "type": "dagger", "set": null, "material": "179:1", "quest": null, "poison": 350, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "22-50", "fDam": "0-0", "wDam": "0-0", "aDam": "39-66", "tDam": "22-110", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 21, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chaos", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 30, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 90, "fDamPct": -20, "wDamPct": -20, "aDamPct": -20, "tDamPct": -20, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chameleon", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 9, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 750, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 57, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": -5, "dex": -5, "int": -5, "agi": -5, "def": -5, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charm of the Magma", "tier": "Legendary", "set": null, "material": "160:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 625, "fDef": 45, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 45, "lvl": 88, "classReq": "Warrior", "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chaotic", "tier": "Unique", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 7, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "6-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "6-193", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charm of the Storms", "tier": "Legendary", "set": null, "material": "160:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -200, "fDef": 0, "wDef": 30, "aDef": 30, "tDef": -70, "eDef": 0, "lvl": 88, "classReq": "Archer", "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 13, "aDamPct": 13, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charging Flame", "tier": "Rare", "type": "spear", "set": null, "material": "24:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 24, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-80", "fDam": "40-160", "wDam": "60-140", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charm of the Tides", "tier": "Legendary", "set": null, "material": "160:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 400, "fDef": 40, "wDef": 40, "aDef": 0, "tDef": -80, "eDef": 0, "lvl": 88, "classReq": "Mage", "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 1, "sdPct": -21, "mdPct": -21, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charm of the Leech", "tier": "Unique", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 21, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -7, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charm of the Flea", "tier": "Unique", "set": null, "material": "102:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 15, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 4, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charm of the Tempest", "tier": "Legendary", "set": null, "material": "160:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 25, "tDef": 25, "eDef": -60, "lvl": 88, "classReq": "Assassin", "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 11, "tDamPct": 11, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charm of the Tick", "tier": "Unique", "set": null, "material": "102:0", "quest": null, "poison": 60, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 45, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 9, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charon's Left Arm", "tier": "Rare", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-21", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "8-13", "eDam": "10-17", "atkSpd": "SLOW", "lvl": 21, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 14, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charm of the Vampire", "tier": "Unique", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 225, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 45, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chef Hamsey's Apron", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": "Recipe For Disaster", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2900, "fDef": -150, "wDef": -150, "aDef": 0, "tDef": 150, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charybdis", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2100, "fDef": 0, "wDef": 80, "aDef": 0, "tDef": -120, "eDef": 80, "lvl": 85, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 220, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chestplate of Ineptitude", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3375, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": -3, "int": -3, "agi": -3, "def": -3, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -150, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cherufe", "tier": "Rare", "type": "bow", "set": null, "material": "136:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-90", "fDam": "75-80", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "65-75", "atkSpd": "VERY_SLOW", "lvl": 38, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 50, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 145, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": -18, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chest Breaker", "tier": "Unique", "type": "spear", "set": null, "material": "134", "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-92", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 48, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": -4, "spd": 0, "atkTier": 0, "hpBonus": -210, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chimney", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 760, "fDef": 55, "wDef": -55, "aDef": 55, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 25, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chief", "tier": "Unique", "type": "spear", "set": null, "material": "159:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-10", "fDam": "4-6", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 40, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chill", "tier": "Unique", "set": null, "material": "95:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -40, "fDef": -5, "wDef": 5, "aDef": 5, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 13, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chipped Leather Pants", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 11, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chimaera", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 78, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 5, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 7, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chinked Leggings", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1650, "fDef": 90, "wDef": 0, "aDef": -160, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -9, "atkTier": 0, "hpBonus": 650, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": -15, "tDefPct": 7, "eDefPct": 7, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chipped Leather Tunic", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 16, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chipped Leather Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 7, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chandelle", "tier": "Unique", "type": "spear", "set": null, "material": "159:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "5-8", "fDam": "5-8", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 5, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 10, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chipped Leather Cap", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 3, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chlorine", "tier": "Unique", "set": null, "material": "88:0", "quest": null, "poison": 170, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": -7, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chroma Cannon", "tier": "Unique", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-40", "fDam": "20-60", "wDam": "20-60", "aDam": "20-60", "tDam": "20-60", "eDam": "20-60", "atkSpd": "VERY_SLOW", "lvl": 45, "classReq": null, "strReq": 11, "dexReq": 11, "intReq": 11, "agiReq": 11, "defReq": 11, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -150, "spRegen": -30, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chrysoprase", "tier": "Unique", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-100", "fDam": "40-90", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-90", "atkSpd": "SLOW", "lvl": 59, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": -13, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chlorofury", "tier": "Unique", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-40", "fDam": "0-0", "wDam": "35-40", "aDam": "0-0", "tDam": "0-0", "eDam": "35-40", "atkSpd": "NORMAL", "lvl": 63, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cigar", "tier": "Unique", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "48-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Circuit Buster", "tier": "Legendary", "type": "dagger", "set": null, "material": "67:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "12-31", "eDam": "0-0", "atkSpd": "FAST", "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -9, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ciocca", "tier": "Unique", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-25", "fDam": "0-0", "wDam": "0-0", "aDam": "10-25", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -8, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Circuit Flights", "tier": "Rare", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "43-60", "tDam": "52-74", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -169, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 75, "fDamPct": 0, "wDamPct": 0, "aDamPct": 18, "tDamPct": 18, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 24, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cinnabar", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "fDef": 90, "wDef": -75, "aDef": 90, "tDef": -75, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 55, "hprPct": 25, "mr": 0, "sdPct": -12, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clairvoyance", "tier": "Legendary", "type": "bow", "set": null, "material": "17:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-100", "fDam": "0-0", "wDam": "60-110", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 14, "aDefPct": 0, "tDefPct": 14, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clap", "tier": "Unique", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 4, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cirrus", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 950, "fDef": 0, "wDef": 40, "aDef": 70, "tDef": -90, "eDef": -70, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 6, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cleanshear", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 875, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 75, "ms": 0, "xpb": 0, "lb": 0, "ref": 3, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clash Hook", "tier": "Legendary", "type": "spear", "set": null, "material": "179:2", "quest": null, "poison": 0, "thorns": 34, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-15", "fDam": "0-0", "wDam": "0-0", "aDam": "5-10", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clarity", "tier": "Unique", "set": null, "material": "95:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Claw", "tier": "Unique", "type": "dagger", "set": null, "material": "67:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-18", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 3, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clearwater", "tier": "Unique", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": -200, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-120", "fDam": "0-0", "wDam": "60-80", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 14, "aDefPct": 0, "tDefPct": -8, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clay", "tier": "Rare", "set": null, "material": "95:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cleansing Flame", "tier": "Legendary", "type": "relik", "set": null, "material": "273:16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "8-16", "fDam": "45-55", "wDam": "45-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -10, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloud Cover", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 80, "tDef": -70, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": -11, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 11, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloudbreaker", "tier": "Unique", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "34-70", "fDam": "0-0", "wDam": "0-0", "aDam": "49-66", "tDam": "37-54", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 7, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -5, "wDamPct": 0, "aDamPct": 20, "tDamPct": 20, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clock Stick", "tier": "Unique", "type": "wand", "set": null, "material": "1:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "2-14", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloud Nine", "tier": "Rare", "type": "spear", "set": null, "material": "35:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "20-50", "fDam": "0-0", "wDam": "40-110", "aDam": "10-10", "tDam": "60-90", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 8, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -40, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 25, "aDefPct": 20, "tDefPct": 25, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clovis Leg Guards", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 380, "fDef": -40, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": 15, "lvl": 46, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cnidocyte", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 450, "thorns": 12, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "fDef": 0, "wDef": 70, "aDef": -80, "tDef": -80, "eDef": 90, "lvl": 78, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": -16, "mr": 0, "sdPct": 6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cluster", "tier": "Legendary", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 800, "thorns": 0, "exploding": 65, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "53-320", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 65, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 585, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloudburst", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 80, "fDef": 0, "wDef": 0, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -5, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 30, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coba", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1700, "fDef": 80, "wDef": -70, "aDef": 0, "tDef": 80, "eDef": -100, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 125, "ms": 0, "xpb": 10, "lb": 15, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -150, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coalwalkers", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 210, "fDef": 15, "wDef": -15, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 31, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -5, "atkTier": 0, "hpBonus": 70, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corase Torc", "displayName": "Coarse Torc", "tier": "Unique", "set": null, "material": "160:4", "quest": null, "poison": 80, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 55, "fDef": 0, "wDef": 0, "aDef": -20, "tDef": 0, "eDef": 20, "lvl": 43, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coeur de Lion", "tier": "Rare", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "50-75", "fDam": "30-55", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 15, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 600, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cobra", "tier": "Unique", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "8-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "6-18", "eDam": "0-0", "atkSpd": "FAST", "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 6, "hprRaw": 0, "sdRaw": 0, "mdRaw": 23, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coat of Byakko", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1925, "fDef": -100, "wDef": 0, "aDef": 75, "tDef": 0, "eDef": 75, "lvl": 85, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 260, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cockleburr", "tier": "Unique", "type": "dagger", "set": null, "material": "161:1", "quest": null, "poison": 0, "thorns": 35, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "220-300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "140-200", "atkSpd": "SLOW", "lvl": 96, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 290, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 260, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": -10, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coconut\u058e", "displayName": "Coconut", "tier": "Unique", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "90-105", "aDam": "0-0", "tDam": "0-0", "eDam": "90-105", "atkSpd": "VERY_SLOW", "lvl": 45, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Col Legno", "tier": "Unique", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "25-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "30-35", "eDam": "30-35", "atkSpd": "FAST", "lvl": 48, "classReq": null, "strReq": 24, "dexReq": 24, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -50, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coiled Briar", "tier": "Rare", "set": null, "material": "95:6", "quest": null, "poison": 0, "thorns": 11, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -15, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": -6, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cold Integrity", "tier": "Legendary", "type": "relik", "set": null, "material": "273:23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "48-51", "fDam": "0-0", "wDam": "0-0", "aDam": "24-27", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1500, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 800, "mdRaw": 0, "fDamPct": 0, "wDamPct": 72, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cognizance", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 360, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -4, "dex": 0, "int": 10, "agi": 0, "def": -4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": -7, "fDefPct": -7, "wDefPct": 7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Concentration", "tier": "Legendary", "set": null, "material": "95:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Collier Tunic", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 55, "fDef": 7, "wDef": -5, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 15, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Collector", "tier": "Unique", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 1, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Columns", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 50, "fDef": 0, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 5, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -5, "atkTier": 0, "hpBonus": 20, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Conductor", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 9, "exploding": 7, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 180, "fDef": 0, "wDef": -10, "aDef": 0, "tDef": -10, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 16, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Condensation", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2000, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": -120, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 85, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 30, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Conclave Crossfire", "tier": "Rare", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 99, "thorns": 0, "exploding": -100, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "5-9", "fDam": "12-15", "wDam": "0-0", "aDam": "0-0", "tDam": "12-15", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 13, "intReq": 0, "agiReq": 0, "defReq": 13, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -10, "dex": 15, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -50, "tDamPct": 0, "eDamPct": -50, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Comfort", "tier": "Rare", "set": null, "material": "184", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 8, "spRegen": 0, "eSteal": 0, "hprRaw": 2, "sdRaw": 0, "mdRaw": -3, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Conflagrate", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": -1800, "fDef": 180, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 90, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 260, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -16, "agi": 0, "def": 16, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 260, "fDamPct": 50, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Conrupt", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 475, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2950, "fDef": 0, "wDef": -100, "aDef": -100, "tDef": 110, "eDef": 110, "lvl": 99, "classReq": null, "strReq": 50, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 295, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -20, "eSteal": 0, "hprRaw": -125, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Conference Call", "tier": "Legendary", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 1111, "thorns": 0, "exploding": -100, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "37-41", "fDam": "97-100", "wDam": "0-0", "aDam": "0-0", "tDam": "97-100", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 47, "intReq": 0, "agiReq": 0, "defReq": 47, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 350, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": -15, "dex": 15, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -70, "tDefPct": 0, "eDefPct": -70, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cool", "tier": "Unique", "set": null, "material": "190", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 4, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Contamination", "tier": "Legendary", "type": "bow", "set": null, "material": "163:0", "quest": null, "poison": 1000, "thorns": 0, "exploding": 65, "category": "weapon", "slots": 0, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "5-30", "atkSpd": "SLOW", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Convallaria", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 300, "thorns": 12, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "fDef": 0, "wDef": 0, "aDef": -65, "tDef": 0, "eDef": 55, "lvl": 55, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 75, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Copper Knife", "tier": "Unique", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "100-195", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "classReq": null, "strReq": 40, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 25, "fDefPct": -20, "wDefPct": -20, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cooler", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 490, "fDef": -30, "wDef": 40, "aDef": 25, "tDef": -30, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": -11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 55, "mdRaw": 0, "fDamPct": -5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Contrail", "tier": "Unique", "set": null, "material": "191", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -50, "wDef": 10, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Collier's Guard", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1100, "fDef": 75, "wDef": -40, "aDef": -40, "tDef": 0, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 21, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -2, "def": 7, "spd": -7, "atkTier": 0, "hpBonus": 275, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Copper-Alloy Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 275, "fDef": 8, "wDef": -10, "aDef": 0, "tDef": 8, "eDef": -10, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": -7, "aDamPct": 0, "tDamPct": 5, "eDamPct": -7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Conductor's Baton", "tier": "Unique", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "27-37", "aDam": "0-0", "tDam": "27-37", "eDam": "0-0", "atkSpd": "FAST", "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": -120, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Copper-Alloy Pike", "tier": "Unique", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "26-38", "fDam": "8-14", "wDam": "0-0", "aDam": "0-0", "tDam": "8-14", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Sanctuary", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": -90, "wDef": 0, "aDef": 200, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 70, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 85, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Sanctuary", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": -90, "tDef": 0, "eDef": 170, "lvl": 80, "classReq": null, "strReq": 70, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 85, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Centipede", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": -50, "tDef": -50, "eDef": -50, "lvl": 80, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -1000, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -8, "spd": 24, "atkTier": 2, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Copper Plate", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 225, "fDef": -8, "wDef": 0, "aDef": 0, "tDef": -8, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rainbow Sanctuary", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 80, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 35, "agiReq": 35, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 85, "wDamPct": 85, "aDamPct": 85, "tDamPct": 85, "eDamPct": 85, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dune Storm", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": -1300, "fDef": 0, "wDef": 0, "aDef": 260, "tDef": 0, "eDef": 190, "lvl": 87, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 70, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 12, "dex": 0, "int": 0, "agi": 16, "def": 0, "spd": 36, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 620, "fDamPct": 0, "wDamPct": 0, "aDamPct": 56, "tDamPct": 0, "eDamPct": 48, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Sanctuary", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 200, "wDef": -90, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 70, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 85, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Sanctuary", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 190, "eDef": -70, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 70, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 85, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corrupted Nii Mukluk", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2275, "fDef": 100, "wDef": 0, "aDef": 0, "tDef": -50, "eDef": 0, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 65, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dust Skaters", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 800, "thorns": 18, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2375, "fDef": 0, "wDef": 0, "aDef": 55, "tDef": 0, "eDef": -80, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 18, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 24, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 230, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 45, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infidel", "tier": "Legendary", "type": "spear", "set": null, "material": "5:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-1029", "fDam": "0-0", "wDam": "0-1257", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 350, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 30, "eDamPct": 0, "fDefPct": -70, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Golden Scarab", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 80, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 16, "lb": 32, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 8, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 24, "eDamPct": -64, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lion's Pelt", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 40, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 3200, "fDef": 0, "wDef": 0, "aDef": -70, "tDef": 0, "eDef": 100, "lvl": 89, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 25, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Sanctuary", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 250, "aDef": 0, "tDef": -70, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 70, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 85, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Manna", "tier": "Legendary", "type": "dagger", "set": null, "material": "161:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "180-280", "fDam": "0-0", "wDam": "200-320", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 89, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1800, "spRegen": 0, "eSteal": 0, "hprRaw": 175, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plague", "tier": "Legendary", "type": "bow", "set": null, "material": "159:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 4, "drop": "never", "restrict": "Untradable", "nDam": "600-888", "fDam": "600-888", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 700, "ms": 3, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 30, "wDefPct": -40, "aDefPct": 35, "tDefPct": 25, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sacramentalia", "tier": "Legendary", "set": null, "material": "66", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 20, "wDef": 0, "aDef": 20, "tDef": 20, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": -12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Judas", "tier": "Legendary", "type": "wand", "set": null, "material": "44:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-117", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "53-53", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 33, "ls": -1085, "ms": 2, "xpb": 0, "lb": 30, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -30, "eSteal": 0, "hprRaw": 0, "sdRaw": 150, "mdRaw": 0, "fDamPct": 0, "wDamPct": -70, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corrupted Uth Belt", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2375, "fDef": 150, "wDef": -70, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 0, "aDefPct": 25, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ghoul", "tier": "Rare", "type": "spear", "set": null, "material": "35:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "40-55", "fDam": "0-0", "wDam": "0-0", "aDam": "65-80", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 235, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corrupted Nii Plate", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1625, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": -75, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nest", "tier": "Rare", "type": "wand", "set": null, "material": "18:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "20-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-95", "atkSpd": "NORMAL", "lvl": 76, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": -15, "tDamPct": -15, "eDamPct": 35, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corrupted Nii Shako", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1650, "fDef": 50, "wDef": 50, "aDef": 0, "tDef": -50, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 50, "hprPct": 30, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scytodidae", "tier": "Rare", "type": "bow", "set": null, "material": "17:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "195-245", "fDam": "0-0", "wDam": "145-190", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -20, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 140, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vanguard", "tier": "Legendary", "set": null, "material": "28:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 15, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Achilles", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3600, "fDef": 0, "wDef": -850, "aDef": 0, "tDef": 0, "eDef": 250, "lvl": 86, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 450, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 40, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 500, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Catalyst", "tier": "Set", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -325, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": -5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ossuary", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2550, "fDef": 0, "wDef": 0, "aDef": 90, "tDef": 90, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 245, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 24, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -15, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Argos", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 3900, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 15, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 140, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Drain", "tier": "Rare", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 375, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 200, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -75, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corrupted Uth Plume", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2350, "fDef": 0, "wDef": -60, "aDef": 150, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 75, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coriolis", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "fDef": 0, "wDef": 0, "aDef": 55, "tDef": 0, "eDef": -60, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 11, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prognosticum", "tier": "Rare", "set": null, "material": "66", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tophet", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3050, "fDef": 100, "wDef": -120, "aDef": 0, "tDef": 100, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": -15, "aDamPct": 0, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brace of the Ninth", "tier": "Rare", "type": "spear", "set": null, "material": "5:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "143-149", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 40, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Desperation", "tier": "Rare", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": -100, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-96", "wDam": "0-0", "aDam": "0-203", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 50, "hprPct": 50, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 360, "ms": 0, "xpb": 0, "lb": 0, "ref": -100, "str": -20, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 35, "atkTier": 0, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coronium", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 550, "fDef": 0, "wDef": -40, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": -8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Conduit of Spirit", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": 0, "wDef": 0, "aDef": 150, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 110, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": 0, "ls": 0, "ms": 4, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 50, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Final Compulsion", "tier": "Rare", "type": "wand", "set": null, "material": "159:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "343-419", "fDam": "152-227", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "152-227", "atkSpd": "SUPER_SLOW", "lvl": 92, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": -100, "mr": 0, "sdPct": 0, "mdPct": 40, "ls": 290, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 2875, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pulse Starter", "tier": "Rare", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 650, "fDef": 35, "wDef": 0, "aDef": 0, "tDef": 35, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pulse Stopper", "tier": "Rare", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": -10, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 130, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Closure", "tier": "Rare", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 1500, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "150-285", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "200-450", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 15, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 185, "mdRaw": 0, "fDamPct": 80, "wDamPct": 0, "aDamPct": -100, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Peaceful Rest", "tier": "Legendary", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "22-31", "fDam": "64-80", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 35, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": -25, "atkTier": -30, "hpBonus": 0, "spRegen": 100, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": -30, "eDamPct": 0, "fDefPct": 40, "wDefPct": 40, "aDefPct": 25, "tDefPct": 25, "eDefPct": 25, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rune of Safe Passage", "tier": "Legendary", "set": null, "material": "103", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1000, "fDef": -25, "wDef": -30, "aDef": -25, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 10, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corrupted Uth Sandals", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3400, "fDef": 75, "wDef": -80, "aDef": 75, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 85, "defReq": 85, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 30, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bane", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 40, "exploding": 30, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 120, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 17, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 125, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Demonio", "tier": "Legendary", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 2, "drop": "never", "restrict": "untradable", "nDam": "90-120", "fDam": "130-200", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 190, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Depth", "tier": "Legendary", "type": "wand", "set": null, "material": "35:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "50-55", "fDam": "30-50", "wDam": "0-0", "aDam": "60-65", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 10, "atkTier": 0, "hpBonus": 900, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nightmare", "tier": "Legendary", "type": "spear", "set": null, "material": "159:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "200-250", "wDam": "0-0", "aDam": "50-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 70, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 255, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 12, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -20, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Crossing", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -75, "eDef": -75, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 550, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Destructor", "tier": "Legendary", "type": "bow", "set": null, "material": "164:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 100, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "490-500", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 35, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -100, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 325, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 25, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Void", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1400, "fDef": 0, "wDef": 0, "aDef": 80, "tDef": 0, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": -10, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wall Breaker", "tier": "Legendary", "type": "dagger", "set": null, "material": "161:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 100, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "229-343", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "114-1143", "atkSpd": "SUPER_SLOW", "lvl": 72, "classReq": null, "strReq": 80, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -60, "mdPct": 65, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corruption Seal", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 675, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2650, "fDef": 0, "wDef": -90, "aDef": -90, "tDef": 90, "eDef": 90, "lvl": 92, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 205, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": -60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cotton Swab", "tier": "Unique", "type": "relik", "set": null, "material": "273:20", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "150-160", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 40, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -50, "wDefPct": -20, "aDefPct": -20, "tDefPct": -20, "eDefPct": -20, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cosmium", "tier": "Unique", "set": null, "material": "414:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corsair", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2900, "fDef": 0, "wDef": 0, "aDef": 110, "tDef": 80, "eDef": -140, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": -16, "agi": 0, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -15, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": -20, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coursing Mail", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1250, "fDef": 0, "wDef": -60, "aDef": 0, "tDef": 0, "eDef": -60, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 105, "fDamPct": 0, "wDamPct": -7, "aDamPct": 0, "tDamPct": 13, "eDamPct": -7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coyopa", "tier": "Unique", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "30-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "52-96", "eDam": "0-0", "atkSpd": "FAST", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 12, "mdPct": 0, "ls": 60, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Countdown", "tier": "Rare", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-64", "fDam": "10-74", "wDam": "10-74", "aDam": "0-84", "tDam": "0-84", "eDam": "20-64", "atkSpd": "FAST", "lvl": 84, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": -15, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -290, "sdRaw": 0, "mdRaw": 0, "fDamPct": 19, "wDamPct": 19, "aDamPct": 19, "tDamPct": 19, "eDamPct": 19, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Couteau", "tier": "Unique", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "66-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coyote Crest", "tier": "Unique", "set": null, "material": "160:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 250, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crack the Skies", "tier": "Rare", "type": "spear", "set": null, "material": "35:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "140-220", "tDam": "110-140", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 13, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -16, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crafted Gem", "tier": "Unique", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "1-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sorrow", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 1400, "fDef": 0, "wDef": 150, "aDef": 0, "tDef": -150, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 95, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": -4, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 42, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corrupted Witherhead's Bow", "tier": "Legendary", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "37-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "11-181", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 14, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cracklers", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 25, "exploding": 20, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "fDef": 80, "wDef": -115, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 200, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 12, "spd": 0, "atkTier": -4, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 1450, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crackshot", "tier": "Legendary", "type": "bow", "set": null, "material": "136", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "149-149", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Creek", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": -50, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 7, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crater Print", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2525, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 65, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": -5, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": -25, "tDefPct": 0, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Creeper Mask", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 5, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crescendo", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "fDef": 45, "wDef": 45, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 30, "hprPct": 22, "mr": 1, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 18, "tDefPct": 18, "eDefPct": 18, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cross", "tier": "Unique", "type": "spear", "set": null, "material": "24:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "41-53", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -4, "mdPct": -3, "ls": 0, "ms": 0, "xpb": 10, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crestfallen", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "fDef": 0, "wDef": 0, "aDef": -90, "tDef": 0, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -15, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 240, "mdRaw": 0, "fDamPct": -20, "wDamPct": 0, "aDamPct": 0, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Salticidae", "tier": "Rare", "type": "dagger", "set": null, "material": "179:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "343-857", "tDam": "0-0", "eDam": "114-514", "atkSpd": "SUPER_SLOW", "lvl": 76, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 30, "def": 0, "spd": 42, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 3, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crescent", "tier": "Unique", "type": "bow", "set": null, "material": "17:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "130-190", "fDam": "0-0", "wDam": "150-165", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cross-aegis", "displayName": "Cross-Aegis", "tier": "Rare", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "72-105", "fDam": "31-44", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 19, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -12, "atkTier": 0, "hpBonus": 450, "spRegen": 0, "eSteal": 0, "hprRaw": 32, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 13, "wDefPct": -30, "aDefPct": 13, "tDefPct": 12, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crimson", "tier": "Legendary", "type": "relik", "set": null, "material": "273:17", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "restrict": null, "nDam": "105-125", "fDam": "120-140", "wDam": "120-140", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 45, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 436, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 13, "agi": 0, "def": 13, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 207, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 35, "tDefPct": 35, "eDefPct": 35, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crossroad Killer", "tier": "Rare", "type": "dagger", "set": null, "material": "128:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "314-486", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "194-686", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 70, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 19, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 14, "int": 0, "agi": 0, "def": -5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crossbow", "tier": "Unique", "type": "bow", "set": null, "material": "136", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "200-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crowbeak", "tier": "Rare", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-60", "fDam": "0-0", "wDam": "0-0", "aDam": "21-24", "tDam": "14-36", "eDam": "0-0", "atkSpd": "FAST", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -6, "tDefPct": -6, "eDefPct": -6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crown of Suzaku", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2600, "fDef": 30, "wDef": -90, "aDef": 200, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 55, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 165, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 8, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 14, "eDamPct": 14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cruel Sun", "tier": "Legendary", "type": "relik", "set": null, "material": "273:16", "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "75-85", "fDam": "75-85", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 20, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -10, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 2, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crust Crusher", "tier": "Unique", "type": "bow", "set": null, "material": "159:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "275-300", "fDam": "300-375", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "300-375", "atkSpd": "VERY_SLOW", "lvl": 99, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cryoseism", "tier": "Legendary", "type": "relik", "set": null, "material": "273:23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "331-380", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 70, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -35, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crwth", "tier": "Rare", "type": "bow", "set": null, "material": "163", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "77-143", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "110-138", "atkSpd": "VERY_FAST", "lvl": 83, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 23, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 23, "fDefPct": 0, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crystal", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1575, "fDef": 0, "wDef": 110, "aDef": 110, "tDef": -70, "eDef": -70, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 50, "str": 0, "dex": 0, "int": 9, "agi": 9, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crystal Necklace", "tier": "Unique", "set": null, "material": "160:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 28, "classReq": null, "strReq": 3, "dexReq": 3, "intReq": 3, "agiReq": 3, "defReq": 3, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crystal Senbon", "tier": "Unique", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "NORMAL", "nDam": "77-77", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 70, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cue Stick", "tier": "Rare", "type": "spear", "set": null, "material": "256:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "300-350", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "200-350", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 16, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 77, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crash", "tier": "Unique", "set": null, "material": "160:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -215, "fDef": 0, "wDef": -50, "aDef": 0, "tDef": 30, "eDef": 40, "lvl": 63, "classReq": null, "strReq": 20, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crystal Thorn", "tier": "Rare", "type": "wand", "set": null, "material": "5:5", "quest": null, "poison": 0, "thorns": 12, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "65-75", "aDam": "0-0", "tDam": "0-0", "eDam": "70-90", "atkSpd": "NORMAL", "lvl": 80, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gaze from the Snowbank", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3200, "fDef": 0, "wDef": -50, "aDef": -75, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 80, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -270, "ms": 4, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 480, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Culex", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 172, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 585, "fDef": 0, "wDef": 0, "aDef": -20, "tDef": -25, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 60, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cumulonimbus", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1800, "fDef": 0, "wDef": 70, "aDef": 70, "tDef": 70, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 31, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 10, "agi": 10, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Curse", "tier": "Rare", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "7-11", "fDam": "0-0", "wDam": "9-11", "aDam": "0-0", "tDam": "0-0", "eDam": "9-11", "atkSpd": "VERY_FAST", "lvl": 38, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": -20, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Curador Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": -30, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3600, "fDef": 120, "wDef": 120, "aDef": 0, "tDef": -150, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 50, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 255, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 160, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -18, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cursed Spike", "tier": "Rare", "type": "spear", "set": null, "material": "256:0", "quest": null, "poison": 2000, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "140-185", "atkSpd": "FAST", "lvl": 80, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1700, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cyanine", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 0, "wDef": 90, "aDef": 0, "tDef": -120, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -17, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cumulus", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1225, "fDef": 0, "wDef": 30, "aDef": 60, "tDef": -80, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cursed Bow", "tier": "Rare", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "22-38", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-50", "eDam": "0-0", "atkSpd": "FAST", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 18, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 4, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cyclone", "tier": "Unique", "type": "wand", "set": null, "material": "35:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "11-66", "fDam": "0-0", "wDam": "0-0", "aDam": "44-143", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -150, "sdRaw": 0, "mdRaw": 65, "fDamPct": 30, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cyclops' Spear", "tier": "Rare", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-18", "fDam": "0-0", "wDam": "12-16", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": -8, "mr": 1, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cyclo", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 4, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 8, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 23, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cypress", "tier": "Rare", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "28-38", "fDam": "0-0", "wDam": "9-57", "aDam": "0-0", "tDam": "0-0", "eDam": "16-50", "atkSpd": "SLOW", "lvl": 35, "classReq": null, "strReq": 18, "dexReq": 0, "intReq": 18, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": -19, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Czytash's Compass", "tier": "Rare", "set": null, "material": "183", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Widow", "tier": "Rare", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 2400, "thorns": 55, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "42-43", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 220, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 40, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 150, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Butterfly", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 70, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 12, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brise", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 135, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 12, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mud", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 280, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 28, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 38, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Field", "tier": "Legendary", "set": null, "material": "48:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -40, "fDef": 8, "wDef": 10, "aDef": 4, "tDef": 2, "eDef": 6, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 4, "aDamPct": 5, "tDamPct": 7, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Garoth's Hope", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 160, "fDef": 15, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 30, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Digger", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 120, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 30, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nauticals", "tier": "Rare", "type": "relik", "set": null, "material": "273:23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "99-101", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "110-198", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 3, "sdPct": -25, "mdPct": -25, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 15, "int": 15, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vitre", "tier": "Unique", "set": null, "material": "25:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": -5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Orange Lily", "tier": "Legendary", "type": "bow", "set": null, "material": "126:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "100-180", "fDam": "0-0", "wDam": "225-375", "aDam": "0-0", "tDam": "0-0", "eDam": "225-375", "atkSpd": "SLOW", "lvl": 96, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": -150, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": -100, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -3, "spPct4": 0, "spRaw4": 10, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Amaranth", "tier": "Rare", "type": "spear", "set": null, "material": "135", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "120-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "260-300", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1500, "spRegen": 0, "eSteal": 0, "hprRaw": -150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 30, "fixID": true, "spPct1": 0, "spRaw1": -2, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dying Lobelia", "tier": "Legendary", "set": null, "material": "183", "quest": null, "poison": 1150, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 97, "classReq": null, "strReq": 65, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 13, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Forest Aconite", "tier": "Rare", "type": "dagger", "set": null, "material": "161:1", "quest": null, "poison": 3300, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "classReq": null, "strReq": 70, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -25, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 40, "spRaw4": 0, "rainbowRaw": 1275, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Royal Hydrangea", "tier": "Legendary", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Untradable", "nDam": "11-15", "fDam": "0-0", "wDam": "195-235", "aDam": "185-240", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 65, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 65, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 50, "str": 0, "dex": 0, "int": 15, "agi": 25, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -25, "aDamPct": -25, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": -150, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flashfire Gauntlet", "tier": "Set", "set": null, "material": "185", "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 40, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 90, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yellow Rose", "tier": "Rare", "type": "wand", "set": null, "material": "44:3", "quest": null, "poison": 0, "thorns": 80, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-1200", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 400, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 30, "dex": 0, "int": 30, "agi": -30, "def": -30, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flashfire Knuckle", "tier": "Set", "set": null, "material": "95:8", "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 450, "fDef": 10, "wDef": -30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 90, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -65, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anti-Static", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 200, "eDef": 100, "lvl": 91, "classReq": null, "strReq": 80, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 10, "wDefPct": 5, "aDefPct": 15, "tDefPct": 30, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Salpinx", "tier": "Legendary", "type": "relik", "set": null, "material": "273:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "163-177", "fDam": "0-0", "wDam": "0-0", "aDam": "163-177", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 77, "defReq": 0, "hprPct": 0, "mr": -7, "sdPct": 0, "mdPct": 0, "ls": -277, "ms": 7, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 21, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 21, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": -77, "spRaw2": 0, "spPct3": -49, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Byte", "tier": "Legendary", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 512, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 14, "wDefPct": 14, "aDefPct": 14, "tDefPct": 14, "eDefPct": 14, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Discharge", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": 0, "wDef": -100, "aDef": 0, "tDef": -50, "eDef": -150, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 195, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 70, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crustacean", "tier": "Rare", "type": "relik", "set": null, "material": "273:21", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "35-42", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 25, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Paranoia", "tier": "Legendary", "type": "relik", "set": null, "material": "273:20", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "83-83", "fDam": "82-82", "wDam": "0-0", "aDam": "82-82", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 35, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 200, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": -40, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gigabyte", "tier": "Legendary", "set": null, "material": "414", "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -512, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 48, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heat Sink", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3750, "fDef": 160, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 65, "defReq": 50, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 365, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 5, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hardcore", "tier": "Rare", "type": "relik", "set": null, "material": "273:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "188-192", "atkSpd": "SUPER_FAST", "lvl": 92, "classReq": null, "strReq": 75, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 115, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -20, "eDamPct": 30, "fDefPct": 0, "wDefPct": -20, "aDefPct": -35, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -2, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sine", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2525, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": 75, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 75, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 15, "int": 15, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -45, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Packet", "tier": "Rare", "type": "bow", "set": null, "material": "35:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 100, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "80-240", "fDam": "0-0", "wDam": "0-0", "aDam": "200-200", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 270, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sawtooth", "tier": "Legendary", "type": "dagger", "set": null, "material": "16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "27-80", "fDam": "16-43", "wDam": "16-43", "aDam": "16-43", "tDam": "16-43", "eDam": "16-43", "atkSpd": "SUPER_FAST", "lvl": 91, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Megabyte", "tier": "Legendary", "set": null, "material": "28", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 512, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 14, "wDamPct": 14, "aDamPct": 14, "tDamPct": 14, "eDamPct": 14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scorpion Tail", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 135, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "dungeon", "restrict": "Untradable", "hp": 250, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ra", "tier": "Legendary", "set": null, "material": "186:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "dungeon", "hp": 0, "fDef": 0, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 12, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kindled Orchid", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3200, "fDef": 0, "wDef": -80, "aDef": 0, "tDef": 0, "eDef": -80, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": -30, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 300, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wick", "tier": "Legendary", "type": "spear", "set": null, "material": "44:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "55-138", "fDam": "0-0", "wDam": "0-0", "aDam": "17-88", "tDam": "22-83", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": -25, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 20, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Witherhead's Bow", "tier": "Legendary", "type": "bow", "set": null, "material": null, "quest": null, "poison": 40, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "dungeon", "nDam": "3-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-17", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 8, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vertebra", "tier": "Unique", "set": null, "material": "189:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "dungeon", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 8, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rat Skull", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 4, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "dungeon", "hp": 40, "fDef": 0, "wDef": 0, "aDef": 3, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arakadicus' Body", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "dungeon", "hp": 145, "fDef": 0, "wDef": 0, "aDef": -10, "tDef": 0, "eDef": 15, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 5, "dex": 5, "int": 0, "agi": 10, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spider's Eye Pendant", "tier": "Rare", "set": null, "material": "160:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "dungeon", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silkwrap", "tier": "Rare", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "dungeon", "hp": 15, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 4, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spider Bracelet", "tier": "Unique", "set": null, "material": "190:0", "quest": null, "poison": 18, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "dungeon", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Webstring", "tier": "Unique", "type": "bow", "set": null, "material": "109", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "dungeon", "nDam": "16-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "14-16", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tremolo", "tier": "Rare", "type": "relik", "set": null, "material": "273:19", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "35-36", "tDam": "34-47", "eDam": "0-0", "atkSpd": "FAST", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 13, "intReq": 0, "agiReq": 13, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 11, "ref": 0, "str": -11, "dex": 11, "int": 0, "agi": 11, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blasphemy", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 55, "ms": 6, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spiderweb String", "tier": "Unique", "type": "bow", "set": null, "material": null, "quest": null, "poison": 57, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "dungeon", "nDam": "40-55", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 15, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heartbreak", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hearthfire", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 50, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 45, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shade", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 450, "fDef": 0, "wDef": 0, "aDef": 40, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": -10, "aDamPct": 25, "tDamPct": -10, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brainfreeze", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 0, "wDef": 20, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 18, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Criistal", "tier": "Legendary", "set": null, "material": "414:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron Foot", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 650, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Barbed", "tier": "Rare", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 50, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "30-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "5-70", "eDam": "0-0", "atkSpd": "FAST", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vapor", "tier": "Rare", "set": null, "material": "95:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cuthroat", "tier": "Rare", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "40-65", "fDam": "65-105", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 75, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 980, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fetish", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 250, "thorns": 10, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 90, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Granite Plate", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 800, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -30, "mdPct": 40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jungle Spirit", "tier": "Rare", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "55-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 22, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Molten Greaves", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1100, "fDef": 80, "wDef": 0, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Piranha", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "dungeon", "restrict": "Untradable", "hp": 470, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whirlwind", "tier": "Rare", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "55-80", "fDam": "0-0", "wDam": "0-0", "aDam": "50-85", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 40, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lobotomy", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 640, "fDef": 0, "wDef": 0, "aDef": 40, "tDef": 0, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": 5, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 25, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grounder", "tier": "Rare", "type": "bow", "set": null, "material": "163:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "120-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-200", "atkSpd": "SLOW", "lvl": 64, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 18, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sacrificial", "tier": "Rare", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "79-95", "eDam": "80-85", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 85, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Admiral", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1500, "fDef": 45, "wDef": 45, "aDef": 45, "tDef": 45, "eDef": 45, "lvl": 67, "classReq": null, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 20, "ref": 0, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ouragan", "tier": "Rare", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "35-50", "fDam": "0-0", "wDam": "40-80", "aDam": "30-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ambivalence", "tier": "Legendary", "set": null, "material": "160:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 70, "wDef": 0, "aDef": 70, "tDef": 70, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 250, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -70, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 50, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 130, "spRaw1": 0, "spPct2": 85, "spRaw2": 0, "spPct3": 130, "spRaw3": 0, "spPct4": 100, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Algaa", "tier": "Rare", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "40-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "210-330", "atkSpd": "VERY_SLOW", "lvl": 64, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 16, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gaping Cavity", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": -80, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 1200, "ms": 4, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Redbeard's Hand Cannon", "tier": "Legendary", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 40, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "960-1223", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 66, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 30, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Evolved", "tier": "Legendary", "type": "bow", "set": null, "material": "164:0", "quest": null, "poison": 3500, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-50", "atkSpd": "FAST", "lvl": 100, "classReq": null, "strReq": 75, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -80, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 25, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 2250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": -30, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rumble", "tier": "Rare", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "6-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "6-88", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 105, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": -10, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Exploited", "tier": "Legendary", "type": "dagger", "set": null, "material": "179:1", "quest": null, "majorIds": ["GREED"], "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "30-45", "fDam": "75-85", "wDam": "0-0", "aDam": "60-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 65, "hprPct": 0, "mr": 0, "sdPct": -30, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 0, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -3, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Forsaken", "tier": "Legendary", "type": "spear", "set": null, "material": "5:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "98-130", "fDam": "0-0", "wDam": "49-65", "aDam": "49-65", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 300, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 30, "eDamPct": 0, "fDefPct": -50, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -50, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Nothing", "tier": "Legendary", "type": "wand", "set": null, "material": "159:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-1", "wDam": "0-0", "aDam": "0-1", "tDam": "0-1", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 88000, "mdPct": 20000, "ls": 700, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -25, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -2, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Writhing Growth", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 51, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4204, "fDef": 129, "wDef": 0, "aDef": 0, "tDef": 97, "eDef": 106, "lvl": 100, "classReq": null, "strReq": 49, "dexReq": 31, "intReq": 0, "agiReq": 0, "defReq": 37, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -43, "def": 0, "spd": 0, "atkTier": -6, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 4997, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 33, "spRaw1": 0, "spPct2": 21, "spRaw2": 0, "spPct3": 46, "spRaw3": 0, "spPct4": 33, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Watched", "tier": "Legendary", "type": "relik", "set": null, "material": "273:26", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "85-90", "wDam": "63-69", "aDam": "85-90", "tDam": "85-90", "eDam": "85-90", "atkSpd": "FAST", "lvl": 100, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": -25, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 5000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 35, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 25, "aDefPct": 25, "tDefPct": 25, "eDefPct": 25, "fixID": true, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clunderthap", "tier": "Rare", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "12-22", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-29", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chaser", "tier": "Legendary", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 150, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "20-24", "fDam": "0-0", "wDam": "0-0", "aDam": "39-50", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 30, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sprout", "tier": "Legendary", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "40-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "110-130", "atkSpd": "VERY_SLOW", "lvl": 40, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -25, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dune Beast Jaw", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jaw Breaker", "tier": "Rare", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "60-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "105-135", "atkSpd": "VERY_SLOW", "lvl": 38, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Karma", "tier": "Legendary", "type": "spear", "set": null, "material": "5:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "30-45", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 108, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 6, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hashr Claw", "tier": "Legendary", "type": "dagger", "set": null, "material": "128:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "10-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-55", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Springtrap", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 65, "exploding": 40, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 650, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 50, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Defibrillator", "tier": "Unique", "type": "dagger", "set": null, "material": "67:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "4-6", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-15", "eDam": "0-0", "atkSpd": "FAST", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 9, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corpse", "tier": "Unique", "type": "spear", "set": null, "material": "53:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "8-10", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "4-9", "atkSpd": "SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 1, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sol", "tier": "Rare", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "20-30", "fDam": "30-40", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 360, "spRegen": 0, "eSteal": 0, "hprRaw": 21, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Serpent's Kiss", "tier": "Rare", "type": "wand", "set": null, "material": "44:0", "quest": null, "poison": 40, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Untradable", "nDam": "2-4", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ribcage", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 58, "fDef": 0, "wDef": -3, "aDef": -3, "tDef": 0, "eDef": 5, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Knee", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 38, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Macabre", "tier": "Unique", "type": "relik", "set": null, "material": "273:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "untradable", "nDam": "10-12", "fDam": "12-16", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 6, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fangs", "tier": "Unique", "type": "dagger", "set": null, "material": "17:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "8-12", "fDam": "0-0", "wDam": "10-13", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 2, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sketiq", "tier": "Unique", "type": "wand", "set": null, "material": "49:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "7-10", "fDam": "0-0", "wDam": "0-0", "aDam": "1-3", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skull Breaker", "tier": "Rare", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "40-49", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Miasma", "tier": "Rare", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "20-40", "fDam": "0-0", "wDam": "0-0", "aDam": "35-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 39, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stale", "tier": "Unique", "type": "bow", "set": null, "material": "22:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "12-16", "fDam": "0-0", "wDam": "8-14", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Witherhead's Talisman", "tier": "Legendary", "set": null, "material": "160:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hourglass", "tier": "Rare", "type": "relik", "set": null, "material": "273:12", "quest": null, "poison": 135, "thorns": 18, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "untradable", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 150, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Abdomen", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Maul", "tier": "Rare", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "86-114", "atkSpd": "SUPER_SLOW", "lvl": 21, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spinneret", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 95, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 3, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cephalothorax", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 75, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Web Plate", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": -10, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 16, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spider Ring", "tier": "Unique", "set": null, "material": "95:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 3, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 3, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iklaj", "tier": "Unique", "type": "wand", "set": null, "material": "49:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "9-12", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": 2, "int": 0, "agi": 4, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stingy", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 105, "fDef": 0, "wDef": -5, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -8, "aDamPct": 0, "tDamPct": 17, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sting", "tier": "Unique", "type": "spear", "set": null, "material": "159:0", "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "10-18", "fDam": "14-22", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 10, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Web Spitter", "tier": "Unique", "type": "bow", "set": null, "material": "126:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "13-26", "fDam": "0-0", "wDam": "14-20", "aDam": "10-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Abolition", "tier": "Legendary", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "50-110", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 38, "ms": 0, "xpb": 22, "lb": 22, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cathedral", "tier": "Rare", "type": "spear", "set": null, "material": "179:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "14-24", "fDam": "0-0", "wDam": "0-0", "aDam": "22-32", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Damnation", "tier": "Legendary", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "70-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 70, "fDamPct": 32, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dead Samurai's Plate", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 150, "fDef": 10, "wDef": 10, "aDef": 12, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Ripper", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 250, "fDef": 0, "wDef": -10, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 43, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sanies", "tier": "Legendary", "type": "spear", "set": null, "material": "5:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "20-42", "fDam": "0-0", "wDam": "20-42", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 40, "mdPct": 0, "ls": 0, "ms": -2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Death's Reach", "tier": "Rare", "type": "bow", "set": null, "material": "136:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "42-55", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "44-55", "atkSpd": "SLOW", "lvl": 29, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -50, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 35, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hymn of the Dead", "tier": "Legendary", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 220, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "15-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thriller", "tier": "Legendary", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "untradable", "nDam": "6-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "28-50", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": -100, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 13, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 13, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Putrid", "tier": "Rare", "type": "wand", "set": null, "material": "18:0", "quest": null, "poison": 60, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "14-18", "aDam": "0-0", "tDam": "0-0", "eDam": "16-22", "atkSpd": "NORMAL", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Styx's Grab", "tier": "Rare", "type": "dagger", "set": null, "material": "17:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "15-25", "fDam": "0-0", "wDam": "20-25", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 12, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 24, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Damasse", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 8, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 3, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dalaam", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1480, "fDef": -75, "wDef": 0, "aDef": 75, "tDef": -75, "eDef": 75, "lvl": 67, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dance Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 360, "fDef": -10, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": -10, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -5, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": -5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dancer's Rhythm", "tier": "Unique", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "58-75", "fDam": "0-0", "wDam": "0-0", "aDam": "20-28", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": -5, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dandelion", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 12, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "fDef": -6, "wDef": 5, "aDef": -6, "tDef": 0, "eDef": 5, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 10, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dancing Blade", "tier": "Unique", "type": "dagger", "set": null, "material": "179:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "64-75", "fDam": "0-0", "wDam": "0-0", "aDam": "75-96", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": -15, "aDefPct": 0, "tDefPct": -15, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dapper Trilby", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 38, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dark Channeler", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2225, "fDef": 0, "wDef": 90, "aDef": -100, "tDef": 90, "eDef": -100, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 193, "mdRaw": 0, "fDamPct": 0, "wDamPct": 16, "aDamPct": 0, "tDamPct": 16, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -40, "tDefPct": 0, "eDefPct": -40, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dark Ambience", "tier": "Rare", "type": "relik", "set": null, "material": "273:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "7-9", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "3-3", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 5, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dark Shroud", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2675, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 70, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": -12, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 25, "int": 0, "agi": 40, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 40, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Darkiron Ring", "tier": "Rare", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Darkiron Scrap", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 25, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 3, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dark Needle", "tier": "Unique", "type": "wand", "set": null, "material": "44:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-10", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "6-14", "eDam": "0-0", "atkSpd": "FAST", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 6, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Darksteel Full Helm", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2475, "fDef": 100, "wDef": -120, "aDef": 0, "tDef": 100, "eDef": -80, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 10, "spd": 15, "atkTier": -15, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 2200, "fDamPct": 15, "wDamPct": -15, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dark Mage Robes", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 525, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -10, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Darkweaver", "tier": "Rare", "type": "dagger", "set": null, "material": "162:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "300-475", "aDam": "0-0", "tDam": "300-475", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 19, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 17, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 17, "aDamPct": 0, "tDamPct": 17, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -17, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Darkiron Zweihander", "tier": "Legendary", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-125", "fDam": "50-125", "wDam": "0-0", "aDam": "50-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 39, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dart Sling", "tier": "Rare", "type": "bow", "set": null, "material": "7:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "10-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dead Man's Flats", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 620, "fDef": 40, "wDef": -75, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 25, "hprPct": -10, "mr": 0, "sdPct": 0, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 11, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Death's Toe", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 110, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -35, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 28, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dead Sands", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 145, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -35, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 26, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -100, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deepwood Root", "tier": "Unique", "type": "wand", "set": null, "material": "18:2", "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "50-100", "aDam": "0-0", "tDam": "0-0", "eDam": "60-90", "atkSpd": "SLOW", "lvl": 86, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deathbringer", "tier": "Unique", "type": "spear", "set": null, "material": "44:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "70-130", "eDam": "90-110", "atkSpd": "SLOW", "lvl": 83, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 16, "mdPct": 22, "ls": 205, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -95, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deathsplinter", "tier": "Unique", "type": "wand", "set": null, "material": "1:0", "quest": null, "poison": 1420, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-110", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-220", "eDam": "0-220", "atkSpd": "SLOW", "lvl": 94, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 725, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 25, "dex": 25, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -500, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Death Growl", "tier": "Unique", "type": "relik", "set": null, "material": "273:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "24-27", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deluge", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 45, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 6, "fDefPct": -15, "wDefPct": -15, "aDefPct": -15, "tDefPct": -15, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deja Vu", "tier": "Unique", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "99-113", "wDam": "99-113", "aDam": "99-113", "tDam": "7-7", "eDam": "7-7", "atkSpd": "NORMAL", "lvl": 86, "classReq": null, "strReq": 32, "dexReq": 32, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 100, "ms": 0, "xpb": 0, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -100, "sdRaw": 0, "mdRaw": 0, "fDamPct": -21, "wDamPct": -21, "aDamPct": -21, "tDamPct": 51, "eDamPct": 51, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Defiance", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 50, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 8, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Decoder Ring", "tier": "Rare", "set": null, "material": "87", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 8, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 9, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Compiler", "tier": "Rare", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "594-914", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 92, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 20, "dex": 20, "int": 20, "agi": 20, "def": 20, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Delirium", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2225, "fDef": 0, "wDef": 0, "aDef": -200, "tDef": 125, "eDef": 70, "lvl": 87, "classReq": null, "strReq": 50, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 14, "ls": -335, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": -10, "agi": 0, "def": 0, "spd": 31, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 16, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Demon Seeker", "tier": "Rare", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 20, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Demeter", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": -90, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 40, "lvl": 68, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": -8, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 165, "fDamPct": -40, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 16, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Demon Tide", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "spellCost3Pct": -25, "spellCost2Pct": -20, "spellCost1Pct": -30, "spellCost4Pct": -30, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2625, "fDef": 65, "wDef": -200, "aDef": 0, "tDef": 65, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 65, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": -45, "mdPct": -40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 20, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dematerialized", "tier": "Rare", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-61", "fDam": "0-0", "wDam": "0-0", "aDam": "0-61", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": -180, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Darksteel Ring", "tier": "Rare", "set": null, "material": "95:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 450, "fDef": 40, "wDef": -30, "aDef": 0, "tDef": 40, "eDef": -30, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 4, "spd": -7, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Demon's Will", "tier": "Unique", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "150-200", "fDam": "120-235", "wDam": "0-0", "aDam": "0-0", "tDam": "120-235", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 440, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 185, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": -12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Depressing Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Depressing Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Depressing Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Depressing Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dern's Desolation", "tier": "Rare", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 100, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "24-38", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "4-24", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deracine", "tier": "Legendary", "type": "spear", "set": null, "material": "5:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "20-25", "fDam": "0-0", "wDam": "15-20", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deserter", "tier": "Unique", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-105", "fDam": "0-0", "wDam": "0-0", "aDam": "75-125", "tDam": "0-0", "eDam": "85-115", "atkSpd": "NORMAL", "lvl": 90, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 16, "dex": 0, "int": 0, "agi": 16, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Requiem", "displayName": "Desperado", "tier": "Rare", "type": "wand", "set": null, "material": "5:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "22-55", "fDam": "6-116", "wDam": "0-0", "aDam": "0-0", "tDam": "33-44", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -10, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 154, "mdRaw": 0, "fDamPct": 23, "wDamPct": -25, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Despair", "tier": "Unique", "type": "dagger", "set": null, "material": "128:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-80", "fDam": "0-60", "wDam": "0-0", "aDam": "0-0", "tDam": "0-60", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": -13, "mr": 0, "sdPct": 13, "mdPct": 0, "ls": 75, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -7, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -13, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dern's Shadow", "tier": "Rare", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 24, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dart Frog's Skin", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 3000, "thorns": 25, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2200, "fDef": 60, "wDef": 0, "aDef": -130, "tDef": 0, "eDef": 70, "lvl": 85, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": -50, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 4, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 12, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Detlas' Legacy", "tier": "Legendary", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-25", "fDam": "0-0", "wDam": "10-15", "aDam": "0-0", "tDam": "5-30", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Detlas' Stick", "tier": "Unique", "type": "wand", "set": null, "material": "5:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "3-5", "fDam": "0-0", "wDam": "1-3", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Determination", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1750, "fDef": 75, "wDef": 75, "aDef": 75, "tDef": 75, "eDef": 75, "lvl": 78, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 30, "mr": 0, "sdPct": -30, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 120, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Devil's Scissor", "tier": "Unique", "type": "dagger", "set": null, "material": "128:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-24", "fDam": "16-24", "wDam": "0-0", "aDam": "0-0", "tDam": "16-24", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 25, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Detlas' Skin", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 172, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": -15, "eDef": 0, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": -5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Devoreuse", "tier": "Unique", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "58-66", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 41, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Daybreak", "tier": "Unique", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-50", "fDam": "30-40", "wDam": "0-0", "aDam": "0-0", "tDam": "10-60", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 10, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": -1, "hpBonus": 125, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dhoruba", "tier": "Unique", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "140-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "180-220", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 15, "lb": 15, "ref": 0, "str": -8, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -30, "tDefPct": 15, "eDefPct": 15, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Devotion", "tier": "Rare", "set": null, "material": "160", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 10, "aDef": 15, "tDef": 0, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 5, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Devilish", "tier": "Rare", "set": null, "material": "185", "quest": null, "poison": 192, "thorns": 0, "exploding": 5, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -15, "aDef": -15, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 29, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -90, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Sky", "tier": "Unique", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "24-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 18, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diaminar", "tier": "Unique", "type": "spear", "set": null, "material": "159:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-120", "fDam": "410-590", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 315, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -5, "atkTier": 0, "hpBonus": 1500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -14, "aDamPct": -14, "tDamPct": -14, "eDamPct": -14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Dust", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2375, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 19, "lb": 34, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -11, "wDefPct": -11, "aDefPct": -11, "tDefPct": -11, "eDefPct": -11, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diablo", "tier": "Legendary", "type": "wand", "set": null, "material": "159:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 33, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "50-80", "fDam": "60-120", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 58, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": -24, "mdPct": 36, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": -50, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dionaea", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3850, "fDef": 80, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 110, "lvl": 96, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 12, "ls": 225, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 265, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 25, "aDefPct": -15, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diet", "tier": "Unique", "set": null, "material": "56:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -2, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diode", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 140, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Digested Dagger", "tier": "Unique", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 30, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-23", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dirge", "tier": "Unique", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 485, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-80", "fDam": "0-0", "wDam": "0-0", "aDam": "55-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 69, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 110, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": -2, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -10, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diorite Boots", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 6, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 425, "fDef": 20, "wDef": -40, "aDef": 0, "tDef": 0, "eDef": 15, "lvl": 40, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": -24, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Disappeared", "tier": "Rare", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -50, "fDef": 0, "wDef": 0, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Disco", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Discordant", "tier": "Rare", "set": null, "material": "27", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -7, "wDefPct": -7, "aDefPct": -7, "tDefPct": -7, "eDefPct": -7, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Discotek", "tier": "Legendary", "type": "relik", "set": null, "material": "273:25", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "23-33", "wDam": "23-33", "aDam": "23-33", "tDam": "23-33", "eDam": "23-33", "atkSpd": "FAST", "lvl": 49, "classReq": null, "strReq": 11, "dexReq": 11, "intReq": 11, "agiReq": 11, "defReq": 11, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": -300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 35, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -35, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Discord", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 370, "fDef": -15, "wDef": -15, "aDef": -15, "tDef": 0, "eDef": -30, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dislocater", "tier": "Legendary", "type": "dagger", "set": null, "material": "171:13", "quest": null, "poison": 0, "thorns": 7, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "31-43", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dizzy Spell", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2750, "fDef": -120, "wDef": 0, "aDef": 120, "tDef": -120, "eDef": 120, "lvl": 88, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 280, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 350, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dissector", "tier": "Unique", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "48-51", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 55, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dolomite", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 830, "fDef": 0, "wDef": 0, "aDef": -50, "tDef": 0, "eDef": 50, "lvl": 57, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Djinni", "tier": "Rare", "type": "bow", "set": null, "material": "159:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "170-210", "wDam": "0-0", "aDam": "200-370", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 40, "hprPct": 20, "mr": 0, "sdPct": 16, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 160, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dofotri", "tier": "Rare", "set": null, "material": "95:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 1, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Doomsday", "tier": "Rare", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "20-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-70", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 40, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Doppler", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "fDef": -45, "wDef": 0, "aDef": 30, "tDef": 30, "eDef": -45, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -5, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 12, "eDamPct": 0, "fDefPct": -13, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragon Fang", "tier": "Unique", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "4-18", "fDam": "22-36", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dorian", "tier": "Rare", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-106", "fDam": "100-106", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 15, "mr": 0, "sdPct": 12, "mdPct": -10, "ls": -105, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 45, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -19, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Downfall", "tier": "Legendary", "set": null, "material": "95:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -600, "fDef": 0, "wDef": -35, "aDef": -35, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 100, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragon Hide Plate", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": "The Belly of the Beast", "poison": 0, "thorns": 0, "exploding": 15, "category": "armor", "slots": 2, "drop": "never", "hp": 2500, "fDef": 160, "wDef": -120, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": -28, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragon Hide Leggings", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 3, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 510, "fDef": 50, "wDef": -50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -50, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deux", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1900, "fDef": 0, "wDef": 80, "aDef": -60, "tDef": 80, "eDef": -100, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -6, "dex": 3, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragon Slayer", "tier": "Unique", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-85", "fDam": "65-75", "wDam": "0-0", "aDam": "20-30", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragon Skin", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "fDef": 30, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dravarden", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 950, "fDef": 30, "wDef": 30, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 15, "agiReq": 0, "defReq": 15, "hprPct": 20, "mr": 1, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 7, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -40, "tDamPct": 0, "eDamPct": -40, "fDefPct": 0, "wDefPct": 0, "aDefPct": -25, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Drale's Hide", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 38, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragon's Tongue", "tier": "Legendary", "type": "spear", "set": null, "material": "159:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-110", "fDam": "70-120", "wDam": "70-120", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 55, "hprPct": 46, "mr": 2, "sdPct": -24, "mdPct": -24, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 131, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -45, "eDamPct": -45, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Draken", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 70, "eDef": -100, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 65, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": -7, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 18, "eDamPct": -12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Drifting Spear", "tier": "Unique", "type": "spear", "set": null, "material": "5:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "60-100", "aDam": "25-50", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 9, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 5, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 18, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dread", "tier": "Rare", "type": "bow", "set": null, "material": "109:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "23-33", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": -18, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dreamcloud", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2050, "fDef": 70, "wDef": 70, "aDef": 70, "tDef": 70, "eDef": 70, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 20, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 160, "sdRaw": 0, "mdRaw": 0, "fDamPct": -8, "wDamPct": -2, "aDamPct": -2, "tDamPct": -8, "eDamPct": -5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Drizzling Doublet", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 375, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 2, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 7, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Druid's Ring", "tier": "Unique", "set": null, "material": "95:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 200, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 65, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Drifter", "tier": "Rare", "type": "spear", "set": null, "material": "5:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "54-62", "fDam": "0-0", "wDam": "36-88", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -4, "int": 8, "agi": 4, "def": 0, "spd": 13, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 17, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Droplets", "tier": "Unique", "type": "dagger", "set": null, "material": "162:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-110", "fDam": "0-0", "wDam": "60-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Drumstick", "tier": "Unique", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-48", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "48-96", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 25, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dune Sandals", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "fDef": -15, "wDef": -15, "aDef": 20, "tDef": 0, "eDef": 15, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 9, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "DuskHelm", "displayName": "Duskhelm", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 125, "fDef": 10, "wDef": -7, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": -5, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dunesweeper", "tier": "Unique", "type": "bow", "set": null, "material": "35:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-140", "fDam": "0-0", "wDam": "0-0", "aDam": "140-195", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 92, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 200, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -6, "eDamPct": 19, "fDefPct": 0, "wDefPct": 0, "aDefPct": 19, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dusk Painter", "tier": "Legendary", "type": "relik", "set": null, "material": "273:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "16-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "9-18", "eDam": "0-0", "atkSpd": "FAST", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 7, "mdPct": 7, "ls": 12, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -8, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Durum's Journey", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 550, "fDef": -20, "wDef": 15, "aDef": 0, "tDef": -25, "eDef": 30, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": -15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 70, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dust", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 105, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 190, "fDef": 0, "wDef": 0, "aDef": -15, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -9, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 4, "fDefPct": 0, "wDefPct": -6, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "DuskShield", "displayName": "Duskshield", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 350, "fDef": 0, "wDef": 15, "aDef": 0, "tDef": 15, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -8, "fDefPct": 0, "wDefPct": 6, "aDefPct": 0, "tDefPct": 6, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Doubt", "tier": "Rare", "type": "bow", "set": null, "material": "163", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "686-777", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "731-743", "atkSpd": "SUPER_SLOW", "lvl": 93, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 35, "wDamPct": -55, "aDamPct": -55, "tDamPct": -25, "eDamPct": 0, "fDefPct": 25, "wDefPct": 15, "aDefPct": 0, "tDefPct": 15, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dusty Ring", "tier": "Unique", "set": null, "material": "95:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dust Devil", "tier": "Unique", "set": null, "material": "89:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -10, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 9, "tDamPct": 0, "eDamPct": 9, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dusty Staff", "tier": "Unique", "type": "wand", "set": null, "material": "18:0", "quest": null, "poison": 80, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "12-16", "atkSpd": "SLOW", "lvl": 26, "classReq": null, "strReq": 8, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -4, "tDefPct": 0, "eDefPct": 7, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dust Bowl", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 15, "lvl": 51, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dynamic", "tier": "Unique", "set": null, "material": "186", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 7, "eDef": -7, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 5, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dying Light", "tier": "Rare", "type": "relik", "set": null, "material": "273:20", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "151-161", "aDam": "141-171", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 38, "agiReq": 38, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": -217, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 10, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Breaker", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2725, "fDef": 90, "wDef": 0, "aDef": -150, "tDef": 0, "eDef": 90, "lvl": 90, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": -6, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 2100, "fDamPct": 40, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Bow", "tier": "Rare", "type": "bow", "set": null, "material": "164", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "never", "nDam": "150-200", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-200", "atkSpd": "VERY_SLOW", "lvl": 50, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dysnomia", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "fDef": 0, "wDef": -40, "aDef": -40, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 25, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -40, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "never", "nDam": "85-110", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "85-110", "atkSpd": "NORMAL", "lvl": 65, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Wand", "tier": "Rare", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "never", "nDam": "50-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "50-70", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earthsky Equinox", "tier": "Rare", "type": "bow", "set": null, "material": "126:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "150-220", "tDam": "0-0", "eDam": "170-200", "atkSpd": "FAST", "lvl": 98, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 16, "dex": 0, "int": 0, "agi": 16, "def": 0, "spd": 15, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earthquake", "tier": "Unique", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "34-114", "fDam": "80-149", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "80-149", "atkSpd": "SUPER_SLOW", "lvl": 60, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Spear", "tier": "Rare", "type": "spear", "set": null, "material": "134", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "never", "nDam": "140-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "140-190", "atkSpd": "VERY_SLOW", "lvl": 60, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ebrithil", "tier": "Unique", "set": null, "material": "160:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ebb and Flow", "tier": "Rare", "type": "relik", "set": null, "material": "273:22", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "16-24", "fDam": "0-0", "wDam": "46-54", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 11, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": -5, "int": 14, "agi": -5, "def": -5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 16, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 11, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eater", "tier": "Unique", "set": null, "material": "95:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 3, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Edgy", "tier": "Unique", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -10, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Echolocation", "tier": "Unique", "type": "relik", "set": null, "material": null, "quest": null, "poison": 111, "thorns": -10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "39-45", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 18, "ms": 0, "xpb": 0, "lb": 0, "ref": -10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Echo", "tier": "Unique", "set": null, "material": "95:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 4, "tDef": 0, "eDef": 0, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eclipse", "tier": "Unique", "type": "wand", "set": null, "material": "5:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-30", "fDam": "10-30", "wDam": "10-30", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 22, "agiReq": 0, "defReq": 22, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": -10, "mdRaw": -13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ectoplasm", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1025, "fDef": 0, "wDef": 55, "aDef": 55, "tDef": -100, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -15, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Effervescence", "tier": "Legendary", "type": "wand", "set": null, "material": "5:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-4", "fDam": "0-0", "wDam": "0-44", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 24, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 22, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -14, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Efteling", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2500, "fDef": 0, "wDef": 50, "aDef": 50, "tDef": -200, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": -6, "sdPct": 40, "mdPct": 0, "ls": 175, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Egression", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 100, "tDef": 0, "eDef": -100, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -45, "mdPct": -45, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 23, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 70, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Efilim Sage Cloak", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1550, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 77, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 7, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ehwaz", "tier": "Unique", "set": null, "material": "95:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eil", "tier": "Unique", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -2, "dex": -2, "int": -2, "agi": -2, "def": 13, "spd": 0, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eitr", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 415, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1430, "fDef": 65, "wDef": -50, "aDef": 0, "tDef": 55, "eDef": -70, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 16, "wDamPct": -18, "aDamPct": 0, "tDamPct": 13, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Electric Torc", "tier": "Unique", "set": null, "material": "160:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 140, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": -30, "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ekeloch", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 455, "thorns": 5, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1310, "fDef": 0, "wDef": 0, "aDef": -150, "tDef": 150, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Electrocharge Greaves", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 60, "eDef": -60, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -60, "sdRaw": 0, "mdRaw": 90, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Electrolytic", "tier": "Rare", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "25-47", "fDam": "0-0", "wDam": "14-58", "aDam": "0-0", "tDam": "3-69", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 33, "intReq": 33, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -10, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 0, "fDamPct": -20, "wDamPct": 0, "aDamPct": -20, "tDamPct": 0, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Electrum", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 780, "fDef": 0, "wDef": 45, "aDef": 0, "tDef": 45, "eDef": -90, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 75, "mdRaw": 0, "fDamPct": -20, "wDamPct": 8, "aDamPct": -20, "tDamPct": 8, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Emerald Chopper", "tier": "Unique", "type": "spear", "set": null, "material": "23", "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "170-200", "fDam": "0-0", "wDam": "0-0", "aDam": "220-250", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 7, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 40, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Electrophorus", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 300, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": 0, "eDef": -60, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 74, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Elven Moccasins", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 8, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ein", "tier": "Unique", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 1, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 1, "mdPct": 1, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 1, "mdRaw": 1, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Embers", "tier": "Rare", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-30", "fDam": "11-19", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 13, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 17, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": -9, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Emerald Staff", "tier": "Rare", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "60-80", "atkSpd": "SLOW", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": -50, "mdRaw": -65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enchanter", "tier": "Unique", "type": "wand", "set": null, "material": "5:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-10", "fDam": "0-0", "wDam": "3-5", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Emotion", "tier": "Rare", "type": "relik", "set": null, "material": "273:21", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "22-30", "fDam": "24-28", "wDam": "23-29", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 12, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 1, "sdPct": -5, "mdPct": -5, "ls": -8, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 12, "agi": -5, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 8, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Empire Builder", "tier": "Legendary", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 8, "drop": "NORMAL", "nDam": "55-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "End of Limits", "tier": "Unique", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "70-150", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "classReq": null, "strReq": 60, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 11, "mdPct": 16, "ls": -205, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 80, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 16, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Endurance", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 65, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2050, "fDef": 0, "wDef": -150, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enderman's Feet", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 920, "fDef": 0, "wDef": -30, "aDef": -60, "tDef": 80, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -5, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Endotherm", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1300, "fDef": 80, "wDef": 0, "aDef": 80, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 25, "mr": 0, "sdPct": -20, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": 75, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 14, "wDefPct": 0, "aDefPct": 14, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enmity", "tier": "Rare", "set": null, "material": "187", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -80, "eDef": -40, "lvl": 100, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 75, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -18, "wDefPct": -18, "aDefPct": -18, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ensa's Failure", "tier": "Rare", "set": null, "material": "183", "quest": null, "poison": 450, "thorns": 11, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -250, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 11, "eDamPct": 11, "fDefPct": 0, "wDefPct": -8, "aDefPct": -8, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ensa's Ideals", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "fDef": 0, "wDef": 100, "aDef": 100, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 25, "defReq": 0, "hprPct": 25, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enduzskam", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1950, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 80, "eDef": -90, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 16, "eDamPct": -14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Equilibrium", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 120, "fDef": 8, "wDef": 8, "aDef": 8, "tDef": 8, "eDef": 8, "lvl": 24, "classReq": null, "strReq": 2, "dexReq": 2, "intReq": 2, "agiReq": 2, "defReq": 2, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enzan's Lucky Charm", "tier": "Rare", "set": null, "material": "192", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 3, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 1, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Equalizer", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 16, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2450, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 86, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 16, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -8, "wDamPct": -8, "aDamPct": -8, "tDamPct": -8, "eDamPct": -8, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ensa's Resolve", "tier": "Rare", "type": "bow", "set": null, "material": "17:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-10", "fDam": "0-0", "wDam": "150-210", "aDam": "130-230", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 35, "defReq": 0, "hprPct": 30, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 19, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 11, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eliminere", "tier": "Unique", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-101", "eDam": "0-256", "atkSpd": "SUPER_FAST", "lvl": 87, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -140, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1370, "spRegen": 0, "eSteal": 0, "hprRaw": -135, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Errant", "tier": "Unique", "set": null, "material": "160:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 500, "fDef": -60, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -5, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Erratio", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 61, "thorns": 11, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 413, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 6, "intReq": 0, "agiReq": 12, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 55, "ms": 0, "xpb": 0, "lb": 0, "ref": 3, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -2, "eSteal": 0, "hprRaw": -6, "sdRaw": 0, "mdRaw": 16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 13, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Equinox", "tier": "Rare", "set": null, "material": "88", "quest": null, "poison": 0, "thorns": 0, "exploding": 6, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -22, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 33, "agiReq": 0, "defReq": 33, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 6, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 9, "wDamPct": 9, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Erhu", "tier": "Rare", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "60-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 10, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eleven", "tier": "Unique", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "11-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 11, "mr": 0, "sdPct": 0, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 11, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eruption", "tier": "Legendary", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "250-350", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-160", "atkSpd": "VERY_SLOW", "lvl": 49, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -15, "atkTier": 0, "hpBonus": 550, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Esper's Focus", "tier": "Unique", "type": "wand", "set": null, "material": "5:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "434-611", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -40, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -700, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Esclavage", "tier": "Unique", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 5, "ref": 0, "str": 5, "dex": -1, "int": 0, "agi": 0, "def": 5, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Espoir", "tier": "Rare", "set": null, "material": "95:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Essence Bastion", "tier": "Unique", "type": "wand", "set": null, "material": "159:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "170-205", "fDam": "125-155", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 1385, "spRegen": 10, "eSteal": 0, "hprRaw": 125, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Estuarine", "tier": "Rare", "type": "relik", "set": null, "material": "273:22", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "70-80", "fDam": "0-0", "wDam": "71-85", "aDam": "0-0", "tDam": "0-0", "eDam": "100-110", "atkSpd": "NORMAL", "lvl": 71, "classReq": null, "strReq": 28, "dexReq": 0, "intReq": 32, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 13, "fDamPct": 0, "wDamPct": 35, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ethereal", "tier": "Legendary", "type": "wand", "set": null, "material": "5:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "17-22", "fDam": "0-0", "wDam": "44-77", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 25, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 19, "tDamPct": 0, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eternity's Edge", "tier": "Unique", "type": "relik", "set": null, "material": "273:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "395-395", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "395-395", "eDam": "395-395", "atkSpd": "SUPER_SLOW", "lvl": 77, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 16, "dex": 16, "int": 0, "agi": 0, "def": 0, "spd": -16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 150, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": -2, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Etikal", "tier": "Unique", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "22-32", "fDam": "8-12", "wDam": "8-12", "aDam": "8-12", "tDam": "8-12", "eDam": "8-12", "atkSpd": "SLOW", "lvl": 35, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Evanescent", "tier": "Legendary", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-150", "fDam": "0-0", "wDam": "55-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -40, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Euouae", "tier": "Rare", "set": null, "material": "191", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -75, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 9, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Euthanasia", "tier": "Rare", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 100, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": -8, "sdRaw": 32, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Evaporator", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1400, "fDef": 0, "wDef": 0, "aDef": -70, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -18, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -13, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Evalach", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 4, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "fDef": 12, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 12, "hprPct": 18, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 4, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -6, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ex Nihilo", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4000, "fDef": 0, "wDef": -150, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": 0, "ls": 350, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 325, "fDamPct": -40, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Event Horizon", "tier": "Legendary", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-198", "eDam": "0-198", "atkSpd": "VERY_FAST", "lvl": 99, "classReq": null, "strReq": 55, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 5000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -35, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -76, "wDefPct": -76, "aDefPct": -76, "tDefPct": -76, "eDefPct": -76, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Executioner Helmet", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 27, "ls": 265, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 115, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 160, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Exhaustion", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2750, "fDef": 140, "wDef": -65, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 90, "hprPct": 35, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 345, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -20, "atkTier": -1, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 18, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Evening Primrose", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2000, "fDef": 60, "wDef": -40, "aDef": -40, "tDef": 60, "eDef": -40, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": -15, "atkTier": 0, "hpBonus": -500, "spRegen": 0, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Exosphere", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1800, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 60, "eDef": -120, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 24, "intReq": 0, "agiReq": 24, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 18, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 18, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 6, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 6, "tDefPct": 6, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Facedown", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": -15, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2200, "fDef": -30, "wDef": -30, "aDef": -30, "tDef": -30, "eDef": -30, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": -15, "str": 0, "dex": 10, "int": 0, "agi": -5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Exion", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 21, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 3, "eDef": -6, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 4, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Facile", "tier": "Rare", "set": null, "material": "87", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 8, "mr": 0, "sdPct": 6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Facetious", "tier": "Unique", "set": null, "material": "183", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 40, "tDef": -20, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Faith Healer", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1750, "fDef": 0, "wDef": 65, "aDef": 65, "tDef": 0, "eDef": 0, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 40, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 75, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Far Cosmos", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 9, "int": 9, "agi": 9, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Faith of the Bovemist", "tier": "Rare", "set": null, "material": "95:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 7, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Faded", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 190, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fault Lines", "tier": "Legendary", "type": "relik", "set": null, "material": "273:16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "125-130", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "125-130", "atkSpd": "VERY_SLOW", "lvl": 32, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": -10, "def": 8, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 18, "wDamPct": 0, "aDamPct": -20, "tDamPct": 0, "eDamPct": 18, "fDefPct": 0, "wDefPct": 0, "aDefPct": -20, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fate's Shear", "tier": "Rare", "type": "dagger", "set": null, "material": "171:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "64-69", "aDam": "0-0", "tDam": "0-0", "eDam": "91-139", "atkSpd": "SUPER_FAST", "lvl": 97, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": -300, "sdRaw": 250, "mdRaw": 115, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": -35, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Faustian Contract", "tier": "Legendary", "type": "wand", "set": null, "material": "159:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "235-300", "wDam": "0-0", "aDam": "0-0", "tDam": "185-350", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": -25, "mr": -2, "sdPct": 30, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 650, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Feedback", "tier": "Unique", "type": "spear", "set": null, "material": "44:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "60-100", "eDam": "0-0", "atkSpd": "FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 17, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -90, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 16, "eDamPct": -16, "fDefPct": 0, "wDefPct": -8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fatigue", "tier": "Unique", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-38", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Favian's Wing", "tier": "Rare", "set": null, "material": "190", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": -10, "tDef": -15, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Featherweight", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 18, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Feithid", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 270, "fDef": -5, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 20, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fehu", "tier": "Unique", "set": null, "material": "56", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 13, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fermion", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3225, "fDef": 75, "wDef": 75, "aDef": 75, "tDef": 75, "eDef": 75, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 40, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 2, "sdPct": -7, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fenmask", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 80, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "fDef": 0, "wDef": 105, "aDef": 0, "tDef": 0, "eDef": 140, "lvl": 81, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 30, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": -40, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 18, "aDamPct": 0, "tDamPct": 0, "eDamPct": 18, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fern", "tier": "Rare", "type": "spear", "set": null, "material": "53:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "2-14", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "2-6", "atkSpd": "VERY_FAST", "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 11, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 40, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Female Pirate Wig", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 3075, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fierce Thunder", "tier": "Legendary", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "17-38", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-47", "eDam": "0-0", "atkSpd": "FAST", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fibreglass", "tier": "Unique", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-50", "tDam": "0-0", "eDam": "10-40", "atkSpd": "FAST", "lvl": 51, "classReq": null, "strReq": 17, "dexReq": 0, "intReq": 0, "agiReq": 17, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fierte", "tier": "Legendary", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-70", "fDam": "55-110", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 700, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 13, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fever Dream", "tier": "Unique", "type": "relik", "set": null, "material": "273:17", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "44-44", "fDam": "44-44", "wDam": "0-0", "aDam": "44-44", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 35, "hprPct": 0, "mr": -1, "sdPct": 28, "mdPct": 28, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -26, "wDefPct": -33, "aDefPct": -26, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fiery Bow", "tier": "Normal", "type": "bow", "set": null, "material": "159:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Quest Item", "nDam": "0-0", "fDam": "1-3", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fiery Dagger", "tier": "Normal", "type": "dagger", "set": null, "material": "170:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Quest Item", "nDam": "0-0", "fDam": "1-3", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fiery Spear", "tier": "Normal", "type": "spear", "set": null, "material": "159:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Quest Item", "nDam": "0-0", "fDam": "1-3", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fiery Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Quest Item", "nDam": "0-0", "fDam": "1-3", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fighting Spirit", "tier": "Rare", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "52-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 19, "wDamPct": 19, "aDamPct": 19, "tDamPct": 19, "eDamPct": 19, "fDefPct": -15, "wDefPct": -15, "aDefPct": -15, "tDefPct": -15, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fiery Torc", "tier": "Unique", "set": null, "material": "160:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 400, "fDef": 40, "wDef": -40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fiery Wand", "tier": "Normal", "type": "wand", "set": null, "material": "159:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Quest Item", "nDam": "0-0", "fDam": "1-3", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fingertrap", "tier": "Unique", "set": null, "material": "103:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -1, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -5, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Finesse", "tier": "Unique", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 43, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fireball", "tier": "Unique", "set": null, "material": "95:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 4, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "55-70", "fDam": "55-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 920, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Spear", "tier": "Rare", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "70-90", "fDam": "70-90", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 770, "spRegen": 0, "eSteal": 0, "hprRaw": 65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Firefly", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 65, "wDef": -70, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 105, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Bow", "tier": "Rare", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "70-100", "fDam": "70-100", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 440, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Firestorm Bellows", "tier": "Legendary", "type": "bow", "set": null, "material": "35:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-100", "fDam": "50-150", "wDam": "0-0", "aDam": "50-150", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -8, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 750, "spRegen": 0, "eSteal": 0, "hprRaw": -125, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -33, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Firecloud", "tier": "Unique", "set": null, "material": "45:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 4, "tDef": 0, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 13, "fDamPct": 4, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Firequake", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 26, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 70, "wDef": -85, "aDef": -85, "tDef": 0, "eDef": 70, "lvl": 63, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 21, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 21, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fishscale", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2525, "fDef": 60, "wDef": 80, "aDef": 0, "tDef": -180, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -15, "tDefPct": -30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Firesworn", "tier": "Unique", "type": "relik", "set": null, "material": "273:16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "61-82", "fDam": "61-82", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 61, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -36, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fissure", "tier": "Legendary", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 26, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-170", "atkSpd": "VERY_SLOW", "lvl": 48, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -9, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": 0, "aDamPct": -10, "tDamPct": 0, "eDamPct": 11, "fDefPct": 0, "wDefPct": 0, "aDefPct": -12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flameshot Hilt", "tier": "Legendary", "type": "dagger", "set": null, "material": "159:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 45, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "1257-1771", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 14, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": -150, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fission Blade", "tier": "Rare", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 33, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-74", "fDam": "0-74", "wDam": "0-0", "aDam": "0-0", "tDam": "0-74", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 150, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": -143, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flamiche", "tier": "Unique", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "20-24", "fDam": "18-22", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 16, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": -5, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flaming Bow", "tier": "Unique", "type": "bow", "set": null, "material": "159:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-20", "fDam": "6-8", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 16, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flaming Fangs", "tier": "Unique", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 12, "exploding": 5, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "56-68", "fDam": "32-42", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flare Blitz", "tier": "Rare", "type": "relik", "set": null, "material": "273:16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "73-87", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 24, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 40, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": -100, "spRegen": 0, "eSteal": 0, "hprRaw": -15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Wand", "tier": "Rare", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-40", "fDam": "30-40", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 590, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flash", "tier": "Unique", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "37-107", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 8, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": -400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flashing Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2100, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 100, "eDef": -200, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": -40, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -25, "spRaw1": 0, "spPct2": -15, "spRaw2": 0, "spPct3": -25, "spRaw3": 0, "spPct4": -15, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawed Golden Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 44, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawed Leather Cap", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 31, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawed Leather Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 35, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawed Golden Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 58, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Andesite Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "76-84", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Andesite Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "43-51", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Andesite Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "130-154", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Andesite Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "81-109", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Birch Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "62-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Birch Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "49-53", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Birch Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "28-38", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Birch Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "21-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Andesite Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "35-45", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Chain Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 155, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Birch Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "36-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Chain Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 192, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Chain Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 176, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Diorite Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "104-112", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Chain Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 135, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Diorite Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Diorite Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "112-144", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Diorite Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "184-214", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Granite Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "134-141", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Granite Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "76-88", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Diorite Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "48-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Granite Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "160-199", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Granite Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "223-277", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Jungle Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "122-144", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Granite Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-77", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Jungle Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "77-99", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Jungle Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "93-97", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Birch Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "50-52", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Jungle Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "41-53", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Birch Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "56-72", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Jungle Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-111", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Birch Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "22-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Birch Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "31-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Birch Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "37-48", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Jungle Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "36-44", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Jungle Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "80-82", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Jungle Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-61", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Jungle Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Oak Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "41-49", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Oak Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "37-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Oak Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "27-33", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Spruce Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "41-52", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Oak Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Oak Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "21-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Spruce Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "61-82", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Spruce Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Oak Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "41-57", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Jungle Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "56-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Spruce Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "51-63", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Oak Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "33-37", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Spruce Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "67-69", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Oak Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "20-27", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Oak Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "27-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Spruce Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "91-111", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Oak Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "15-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Spruce Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "70-74", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Spruce Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "63-71", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Spruce Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "42-54", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Stone Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Spruce Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "31-41", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Stone Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Stone Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "54-76", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Stone Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "90-106", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Stone Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "51-59", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flex", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -95, "wDef": 0, "aDef": 40, "tDef": 0, "eDef": 50, "lvl": 72, "classReq": null, "strReq": 70, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": -6, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fleet", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 345, "fDef": 0, "wDef": 15, "aDef": 15, "tDef": -20, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 9, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -45, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 11, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Floodgate", "tier": "Unique", "type": "spear", "set": null, "material": "5:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "40-200", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 13, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -40, "wDamPct": 10, "aDamPct": -40, "tDamPct": -40, "eDamPct": -40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flintlock", "tier": "Unique", "type": "bow", "set": null, "material": "159:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 40, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "170-180", "fDam": "50-200", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "50-200", "atkSpd": "SLOW", "lvl": 86, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 25, "dex": 0, "int": 0, "agi": 0, "def": 25, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -14, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flood Bath", "tier": "Rare", "type": "relik", "set": null, "material": "273:23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "157-165", "wDam": "154-168", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": -11, "mdPct": -11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 661, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 33, "wDamPct": 33, "aDamPct": -33, "tDamPct": -33, "eDamPct": -33, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -33, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fluffster", "tier": "Unique", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-100", "fDam": "0-0", "wDam": "0-0", "aDam": "90-140", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 19, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flux and Flow", "tier": "Unique", "type": "relik", "set": null, "material": "273:21", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "28-34", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "12-14", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 27, "mdRaw": 0, "fDamPct": 0, "wDamPct": 13, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 20, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fluorine", "tier": "Rare", "set": null, "material": "102", "quest": null, "poison": 0, "thorns": 0, "exploding": 2, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -1, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flush", "tier": "Unique", "type": "wand", "set": null, "material": "5:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "40-85", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fluffy Spear", "tier": "Unique", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "43-66", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 125, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Foam Bracer", "tier": "Unique", "set": null, "material": "66", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 30, "aDef": 10, "tDef": -45, "eDef": 0, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 4, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Foot Warmers", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 550, "fDef": 30, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 6, "aDefPct": 6, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fog", "tier": "Unique", "set": null, "material": "191", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 10, "aDef": 30, "tDef": -25, "eDef": -40, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 4, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 4, "aDefPct": 7, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Forgotten", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 36, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 2, "dex": 3, "int": 2, "agi": 1, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Follow The Wind", "displayName": "Follow the Wind", "tier": "Legendary", "set": null, "material": "191", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 40, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Foreboding", "tier": "Rare", "set": null, "material": "187", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Founder", "tier": "Unique", "set": null, "material": "160:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 500, "fDef": 0, "wDef": 0, "aDef": -50, "tDef": 0, "eDef": 50, "lvl": 97, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -6, "atkTier": 0, "hpBonus": 270, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fortitude", "tier": "Rare", "set": null, "material": "184", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 40, "fDef": 5, "wDef": -8, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 12, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -6, "atkTier": 0, "hpBonus": 25, "spRegen": 0, "eSteal": 0, "hprRaw": 6, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fourchette", "tier": "Unique", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-17", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 11, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frenzied Mockery", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2727, "fDef": 95, "wDef": -135, "aDef": -75, "tDef": 115, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 235, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": -50, "wDefPct": 0, "aDefPct": 0, "tDefPct": -50, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fragment", "tier": "Rare", "type": "wand", "set": null, "material": "1:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-110", "fDam": "0-0", "wDam": "0-0", "aDam": "45-75", "tDam": "30-90", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 18, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 14, "tDamPct": 14, "eDamPct": 0, "fDefPct": -30, "wDefPct": -25, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frigid", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1270, "fDef": -75, "wDef": 75, "aDef": 75, "tDef": -75, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": -11, "wDefPct": 0, "aDefPct": 0, "tDefPct": -11, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fractured", "tier": "Legendary", "set": null, "material": "95:8", "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 300, "fDef": 30, "wDef": -60, "aDef": 0, "tDef": 20, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 165, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frontliner", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3500, "fDef": 50, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 190, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 30, "wDefPct": -30, "aDefPct": 30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frontier", "tier": "Unique", "type": "relik", "set": null, "material": "273:11", "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "400-406", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "199-202", "atkSpd": "VERY_SLOW", "lvl": 78, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 800, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frenzy", "tier": "Unique", "type": "spear", "set": null, "material": "35:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "39-149", "fDam": "0-0", "wDam": "0-0", "aDam": "39-99", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 23, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": -10, "aDefPct": -5, "tDefPct": -10, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frosted Leggings", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -60, "wDef": 60, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -35, "wDefPct": 30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frostbite", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -100, "wDef": 60, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 30, "defReq": 0, "hprPct": -35, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frustration", "tier": "Rare", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-77", "fDam": "39-39", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": -90, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 17, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frozen Brook", "tier": "Rare", "type": "wand", "set": null, "material": "5:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-80", "fDam": "0-0", "wDam": "30-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 10, "agi": -5, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fulmine Belt", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1775, "fDef": 0, "wDef": 0, "aDef": -100, "tDef": 100, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 65, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -10, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fuse", "tier": "Rare", "set": null, "material": "95:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Funnel", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 20, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 2, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Full Charge", "tier": "Unique", "type": "bow", "set": null, "material": "7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "525-650", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 13, "mdPct": 0, "ls": 305, "ms": -3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fyrespit", "tier": "Rare", "type": "bow", "set": null, "material": "159:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "130-180", "fDam": "140-210", "wDam": "50-80", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1500, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gert Boots", "displayName": "Gert Shakestomper Toefeet", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": "The Hunger of Gerts Part 1", "poison": 0, "thorns": 0, "exploding": 40, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1800, "fDef": 0, "wDef": 0, "aDef": -80, "tDef": 0, "eDef": 70, "lvl": 78, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 50, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 325, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gert Hammer", "displayName": "Gert Rock Smashbanger", "tier": "Legendary", "type": "spear", "set": null, "material": "135:0", "quest": "The Hunger of Gerts Part 2", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "500-600", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 79, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 65, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gert Knife", "displayName": "Gert Swingpoke Cuttyrock", "tier": "Legendary", "type": "dagger", "set": null, "material": null, "quest": "The Hunger of Gerts Part 2", "poison": 800, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "53-245", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 79, "classReq": null, "strReq": 30, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gert Super Special Magic Ultistick", "tier": "Legendary", "type": "wand", "set": null, "material": null, "quest": "The Hunger of Gerts Part 2", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Untradable", "nDam": "1-3", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -1, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reinforced Gert Chestplate", "displayName": "Gert Veryhard Chestclothes", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": "The Hunger of Gerts Part 1", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2425, "fDef": 110, "wDef": -70, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gert Wand", "displayName": "Gert Whooshy Bonkpole", "tier": "Legendary", "type": "wand", "set": null, "material": "1", "quest": "The Hunger of Gerts Part 2", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "150-410", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 79, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -45, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 30, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gale's Force", "tier": "Legendary", "type": "bow", "set": null, "material": "35:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "132-165", "fDam": "0-0", "wDam": "0-0", "aDam": "132-165", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 15, "str": 0, "dex": 7, "int": 0, "agi": 13, "def": 0, "spd": 30, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 25, "tDamPct": 0, "eDamPct": -50, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Galena", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "fDef": 60, "wDef": -80, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 60, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -20, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fog of Creation", "tier": "Rare", "type": "bow", "set": null, "material": "35:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "230-285", "fDam": "80-85", "wDam": "80-85", "aDam": "80-85", "tDam": "80-85", "eDam": "80-85", "atkSpd": "SLOW", "lvl": 100, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": 200, "mdRaw": 260, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Galaxy Piercer", "tier": "Rare", "type": "bow", "set": null, "material": "7:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "14-19", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 5, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Garnet", "tier": "Rare", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-50", "fDam": "0-0", "wDam": "20-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -48, "sdRaw": 0, "mdRaw": 0, "fDamPct": 18, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Galvanization", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1800, "fDef": -80, "wDef": 60, "aDef": 0, "tDef": 60, "eDef": -80, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": -12, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -29, "wDamPct": 12, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": -14, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gale Rider", "tier": "Unique", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "12-20", "fDam": "0-0", "wDam": "0-0", "aDam": "14-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": -5, "spd": 20, "atkTier": 0, "hpBonus": -60, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 11, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Galloping Spurs", "tier": "Fabled", "type": "boots", "set": null, "material": null, "quest": null, "majorIds": ["CAVALRYMAN"], "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 560, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 40, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gargantuan", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Garnet Ring", "tier": "Unique", "set": null, "material": "95:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 200, "fDef": 20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 18, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 6, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gavel's Memory", "tier": "Unique", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "1-30", "fDam": "0-0", "wDam": "0-0", "aDam": "14-18", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gert Leggings", "displayName": "Gert Bumpstump Legcovercloth", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": "The Hunger of Gerts Part 1", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2000, "fDef": 50, "wDef": 50, "aDef": 70, "tDef": 0, "eDef": 70, "lvl": 78, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Geis", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 850, "fDef": 0, "wDef": -90, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 25, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -15, "agi": -10, "def": -10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gearbox Stave", "tier": "Unique", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "110-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gemini", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "stealing": 8, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 5000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": -10, "ls": 335, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Genesis", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 78, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 35, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 140, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Genoxyde", "tier": "Unique", "type": "dagger", "set": null, "material": "179:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "250-400", "fDam": "0-0", "wDam": "0-0", "aDam": "400-450", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 290, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": -15, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gestation", "tier": "Rare", "type": "relik", "set": null, "material": "273:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "42-44", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "21-33", "atkSpd": "SLOW", "lvl": 23, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 60, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 20, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gert Mask", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Quest Item", "hp": 650, "fDef": -40, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Giant's Bracer", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 19, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 12, "dex": -2, "int": 0, "agi": -2, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -70, "mdRaw": 90, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Geothermal", "tier": "Unique", "set": null, "material": "160:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -10, "aDef": 0, "tDef": 0, "eDef": 10, "lvl": 38, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 5, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ghost", "tier": "Unique", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gibyeong", "tier": "Rare", "type": "dagger", "set": null, "material": "159:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-130", "fDam": "0-0", "wDam": "100-145", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 1, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 13, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 140, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Geyser", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 19, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2100, "fDef": 65, "wDef": 65, "aDef": 65, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 35, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -100, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Giant Claw", "tier": "Unique", "type": "dagger", "set": null, "material": "128:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "130-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 9, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gilded Cuff", "tier": "Unique", "set": null, "material": "188", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ghostly Blades", "tier": "Unique", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "13-17", "aDam": "13-17", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": 0, "int": 7, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Giant Step", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glacial Crest", "tier": "Legendary", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-50", "fDam": "0-0", "wDam": "0-0", "aDam": "20-36", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 8, "mdPct": 15, "ls": 36, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -75, "spRegen": 0, "eSteal": 0, "hprRaw": -15, "sdRaw": 0, "mdRaw": 0, "fDamPct": -30, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glare", "tier": "Legendary", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "3-10", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "30-40", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 40, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ginto", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 180, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 18, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -6, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gilded Mail", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glitz", "tier": "Unique", "set": null, "material": "56", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gloomstone", "tier": "Rare", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -25, "aDef": -15, "tDef": 0, "eDef": -10, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glissando", "tier": "Unique", "type": "relik", "set": null, "material": "273:24", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "0-9", "fDam": "0-9", "wDam": "0-9", "aDam": "0-9", "tDam": "0-9", "eDam": "0-9", "atkSpd": "FAST", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 1500, "mdRaw": 975, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 10, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glitchtean", "tier": "Unique", "type": "spear", "set": null, "material": "44:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "56-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "13-128", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -18, "mdPct": -16, "ls": 0, "ms": 0, "xpb": 6, "lb": 10, "ref": 13, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 131, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gnarl", "tier": "Unique", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-200", "atkSpd": "VERY_SLOW", "lvl": 78, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": -2, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -12, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gnir", "tier": "Unique", "set": null, "material": "95:6", "quest": null, "poison": 0, "thorns": 7, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 220, "fDef": 0, "wDef": 25, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glowing Wand", "tier": "Unique", "type": "wand", "set": null, "material": "159:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "4-6", "fDam": "2-6", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 15, "spRegen": 1, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gert Bow", "displayName": "Gert Shootstick Tossflinger", "tier": "Legendary", "type": "bow", "set": null, "material": null, "quest": "The Hunger of Gerts Part 2", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Untradable", "nDam": "1600-2057", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 79, "classReq": null, "strReq": 70, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -40, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 780, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Golden Pants of Fortune", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 70, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 15, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glowstone Killer", "tier": "Unique", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "34-47", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "56-73", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 17, "lb": 0, "ref": 0, "str": -3, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Golden Embrace", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 4, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 116, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 4, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gospel", "tier": "Unique", "set": null, "material": "160:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goswhit", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 23, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goliath", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 100, "fDef": 4, "wDef": 2, "aDef": 2, "tDef": 2, "eDef": 2, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 12, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gouttes", "tier": "Unique", "set": null, "material": "95:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 8, "aDef": 0, "tDef": -4, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Granite Helm", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 26, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1550, "fDef": 20, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 20, "lvl": 63, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -9, "atkTier": 0, "hpBonus": 400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -25, "aDefPct": 20, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grateful Dead", "tier": "Unique", "type": "relik", "set": null, "material": "273:23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "restrict": null, "nDam": "999-999", "fDam": "0-0", "wDam": "3-3", "aDam": "3-3", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 15, "tDefPct": 20, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gravesbane", "displayName": "Windshear", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "stealing": 6, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "fDef": 0, "wDef": -110, "aDef": 90, "tDef": 90, "eDef": -110, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 255, "fDamPct": 0, "wDamPct": 0, "aDamPct": 16, "tDamPct": 16, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grandfather", "tier": "Unique", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "54-61", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -24, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gravity", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "majorIds": ["MAGNET"], "poison": 0, "thorns": 30, "exploding": 0, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 5500, "fDef": 250, "wDef": 250, "aDef": 250, "tDef": 250, "eDef": 250, "lvl": 100, "classReq": null, "strReq": 55, "dexReq": 55, "intReq": 55, "agiReq": 55, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 295, "ms": 1, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -25, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": -150, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Graviton Lance", "tier": "Rare", "type": "relik", "set": null, "material": "273:23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "380-380", "aDam": "0-0", "tDam": "180-580", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 36, "intReq": 36, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": -20, "dex": 55, "int": 55, "agi": -20, "def": -20, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Great Brace", "tier": "Unique", "set": null, "material": "185", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 150, "fDef": 20, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 5, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 18, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gnocchi", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 74, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 8, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Green Helmet", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2050, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Great Charm", "tier": "Unique", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 125, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Greaves of the Veneer", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 4000, "fDef": 200, "wDef": 65, "aDef": 65, "tDef": 0, "eDef": 200, "lvl": 89, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 20, "spd": -10, "atkTier": 0, "hpBonus": 1500, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -5, "aDamPct": -15, "tDamPct": -15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 50, "aDefPct": 40, "tDefPct": 40, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Green Perfection", "tier": "Unique", "type": "bow", "set": null, "material": "159:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "23-25", "fDam": "11-14", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grillface", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3400, "fDef": 175, "wDef": 0, "aDef": 150, "tDef": 0, "eDef": -150, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 70, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": 15, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 192, "sdRaw": 0, "mdRaw": 380, "fDamPct": 20, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -40, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Griffin", "tier": "Rare", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-45", "fDam": "0-0", "wDam": "0-0", "aDam": "45-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 8, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 19, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grenouille", "tier": "Unique", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-75", "fDam": "0-0", "wDam": "20-35", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gridlock", "tier": "Unique", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "85-115", "aDam": "0-0", "tDam": "35-165", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Guacamole", "tier": "Unique", "type": "relik", "set": null, "material": "273:23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "156-160", "aDam": "0-0", "tDam": "0-0", "eDam": "156-160", "atkSpd": "NORMAL", "lvl": 88, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 17, "dex": 0, "int": 17, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 940, "spRegen": 0, "eSteal": 0, "hprRaw": 110, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grip of the Land", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2825, "fDef": 140, "wDef": -120, "aDef": 0, "tDef": 0, "eDef": 140, "lvl": 88, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 65, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Groundshakers", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1400, "fDef": 0, "wDef": 0, "aDef": -80, "tDef": 0, "eDef": 80, "lvl": 72, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -55, "mdRaw": 170, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gust", "tier": "Unique", "set": null, "material": "190", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -5, "wDef": 0, "aDef": 5, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gungnir", "tier": "Rare", "type": "spear", "set": null, "material": "24:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "170-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 25, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gwydion", "tier": "Rare", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-130", "atkSpd": "NORMAL", "lvl": 69, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": -12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Boreal-Patterned Aegis", "displayName": "Anima-Infused Cuirass", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3800, "fDef": 200, "wDef": 200, "aDef": 0, "tDef": 200, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -30, "dex": 0, "int": 0, "agi": -30, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 20, "wDefPct": 20, "aDefPct": 0, "tDefPct": 20, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": -1, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": -1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gypsum", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 270, "fDef": 0, "wDef": 0, "aDef": -20, "tDef": 0, "eDef": 20, "lvl": 37, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 70, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ambertoise Shell", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 3000, "fDef": 100, "wDef": 150, "aDef": 0, "tDef": 150, "eDef": 100, "lvl": 88, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 10, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 25, "aDefPct": 0, "tDefPct": 25, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Abyss-Imbued Leggings", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3400, "fDef": 0, "wDef": 175, "aDef": 175, "tDef": 0, "eDef": 175, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 425, "ms": 4, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -30, "int": 0, "agi": 0, "def": -30, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 350, "mdRaw": 455, "fDamPct": 0, "wDamPct": 20, "aDamPct": 20, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 15, "aDefPct": 15, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Beetle Aegis", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": -60, "wDef": 0, "aDef": -60, "tDef": 120, "eDef": 120, "lvl": 91, "classReq": null, "strReq": 40, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 24, "mdPct": 24, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 12, "dex": 12, "int": 0, "agi": -5, "def": -5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 30, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bottled Thunderstorm", "tier": "Rare", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 6, "int": 0, "agi": 6, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Griswold's Edge", "tier": "Unique", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "100-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-30", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 7, "lb": 7, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chaos-Woven Greaves", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": "The Qira Hive", "poison": 2250, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4200, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": 100, "eDef": 100, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 50, "mdPct": 50, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -30, "def": -30, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": 30, "eDamPct": 30, "fDefPct": 0, "wDefPct": 5, "aDefPct": 0, "tDefPct": 5, "eDefPct": 5, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breezehands", "tier": "Rare", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clockwork", "tier": "Rare", "set": null, "material": "189:0", "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1500, "fDef": 60, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cinderchain", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2875, "fDef": 150, "wDef": -100, "aDef": 0, "tDef": 150, "eDef": -100, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 800, "fDamPct": 45, "wDamPct": 0, "aDamPct": -65, "tDamPct": 40, "eDamPct": -65, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Contrast", "tier": "Legendary", "set": null, "material": "102:0", "quest": "The Qira Hive", "poison": 750, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 200, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grindcore", "tier": "Rare", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 100, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "36-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "24-28", "eDam": "20-28", "atkSpd": "SLOW", "lvl": 25, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -15, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 25, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coral Ring", "tier": "Rare", "set": null, "material": "95:3", "quest": null, "poison": -365, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 800, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hephaestus-Forged Greaves", "displayName": "Eden-Blessed Guards", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4600, "fDef": 300, "wDef": 300, "aDef": 300, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 40, "defReq": 40, "hprPct": 50, "mr": 4, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -30, "dex": -30, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 325, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 30, "wDefPct": 30, "aDefPct": 30, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Elysium-Engraved Aegis", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4200, "fDef": 200, "wDef": 0, "aDef": 200, "tDef": 0, "eDef": 200, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -30, "int": -30, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 275, "sdRaw": 0, "mdRaw": 660, "fDamPct": 20, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 20, "fDefPct": 15, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dupliblaze", "tier": "Rare", "set": null, "material": "185:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 18, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 40, "wDef": -80, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 24, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Elder Oak Roots", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2725, "fDef": 0, "wDef": 120, "aDef": 0, "tDef": 0, "eDef": 120, "lvl": 90, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 2, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": -25, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anima-Infused Helmet", "displayName": "Boreal-Patterned Crown", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3000, "fDef": 0, "wDef": 150, "aDef": 150, "tDef": 150, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": -40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -30, "dex": 0, "int": 0, "agi": 0, "def": -30, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 425, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 25, "tDamPct": 25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gaea-Hewn Boots", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 20, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 5000, "fDef": 225, "wDef": 225, "aDef": 0, "tDef": 0, "eDef": 225, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 3, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -30, "int": 0, "agi": -30, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 300, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 25, "wDefPct": 25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 25, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gale's Freedom", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2225, "fDef": 0, "wDef": 0, "aDef": 120, "tDef": 120, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 20, "str": 0, "dex": 7, "int": 12, "agi": 7, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flashstep", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2350, "fDef": 0, "wDef": 0, "aDef": 100, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 12, "def": 0, "spd": 40, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Golemlus Core", "tier": "Rare", "set": null, "material": "160:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1225, "fDef": 50, "wDef": -30, "aDef": 50, "tDef": -30, "eDef": 50, "lvl": 90, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 110, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -10, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hephaestus-Forged Sabatons", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 5400, "fDef": 250, "wDef": 0, "aDef": 250, "tDef": 250, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 500, "ms": 4, "xpb": 0, "lb": 0, "ref": 0, "str": -30, "dex": 0, "int": -30, "agi": 0, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 10, "tDamPct": 10, "eDamPct": 0, "fDefPct": 25, "wDefPct": 0, "aDefPct": 25, "tDefPct": 25, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -40, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Humbark Moccasins", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2125, "fDef": 0, "wDef": 0, "aDef": -100, "tDef": 80, "eDef": 80, "lvl": 89, "classReq": null, "strReq": 50, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infused Hive Dagger", "tier": "Legendary", "type": "dagger", "set": null, "material": "171:15", "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "300-360", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infused Hive Spear", "tier": "Legendary", "type": "spear", "set": null, "material": "24:2", "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "240-290", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infused Hive Bow", "tier": "Legendary", "type": "bow", "set": null, "material": "126:2", "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "360-430", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infused Hive Relik", "tier": "Legendary", "type": "relik", "set": null, "material": "273:26", "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "380-410", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infused Hive Wand", "tier": "Legendary", "type": "wand", "set": null, "material": "126:5", "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "175-220", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Insulated Plate Mail", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": 150, "wDef": 0, "aDef": 100, "tDef": 150, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -5, "def": 10, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 30, "aDefPct": 20, "tDefPct": 0, "eDefPct": 30, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Intensity", "tier": "Legendary", "set": null, "material": "95:0", "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 425, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mantlewalkers", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 25, "exploding": 50, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4000, "fDef": 125, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 150, "lvl": 97, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 40, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Moon Pool Circlet", "tier": "Rare", "set": null, "material": "88:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 35, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Obsidian-Framed Helmet", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 5400, "fDef": 225, "wDef": 0, "aDef": 0, "tDef": 225, "eDef": 225, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 450, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -30, "agi": -30, "def": 0, "spd": 0, "atkTier": -14, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 4000, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 15, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 20, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prowess", "tier": "Legendary", "set": null, "material": "188:0", "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 425, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silt of the Seafloor", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 35, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3250, "fDef": 0, "wDef": 240, "aDef": -70, "tDef": -40, "eDef": 200, "lvl": 93, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 8, "dex": 0, "int": 15, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 40, "wDefPct": 30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 40, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pride of the Aerie", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2100, "fDef": -70, "wDef": 0, "aDef": 140, "tDef": 0, "eDef": 140, "lvl": 84, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 28, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 14, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 21, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -35, "eDefPct": 21, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soulflare", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3800, "fDef": 150, "wDef": 125, "aDef": 0, "tDef": -125, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 440, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 33, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sparkling Visor", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 125, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 20, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 15, "eDefPct": -25, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sparkweaver", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3850, "fDef": 150, "wDef": 0, "aDef": 0, "tDef": 200, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 20, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 30, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stillwater Blue", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2500, "fDef": 0, "wDef": 180, "aDef": 0, "tDef": -100, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 4, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 0, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Subur Clip", "tier": "Rare", "set": null, "material": "183:0", "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 89, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -2, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Turbine Greaves", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": 100, "wDef": 0, "aDef": 100, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 325, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Static-charged Leggings", "displayName": "Static-Charged Leggings", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 40, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 2050, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 100, "eDef": -150, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -40, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 40, "eDamPct": 0, "fDefPct": 0, "wDefPct": -25, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Trench Scourer", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 2450, "fDef": 0, "wDef": 130, "aDef": 0, "tDef": 100, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 4, "xpb": 40, "lb": 40, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 0, "tDamPct": 25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Twilight-Gilded Cloak", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3000, "fDef": 0, "wDef": 0, "aDef": 175, "tDef": 175, "eDef": 175, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -40, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -30, "agi": 0, "def": -30, "spd": 20, "atkTier": 2, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 25, "tDamPct": 25, "eDamPct": 25, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lightning Flash", "tier": "Rare", "set": null, "material": "160:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunderous Step", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2100, "fDef": -80, "wDef": 0, "aDef": 0, "tDef": 125, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": -5, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 250, "mdRaw": 325, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 15, "eDamPct": -15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vortex Bracer", "tier": "Rare", "set": null, "material": "191:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 400, "fDef": -40, "wDef": 0, "aDef": 40, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 75, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whitecap Crown", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2300, "fDef": 0, "wDef": 150, "aDef": 0, "tDef": -120, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 75, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 320, "mdRaw": 0, "fDamPct": -10, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hailstone", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "fDef": 0, "wDef": 40, "aDef": 40, "tDef": -80, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 10, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hallfred's Greed", "tier": "Rare", "set": null, "material": "188", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -3, "eSteal": 6, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hairy Cap", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 4, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Halbert", "tier": "Rare", "type": "spear", "set": null, "material": "24:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "36-58", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hammer of the Forge", "tier": "Unique", "type": "spear", "set": null, "material": "53:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "171-229", "fDam": "257-457", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "257-457", "atkSpd": "SUPER_SLOW", "lvl": 90, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -15, "atkTier": 0, "hpBonus": 750, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Handcuff", "tier": "Unique", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 33, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": -2, "int": 0, "agi": 0, "def": 4, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hammer of the Blacksmith", "tier": "Rare", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "23-46", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "126-183", "atkSpd": "SUPER_SLOW", "lvl": 30, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 22, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": -12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hard Hat", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 180, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 4, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hamsey's Brilliance", "tier": "Rare", "set": null, "material": "28", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 720, "fDef": 30, "wDef": 30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -7, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Haqherphix", "tier": "Legendary", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 17, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-32", "eDam": "11-21", "atkSpd": "SUPER_FAST", "lvl": 42, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 4, "xpb": 9, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Handmade Bucie Knife", "tier": "Unique", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "48-58", "fDam": "34-56", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 7, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": -6, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hard Light", "tier": "Rare", "type": "relik", "set": null, "material": "273:26", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "60-90", "wDam": "60-90", "aDam": "60-90", "tDam": "60-90", "eDam": "60-90", "atkSpd": "FAST", "lvl": 96, "classReq": null, "strReq": 23, "dexReq": 23, "intReq": 23, "agiReq": 23, "defReq": 23, "hprPct": 0, "mr": 1, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 17, "dex": 17, "int": 17, "agi": 17, "def": 17, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -25, "wDefPct": -25, "aDefPct": -25, "tDefPct": -25, "eDefPct": -25, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Harsh Noise", "tier": "Legendary", "type": "relik", "set": null, "material": "273:18", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "10-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 15, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Harbinger of Fate", "tier": "Rare", "type": "spear", "set": null, "material": "44:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 40, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "130-130", "wDam": "0-0", "aDam": "0-0", "tDam": "100-160", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 13, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -20, "eSteal": 0, "hprRaw": -100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Harmony", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 2650, "fDef": 70, "wDef": 70, "aDef": 0, "tDef": 70, "eDef": 70, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 65, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 18, "mdPct": -18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 35, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Harwrol", "tier": "Legendary", "type": "spear", "set": null, "material": "24:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-80", "fDam": "0-0", "wDam": "0-0", "aDam": "80-115", "tDam": "0-0", "eDam": "80-115", "atkSpd": "FAST", "lvl": 97, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 19, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 23, "atkTier": 0, "hpBonus": 2500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -25, "aDamPct": 0, "tDamPct": -25, "eDamPct": 0, "fDefPct": 25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hardline", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 650, "fDef": 20, "wDef": -20, "aDef": -20, "tDef": 0, "eDef": 35, "lvl": 51, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 325, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heart of Fire", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 650, "fDef": 35, "wDef": -35, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 35, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hearts Club", "tier": "Rare", "type": "relik", "set": null, "material": "273:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "26-32", "fDam": "10-14", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 20, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Head Knocker", "tier": "Unique", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "22-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "22-34", "atkSpd": "VERY_SLOW", "lvl": 25, "classReq": null, "strReq": 18, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -3, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 36, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 4, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Haze", "tier": "Rare", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-60", "fDam": "20-50", "wDam": "0-0", "aDam": "20-50", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 350, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heartache", "tier": "Unique", "type": "spear", "set": null, "material": "5:2", "quest": null, "poison": 0, "thorns": 12, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "85-115", "fDam": "0-0", "wDam": "175-225", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -175, "ms": 0, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 145, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heartstrings", "tier": "Unique", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "62-90", "fDam": "30-50", "wDam": "0-0", "aDam": "25-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 30, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 140, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heat Burst", "tier": "Unique", "type": "relik", "set": null, "material": "273:16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "50-54", "fDam": "76-80", "wDam": "0-0", "aDam": "76-80", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 0, "ls": 95, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 32, "wDamPct": -35, "aDamPct": 32, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heatwave", "tier": "Rare", "type": "wand", "set": null, "material": "159:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "382-1144", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 30, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heaven's Gate", "tier": "Legendary", "type": "spear", "set": null, "material": "5:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-60", "fDam": "0-0", "wDam": "20-66", "aDam": "20-66", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 13, "atkTier": 0, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heatwind", "tier": "Unique", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "17-26", "fDam": "23-31", "wDam": "0-0", "aDam": "15-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 30, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heavenly Wisp", "tier": "Unique", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-40", "fDam": "0-0", "wDam": "30-60", "aDam": "30-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "HellRaiser", "tier": "Unique", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "30-35", "fDam": "26-36", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heliophilia", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 30, "fDef": 6, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 30, "spRegen": 0, "eSteal": 0, "hprRaw": 10, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hell's Scream", "tier": "Unique", "type": "spear", "set": null, "material": "35:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-190", "fDam": "160-240", "wDam": "0-0", "aDam": "120-280", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 255, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -8, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -100, "fDefPct": 30, "wDefPct": 0, "aDefPct": 30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heavensent", "tier": "Legendary", "type": "relik", "set": null, "material": "273:22", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-4", "fDam": "0-0", "wDam": "54-66", "aDam": "54-66", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 17, "agiReq": 17, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 15, "def": -8, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heliophobia", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 950, "fDef": 0, "wDef": 80, "aDef": 0, "tDef": -65, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 15, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 75, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -18, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -8, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hell Walk", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 12, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 140, "wDef": -160, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 22, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hellion", "tier": "Unique", "set": null, "material": "95:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 380, "fDef": 40, "wDef": -40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 85, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": -8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hellbow", "tier": "Rare", "type": "bow", "set": null, "material": "159:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-120", "fDam": "130-210", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-80", "atkSpd": "SLOW", "lvl": 76, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 3, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hellkite's Beak", "tier": "Rare", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-135", "fDam": "55-90", "wDam": "0-0", "aDam": "0-0", "tDam": "45-75", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 11, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -6, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -6, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": -8, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hellkite's Wing", "tier": "Rare", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "40-48", "wDam": "0-0", "aDam": "0-0", "tDam": "32-72", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 9, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": -10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helm of Andesite", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 6, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 630, "fDef": 20, "wDef": -40, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 49, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": -5, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": -5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helm of Darkness", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 140, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 15, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helm of the Dead", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 390, "fDef": 0, "wDef": 0, "aDef": -30, "tDef": 20, "eDef": 15, "lvl": 44, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 27, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": -5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 5, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hellstrand", "tier": "Legendary", "type": "bow", "set": null, "material": "159:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "300-350", "fDam": "200-280", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 25, "mr": 1, "sdPct": 15, "mdPct": 0, "ls": 655, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -25, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -40, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helter Skelter", "tier": "Legendary", "type": "relik", "set": null, "material": "273:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "19-29", "tDam": "19-29", "eDam": "0-0", "atkSpd": "FAST", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": -40, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -45, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 11, "tDamPct": 11, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": -1, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helmet of Wisdom", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 30, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 3, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helmet of Intelligence", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 13, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heracul", "tier": "Legendary", "type": "bow", "set": null, "material": "163", "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "625-900", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-225", "atkSpd": "VERY_SLOW", "lvl": 77, "classReq": null, "strReq": 90, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 0, "int": 0, "agi": 0, "def": -10, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -8, "wDefPct": -6, "aDefPct": -10, "tDefPct": -4, "eDefPct": -2, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helmet of Blue Stone", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1050, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 62, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -5, "wDamPct": -5, "aDamPct": -5, "tDamPct": -5, "eDamPct": -5, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hetusol", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4200, "fDef": 180, "wDef": 80, "aDef": 0, "tDef": -160, "eDef": -100, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 50, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 250, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -30, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heroism", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 31, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3500, "fDef": 120, "wDef": 50, "aDef": 120, "tDef": 50, "eDef": 50, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 60, "hprPct": -143, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 300, "ms": 0, "xpb": 0, "lb": 0, "ref": 31, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 10, "spd": 23, "atkTier": 0, "hpBonus": 1000, "spRegen": 0, "eSteal": 0, "hprRaw": -10, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hertz", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 8, "eDef": -10, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heura", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 34, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 3025, "fDef": -110, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 110, "lvl": 96, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 11, "fDefPct": -20, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hewa", "tier": "Unique", "type": "relik", "set": null, "material": "273:20", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "130-170", "fDam": "0-0", "wDam": "0-0", "aDam": "170-210", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": -8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": -30, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hexed Amulet", "tier": "Legendary", "set": null, "material": "414", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 16, "lb": 16, "ref": 0, "str": -2, "dex": -2, "int": -2, "agi": -2, "def": -2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hidden", "tier": "Rare", "set": null, "material": "56", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hero's End", "displayName": "Flummox", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2750, "fDef": 115, "wDef": -130, "aDef": 0, "tDef": 115, "eDef": -100, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 275, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 255, "mdRaw": 0, "fDamPct": 11, "wDamPct": 0, "aDamPct": 0, "tDamPct": 11, "eDamPct": -35, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hickory Stick", "tier": "Unique", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "40-95", "fDam": "20-45", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": -8, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hilltop", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 210, "fDef": 0, "wDef": 0, "aDef": -7, "tDef": 0, "eDef": 15, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hilt", "tier": "Unique", "type": "spear", "set": null, "material": "256:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "8-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -6, "mdRaw": -8, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hiker's Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 85, "fDef": 0, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 7, "lvl": 20, "classReq": null, "strReq": 7, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -8, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hirudo", "tier": "Unique", "type": "dagger", "set": null, "material": "161:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "90-130", "aDam": "0-0", "tDam": "0-0", "eDam": "100-120", "atkSpd": "NORMAL", "lvl": 82, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 13, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 145, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -17, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -17, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hollow Branch", "tier": "Unique", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 560, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-60", "fDam": "0-0", "wDam": "0-0", "aDam": "50-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": -12, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Holocene", "tier": "Unique", "type": "relik", "set": null, "material": "273:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "40-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "90-110", "atkSpd": "SLOW", "lvl": 49, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -8, "wDamPct": -8, "aDamPct": -8, "tDamPct": -8, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Holiday Spirit", "tier": "Unique", "type": "relik", "set": null, "material": "273:22", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "18-22", "fDam": "30-36", "wDam": "30-36", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 3, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 45, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hollow", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 110, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 150, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hope", "tier": "Unique", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "280-340", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 18, "lb": 16, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Holy Greaves", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "fDef": 0, "wDef": 25, "aDef": 0, "tDef": 25, "eDef": -30, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 75, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Horizon", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2750, "fDef": -100, "wDef": 0, "aDef": 100, "tDef": 0, "eDef": 120, "lvl": 90, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 5, "int": 0, "agi": 10, "def": 0, "spd": 14, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 150, "sdRaw": -200, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hook", "tier": "Unique", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "13-18", "fDam": "0-0", "wDam": "0-0", "aDam": "13-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hothead", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 60, "fDef": 5, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hornblende", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 340, "fDef": 0, "wDef": 0, "aDef": -15, "tDef": 0, "eDef": 20, "lvl": 40, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hunger", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 110, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 9, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -7, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hostage", "tier": "Unique", "type": "spear", "set": null, "material": "23:0", "quest": "Prison Story", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "7-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 10, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hypercane", "tier": "Rare", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "22-44", "fDam": "0-44", "wDam": "11-33", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": -20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hunter", "tier": "Unique", "type": "spear", "set": null, "material": "44:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-9", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "2-15", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 12, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hysteria", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2075, "fDef": 70, "wDef": -100, "aDef": 0, "tDef": 80, "eDef": -100, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 40, "mr": -1, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 8, "spd": 10, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 18, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hero's Beginning", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 140, "fDef": 3, "wDef": 3, "aDef": 3, "tDef": 3, "eDef": 3, "lvl": 27, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 33, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hydra", "tier": "Rare", "type": "wand", "set": null, "material": "159:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-77", "fDam": "77-99", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 33, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 160, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 777, "spRegen": 0, "eSteal": 0, "hprRaw": 99, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ice Band", "tier": "Unique", "set": null, "material": "66", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -20, "wDef": 25, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Icarus", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "fDef": -20, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -12, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ice Climbing Boots", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 9, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 440, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": -40, "eDef": 10, "lvl": 43, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 35, "mdRaw": 0, "fDamPct": -10, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ice Sickle", "tier": "Unique", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "22-32", "fDam": "0-0", "wDam": "12-42", "aDam": "2-52", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -10, "int": 8, "agi": 8, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 10, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ignatius", "tier": "Unique", "type": "relik", "set": null, "material": "273:16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "20-30", "fDam": "70-80", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 5, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ignition", "tier": "Legendary", "type": "spear", "set": null, "material": "159:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 40, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "21-75", "fDam": "115-185", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 65, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 435, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": -30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ik-El-Van", "tier": "Rare", "type": "spear", "set": null, "material": "5:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "48-75", "fDam": "0-0", "wDam": "60-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 16, "mr": 1, "sdPct": 10, "mdPct": -15, "ls": -120, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Andesite Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "535-615", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Illuminite", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 725, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 60, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Electro Mage's Boots", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": "The Envoy Part II", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 150, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 16, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 12, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ife", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "fDef": 0, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -9, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 150, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -14, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Andesite Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "180-204", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Andesite Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "146-176", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Andesite Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "315-331", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Andesite Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "355-413", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Birch Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "217-225", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Birch Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "131-163", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Birch Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "292-326", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Diorite Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "629-705", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Diorite Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "210-236", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Birch Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "184-226", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Birch Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "97-123", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Diorite Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "366-382", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Diorite Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "171-203", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Granite Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "402-418", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Granite Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "455-525", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Granite Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "700-770", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Diorite Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "414-476", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Granite Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "190-220", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Jungle Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "380-430", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Jungle Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "284-292", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Birch Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "195-199", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Jungle Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "235-300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Birch Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "225-265", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Jungle Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "130-160", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Birch Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "152-176", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Birch Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "92-104", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Birch Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "123-147", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Jungle Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "275-315", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Jungle Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "149-176", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Jungle Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "232-236", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Jungle Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "180-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Oak Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "167-171", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Jungle Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "110-125", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Oak Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "106-128", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Oak Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "196-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Jungle Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "175-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Oak Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "145-167", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Spruce Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "256-299", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Spruce Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "220-224", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Oak Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "87-101", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Oak Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "255-286", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Spruce Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "105-117", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Spruce Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "139-167", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Spruce Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "182-198", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Oak Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "187-195", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Oak Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "115-141", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Oak Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "85-109", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Oak Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "168-192", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Spruce Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "154-188", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Spruce Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "341-377", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Spruce Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "209-269", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Spruce Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "253-261", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Spruce Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "114-142", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Stone Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "158-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Imperious", "tier": "Rare", "type": "relik", "set": null, "material": "273:20", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "500-500", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 30, "agi": 15, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 8, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Stone Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "275-291", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Stone Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "470-542", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impudent", "tier": "Unique", "set": null, "material": "89:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impulse", "tier": "Legendary", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-229", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "126-371", "eDam": "126-371", "atkSpd": "SUPER_SLOW", "lvl": 53, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -7, "sdPct": 0, "mdPct": 12, "ls": 110, "ms": 6, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -75, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 14, "eDamPct": 14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impure Morph-Gold", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 125, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 25, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Incendiary", "tier": "Rare", "set": null, "material": "160:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 255, "fDef": 40, "wDef": -30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 39, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Stone Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "311-368", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Stone Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "129-166", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Incinerator", "tier": "Unique", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 500, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "121-143", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 18, "wDamPct": -10, "aDamPct": -10, "tDamPct": -10, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Incandescent", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "fDef": 30, "wDef": 30, "aDef": 0, "tDef": 0, "eDef": -50, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 13, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 17, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Incense Burner", "tier": "Unique", "type": "relik", "set": null, "material": "273:16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "36-46", "fDam": "31-51", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -5, "atkTier": 0, "hpBonus": 70, "spRegen": 10, "eSteal": 0, "hprRaw": 10, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infected Band", "tier": "Unique", "set": null, "material": "189", "quest": null, "poison": 220, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -60, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 30, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infilak", "tier": "Rare", "type": "spear", "set": null, "material": "159:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 77, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "55-99", "fDam": "55-88", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infatuation", "tier": "Unique", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-70", "fDam": "27-55", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 25, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 48, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 450, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": -60, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 18, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Inferna Flamewreath", "tier": "Legendary", "type": "relik", "set": null, "material": "273:17", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "420-448", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 80, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": -50, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Influence", "tier": "Legendary", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "54-66", "fDam": "27-33", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 14, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 46, "ms": 0, "xpb": 19, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -19, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infinity", "tier": "Legendary", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-30", "fDam": "20-30", "wDam": "20-30", "aDam": "20-30", "tDam": "20-30", "eDam": "20-30", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ingrainment", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 230, "fDef": -40, "wDef": 90, "aDef": 0, "tDef": 0, "eDef": 90, "lvl": 59, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 46, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 55, "sdRaw": 0, "mdRaw": 0, "fDamPct": -50, "wDamPct": 0, "aDamPct": 0, "tDamPct": -50, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iniquity", "tier": "Rare", "set": null, "material": "188", "quest": null, "poison": 395, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -40, "aDef": -60, "tDef": 60, "eDef": 40, "lvl": 74, "classReq": null, "strReq": 30, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 6, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Interference", "tier": "Rare", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "3-158", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 28, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -38, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 56, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -21, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Insulation", "tier": "Unique", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 240, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -4, "wDamPct": 0, "aDamPct": 0, "tDamPct": -4, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Inundatio", "tier": "Rare", "set": null, "material": "160:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 35, "aDef": 0, "tDef": 30, "eDef": -65, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 65, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 42, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iodide", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1180, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 70, "eDef": -60, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ionosphere", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2850, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 90, "eDef": 0, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 145, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ionian", "tier": "Unique", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 488, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-90", "atkSpd": "NORMAL", "lvl": 69, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iris", "tier": "Unique", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "34-36", "fDam": "34-38", "wDam": "34-38", "aDam": "34-38", "tDam": "34-38", "eDam": "34-38", "atkSpd": "SLOW", "lvl": 85, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 1, "sdPct": -10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 14, "wDefPct": 14, "aDefPct": 14, "tDefPct": 14, "eDefPct": 14, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron Grippers", "tier": "Unique", "type": "dagger", "set": null, "material": "161:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "20-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "200-500", "eDam": "300-400", "atkSpd": "VERY_SLOW", "lvl": 84, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 455, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 25, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron Knuckle", "tier": "Legendary", "type": "dagger", "set": null, "material": "18:3", "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "9-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "6-9", "atkSpd": "SUPER_FAST", "lvl": 15, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron Bracer", "tier": "Unique", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 10, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron Incrusted Pants", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 42, "fDef": 0, "wDef": -2, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": -7, "atkTier": 0, "hpBonus": 10, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -5, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron String", "tier": "Legendary", "type": "bow", "set": null, "material": "7:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "47-63", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -3, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": -2, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Irradiation", "tier": "Unique", "type": "wand", "set": null, "material": "5:4", "quest": null, "poison": 487, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-41", "aDam": "0-0", "tDam": "17-72", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 28, "intReq": 28, "agiReq": 0, "defReq": 0, "hprPct": -23, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron Scrap", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 14, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "fDef": 30, "wDef": 0, "aDef": -40, "tDef": 0, "eDef": 30, "lvl": 48, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron Mail", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 40, "fDef": 0, "wDef": 0, "aDef": -2, "tDef": 0, "eDef": 5, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 12, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Island Chain", "tier": "Legendary", "type": "relik", "set": null, "material": "273:23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "126-144", "fDam": "0-0", "wDam": "160-190", "aDam": "0-0", "tDam": "0-0", "eDam": "160-190", "atkSpd": "SLOW", "lvl": 83, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 2500, "spRegen": 0, "eSteal": 0, "hprRaw": 165, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ironclad", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": 30, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 30, "lvl": 66, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -18, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ivory", "tier": "Legendary", "type": "dagger", "set": null, "material": "179:1", "quest": null, "poison": -1000, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "132-171", "fDam": "0-0", "wDam": "0-0", "aDam": "77-99", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 225, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -40, "eDamPct": 0, "fDefPct": 30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Isaz", "tier": "Unique", "type": "spear", "set": null, "material": "5:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "1-3", "fDam": "0-0", "wDam": "6-9", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ivy", "tier": "Unique", "type": "bow", "set": null, "material": "136:0", "quest": null, "poison": 50, "thorns": 6, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "20-32", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "10-16", "atkSpd": "SLOW", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jackal Crest", "tier": "Unique", "set": null, "material": "160:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 20, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 9, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 4, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ivory Bow", "tier": "Rare", "type": "bow", "set": null, "material": "126:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "165-195", "fDam": "15-21", "wDam": "15-21", "aDam": "15-21", "tDam": "15-21", "eDam": "15-21", "atkSpd": "NORMAL", "lvl": 75, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": -10, "aDamPct": -10, "tDamPct": -10, "eDamPct": -10, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jackpot", "tier": "Rare", "set": null, "material": "102:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 77, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 7, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jag", "tier": "Rare", "set": null, "material": "95:11", "quest": null, "poison": 0, "thorns": 4, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 3, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jate", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 63, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jade Talon", "tier": "Unique", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "108-127", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 66, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 19, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jera", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 500, "fDef": -50, "wDef": -50, "aDef": -50, "tDef": -50, "eDef": -50, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 40, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jiandan Handwraps", "tier": "Legendary", "set": null, "material": "183", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 827, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jewel", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1645, "fDef": 100, "wDef": -80, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Javelin", "tier": "Rare", "type": "spear", "set": null, "material": "256:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "8-14", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 8, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Granite Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "230-260", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Joker", "tier": "Rare", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 120, "thorns": 1, "exploding": 1, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-40", "fDam": "0-40", "wDam": "0-0", "aDam": "0-40", "tDam": "0-0", "eDam": "0-40", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 1, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 1, "eSteal": 1, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jingu Headband", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "fDef": 0, "wDef": 6, "aDef": 0, "tDef": 6, "eDef": -12, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 11, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jike", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 60, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 14, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jungle Artifact", "tier": "Rare", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 14, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "140-210", "fDam": "70-210", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "210-280", "atkSpd": "VERY_SLOW", "lvl": 68, "classReq": null, "strReq": 21, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 21, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": -7, "def": 0, "spd": -21, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -77, "mdRaw": 0, "fDamPct": 14, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jilted", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "fDef": 8, "wDef": 8, "aDef": 8, "tDef": 8, "eDef": 8, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 100, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 4, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 6, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jolt of Inspiration", "tier": "Rare", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "21-30", "fDam": "0-0", "wDam": "11-14", "aDam": "0-0", "tDam": "13-22", "eDam": "0-0", "atkSpd": "FAST", "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": -18, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jungle Sludge", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 265, "thorns": 5, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 950, "fDef": 0, "wDef": -60, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -275, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 11, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -7, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Juneberry", "tier": "Unique", "type": "bow", "set": null, "material": "164", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-120", "fDam": "0-0", "wDam": "85-125", "aDam": "85-125", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 7, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 12, "tDamPct": -14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jungle Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "14-19", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jungle Wood Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "23-26", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Juniper", "tier": "Unique", "set": null, "material": "95:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 8, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 4, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 4, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jungle Wood Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-14", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jungle Wood Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kaas' Fur", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": -12, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Justice", "tier": "Unique", "set": null, "material": "185", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 600, "fDef": 50, "wDef": -30, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kaleidoscope", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 570, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 47, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 6, "wDefPct": 6, "aDefPct": 6, "tDefPct": 6, "eDefPct": 6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kanata", "tier": "Unique", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "12-32", "fDam": "0-0", "wDam": "0-0", "aDam": "22-32", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kapok", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": -60, "wDef": 60, "aDef": 0, "tDef": -60, "eDef": 60, "lvl": 64, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jungle Wood Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "20-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Karabiner", "tier": "Unique", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "34-48", "fDam": "23-33", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 25, "hprPct": 18, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 4, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Karraska", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 140, "fDef": 0, "wDef": 0, "aDef": -7, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 8, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": -2, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 35, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": -5, "tDefPct": 0, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Katana", "tier": "Rare", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "74-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -20, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Katoa's Warmth", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 185, "fDef": 15, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 45, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 75, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": -25, "mdRaw": -26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kayde", "tier": "Unique", "set": null, "material": "188", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 7, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kamikaze", "tier": "Rare", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-20", "fDam": "20-24", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 18, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 12, "ls": -8, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": -3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Keeper", "tier": "Unique", "set": null, "material": "188:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Keen Measure", "tier": "Unique", "type": "relik", "set": null, "material": "273:21", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "17-18", "fDam": "0-0", "wDam": "11-12", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 3, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": -20, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kaze", "tier": "Legendary", "set": null, "material": "89", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 75, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 11, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kekkai", "tier": "Unique", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-90", "fDam": "0-0", "wDam": "0-0", "aDam": "65-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 11, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -30, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 25, "tDefPct": 10, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kelight's Gauntlet", "tier": "Rare", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 435, "fDef": 0, "wDef": -15, "aDef": -15, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 18, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -7, "aDefPct": -7, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kelvik", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 350, "fDef": 15, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -6, "atkTier": 0, "hpBonus": 80, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": -7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kernel", "tier": "Rare", "set": null, "material": "160:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -150, "fDef": 0, "wDef": -60, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 0, "fDamPct": 0, "wDamPct": -8, "aDamPct": 0, "tDamPct": 4, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kickback", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3125, "fDef": -75, "wDef": 0, "aDef": 140, "tDef": 0, "eDef": -75, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 80, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 13, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 5, "def": 5, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 365, "fDamPct": 0, "wDamPct": 0, "aDamPct": 22, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -13, "aDefPct": 0, "tDefPct": -13, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kenaz", "tier": "Unique", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "62-71", "fDam": "28-36", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 13, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 150, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": -5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kilpkonn", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 360, "fDef": 0, "wDef": 25, "aDef": 0, "tDef": -15, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 12, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": -12, "atkTier": 0, "hpBonus": 40, "spRegen": 0, "eSteal": 0, "hprRaw": 16, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kilauea", "tier": "Rare", "type": "relik", "set": null, "material": "273:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "88-112", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "80-120", "atkSpd": "FAST", "lvl": 68, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -750, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 115, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kickers", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 34, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -6, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kitten Claw", "tier": "Unique", "type": "dagger", "set": null, "material": "128:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "13-42", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-75", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": -4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kilij", "tier": "Legendary", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "weapon", "slots": 5, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-5", "tDam": "0-0", "eDam": "2-4", "atkSpd": "FAST", "lvl": 40, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -30, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 90, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": -80, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kindle", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 7, "mr": 0, "sdPct": -20, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 8, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "King of Hearts", "tier": "Rare", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": -1000000, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 3, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 3692, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": -1000000, "mdRaw": -1000000, "fDamPct": 0, "wDamPct": 100, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": -6, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "King of Blocks", "tier": "Unique", "type": "bow", "set": null, "material": "163:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "170-240", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-100", "atkSpd": "SLOW", "lvl": 73, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 6, "aDamPct": 6, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kelight's Shield", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1550, "fDef": 75, "wDef": -60, "aDef": -45, "tDef": 75, "eDef": 60, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 550, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 22, "wDefPct": -8, "aDefPct": 0, "tDefPct": 22, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kizuato", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 11, "exploding": 11, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1550, "fDef": 80, "wDef": -70, "aDef": -70, "tDef": 80, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 140, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kivilu", "tier": "Unique", "type": "relik", "set": null, "material": "273:23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-999", "wDam": "0-999", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 45, "hprPct": 15, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 20, "agi": 0, "def": -20, "spd": 0, "atkTier": 0, "hpBonus": -3900, "spRegen": 0, "eSteal": 0, "hprRaw": 465, "sdRaw": 0, "mdRaw": 0, "fDamPct": 31, "wDamPct": 31, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kelight's Toothbrush", "tier": "Rare", "type": "wand", "set": null, "material": "44:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-21", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "8-9", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 4, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Knucklebones", "tier": "Legendary", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -1835, "ms": -40, "xpb": 25, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 2, "hpBonus": 0, "spRegen": -50, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Knight Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 230, "fDef": 10, "wDef": -5, "aDef": -5, "tDef": 0, "eDef": 10, "lvl": 33, "classReq": null, "strReq": 12, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 12, "hprPct": 20, "mr": 0, "sdPct": -5, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Krakem", "tier": "Rare", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "343-503", "fDam": "0-0", "wDam": "137-229", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 80, "mdRaw": 0, "fDamPct": -16, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kratke", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1000, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 58, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kolkhaar", "tier": "Unique", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 245, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "21-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "13-33", "eDam": "17-29", "atkSpd": "SLOW", "lvl": 43, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -60, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 2, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Krolton's Cruelty", "tier": "Rare", "set": null, "material": "187", "quest": null, "poison": 500, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 40, "wDef": -80, "aDef": 0, "tDef": 60, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 40, "dexReq": 70, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -70, "sdRaw": 0, "mdRaw": 70, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kuiper", "tier": "Unique", "type": "spear", "set": null, "material": "24:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-5", "fDam": "9-17", "wDam": "9-17", "aDam": "9-17", "tDam": "9-17", "eDam": "9-17", "atkSpd": "VERY_SLOW", "lvl": 25, "classReq": null, "strReq": 6, "dexReq": 6, "intReq": 6, "agiReq": 6, "defReq": 6, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": -39, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bronze Basic Bracelet", "tier": "Legendary", "set": null, "material": "188:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bronze Basic Necklace", "tier": "Legendary", "set": null, "material": "102:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Fiber Bracelet", "tier": "Legendary", "set": null, "material": "183", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 65, "lvl": 95, "classReq": null, "strReq": 100, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 16, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 16, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 5, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bronze Basic Ring", "tier": "Legendary", "set": null, "material": "95:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Fiber Necklace", "tier": "Legendary", "set": null, "material": "160:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 80, "lvl": 95, "classReq": null, "strReq": 100, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 12, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 16, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Fusion Ring", "tier": "Legendary", "set": null, "material": "103", "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 30, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 95, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Fiber Ring", "tier": "Legendary", "set": null, "material": "95:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 95, "classReq": null, "strReq": 100, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 125, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Fusion Necklace", "tier": "Legendary", "set": null, "material": "414", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 95, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Fusion Bracelet", "tier": "Legendary", "set": null, "material": "28", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 95, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Hydro Bracelet", "tier": "Legendary", "set": null, "material": "66", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 70, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Hydro Ring", "tier": "Legendary", "set": null, "material": "88", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 70, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Solar Bracelet", "tier": "Legendary", "set": null, "material": "185", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1500, "fDef": 80, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 100, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 14, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Hydro Necklace", "tier": "Legendary", "set": null, "material": "160:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 120, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 12, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Static Bracelet", "tier": "Legendary", "set": null, "material": "187", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 100, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 100, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 80, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 16, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Static Necklace", "tier": "Legendary", "set": null, "material": "160:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 100, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Solar Necklace", "tier": "Legendary", "set": null, "material": "160:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 120, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 100, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 12, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Solar Ring", "tier": "Legendary", "set": null, "material": "95:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1000, "fDef": 60, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 100, "hprPct": 16, "mr": 0, "sdPct": -5, "mdPct": -2, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 110, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kuuichi", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 52, "fDef": 0, "wDef": 6, "aDef": 0, "tDef": -2, "eDef": 0, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 10, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Static Ring", "tier": "Legendary", "set": null, "material": "95:12", "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 70, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 100, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 16, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Steam Necklace", "tier": "Legendary", "set": null, "material": "160:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -240, "fDef": 0, "wDef": 0, "aDef": 100, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 100, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 16, "str": 0, "dex": 0, "int": 0, "agi": 12, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 16, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Steam Bracelet", "tier": "Legendary", "set": null, "material": "191:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 135, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 100, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Fiber Necklace", "tier": "Legendary", "set": null, "material": "160:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 95, "classReq": null, "strReq": 75, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Steam Ring", "tier": "Legendary", "set": null, "material": "89:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -240, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 100, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 18, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 7, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Fiber Bracelet", "tier": "Legendary", "set": null, "material": "183", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 95, "classReq": null, "strReq": 75, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 11, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Fiber Ring", "tier": "Legendary", "set": null, "material": "95:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 95, "classReq": null, "strReq": 75, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Fusion Ring", "tier": "Legendary", "set": null, "material": "103", "quest": null, "poison": 0, "thorns": 7, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 95, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 7, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 375, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Fusion Bracelet", "tier": "Legendary", "set": null, "material": "28", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 35, "wDef": 35, "aDef": 35, "tDef": 35, "eDef": 35, "lvl": 95, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Fusion Necklace", "tier": "Legendary", "set": null, "material": "414", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 95, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Hydro Ring", "tier": "Legendary", "set": null, "material": "88", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 55, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 75, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Solar Necklace", "tier": "Legendary", "set": null, "material": "160:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 825, "fDef": 90, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Solar Bracelet", "tier": "Legendary", "set": null, "material": "185", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1100, "fDef": 65, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 9, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 4, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Hydro Bracelet", "tier": "Legendary", "set": null, "material": "66", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 55, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 75, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Solar Ring", "tier": "Legendary", "set": null, "material": "95:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 775, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 12, "mr": 0, "sdPct": -3, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 4, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Static Ring", "tier": "Legendary", "set": null, "material": "95:12", "quest": null, "poison": 0, "thorns": 4, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -280, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -7, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Static Necklace", "tier": "Legendary", "set": null, "material": "160:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 40, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 2, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 33, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 4, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Static Bracelet", "tier": "Legendary", "set": null, "material": "187", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 75, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 7, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Steam Ring", "tier": "Legendary", "set": null, "material": "89:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -180, "fDef": 0, "wDef": 0, "aDef": 35, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 75, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 14, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Hydro Necklace", "tier": "Legendary", "set": null, "material": "160:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 80, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 75, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Fusion Bracelet", "tier": "Legendary", "set": null, "material": "27", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 95, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 6, "wDefPct": 6, "aDefPct": 6, "tDefPct": 6, "eDefPct": 6, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Steam Bracelet", "tier": "Legendary", "set": null, "material": "191:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 105, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 75, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Fiber Necklace", "tier": "Legendary", "set": null, "material": "160:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 95, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 8, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Legendary Medallion", "tier": "Legendary", "set": null, "material": "102:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Fiber Ring", "tier": "Legendary", "set": null, "material": "95:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 95, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 85, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Fiber Bracelet", "tier": "Legendary", "set": null, "material": "192", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 95, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Fusion Necklace", "tier": "Legendary", "set": null, "material": "160:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Fusion Ring", "tier": "Legendary", "set": null, "material": "48", "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 3, "mdPct": 3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Hydro Necklace", "tier": "Legendary", "set": null, "material": "160:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 6, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Hydro Bracelet", "tier": "Legendary", "set": null, "material": "25", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 3, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Hydro Ring", "tier": "Legendary", "set": null, "material": "95:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 5, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Solar Bracelet", "tier": "Legendary", "set": null, "material": "184", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 2, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Solar Ring", "tier": "Legendary", "set": null, "material": "45", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 40, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Static Bracelet", "tier": "Legendary", "set": null, "material": "186", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -280, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 3, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 5, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Static Necklace", "tier": "Legendary", "set": null, "material": "160:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 2, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Solar Necklace", "tier": "Legendary", "set": null, "material": "160:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 750, "fDef": 70, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Steam Bracelet", "tier": "Legendary", "set": null, "material": "190:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 90, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Steam Ring", "tier": "Legendary", "set": null, "material": "95:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -120, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 1, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 3, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Static Ring", "tier": "Legendary", "set": null, "material": "95:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -210, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 6, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Steam Necklace", "tier": "Legendary", "set": null, "material": "160:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -120, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 4, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lacerator", "tier": "Unique", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 195, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "17-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 23, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Laen's Curiosity", "tier": "Rare", "set": null, "material": "25", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 12, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lake", "tier": "Unique", "set": null, "material": "95:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 5, "mdRaw": 0, "fDamPct": 0, "wDamPct": 2, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 5, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lapis Necklace", "tier": "Unique", "set": null, "material": "102", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -25, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Laoc Alcher", "tier": "Unique", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 665, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "114-800", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-343", "eDam": "0-343", "atkSpd": "SUPER_SLOW", "lvl": 70, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 220, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1350, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 455, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Largo", "tier": "Legendary", "type": "relik", "set": null, "material": "273:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "50-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-250", "atkSpd": "VERY_SLOW", "lvl": 36, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": -12, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 175, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Last Perdition", "tier": "Unique", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "restrict": null, "nDam": "350-360", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lasting", "tier": "Unique", "set": null, "material": "188", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 33, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Latchkey", "tier": "Unique", "set": null, "material": "185:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Layton", "tier": "Unique", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "80-95", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 140, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leadlights", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 3125, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 11, "wDamPct": 11, "aDamPct": 11, "tDamPct": 11, "eDamPct": 11, "fDefPct": 11, "wDefPct": 11, "aDefPct": 11, "tDefPct": 11, "eDefPct": 11, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lead", "tier": "Unique", "set": null, "material": "95:1", "quest": null, "poison": 235, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -75, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 62, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": -1, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leaning Log", "tier": "Unique", "type": "wand", "set": null, "material": "18:2", "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "175-235", "aDam": "0-0", "tDam": "0-0", "eDam": "190-220", "atkSpd": "VERY_SLOW", "lvl": 92, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -20, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lazybones", "tier": "Unique", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "275-350", "fDam": "0-0", "wDam": "115-150", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lecade's Rank", "tier": "Rare", "set": null, "material": "185", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leg of the Scared", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1050, "fDef": 0, "wDef": 0, "aDef": 80, "tDef": 0, "eDef": -60, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leech Bow", "tier": "Unique", "type": "bow", "set": null, "material": "7:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "19-26", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 7, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leather Face", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 40, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 3, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 5, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Led Balloon", "tier": "Unique", "type": "relik", "set": null, "material": "273:24", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "97-114", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "51-57", "atkSpd": "SUPER_SLOW", "lvl": 23, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leech Leggings", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 85, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 8, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Legendary Smasher", "tier": "Legendary", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 65, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "50-125", "fDam": "25-50", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -5, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leggings of Haste", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 80, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": -50, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Steam Necklace", "tier": "Legendary", "set": null, "material": "160:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -180, "fDef": 0, "wDef": 0, "aDef": 75, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 75, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leggings of Desolation", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 800, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 2400, "fDef": 50, "wDef": -200, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": -20, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 240, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -50, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leggings of the Halt", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -19, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": -5, "tDefPct": 10, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leggings of Restoration", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1400, "fDef": 60, "wDef": 60, "aDef": -60, "tDef": -60, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 25, "mr": 1, "sdPct": -7, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leikkuri", "tier": "Rare", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "65-83", "fDam": "25-33", "wDam": "0-0", "aDam": "30-39", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 7, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": -10, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leo", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 4200, "fDef": 200, "wDef": -200, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -30, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1400, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 30, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leictreach Makani", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 35, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 150, "tDef": 150, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 27, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 35, "str": 0, "dex": 15, "int": 0, "agi": 15, "def": 0, "spd": 27, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 35, "tDamPct": 35, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -60, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lemon Legs", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 35, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 125, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 15, "eDef": -5, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": -12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leviathan", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2850, "fDef": 0, "wDef": 90, "aDef": -90, "tDef": -100, "eDef": 100, "lvl": 97, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 7, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 13, "aDamPct": 0, "tDamPct": 0, "eDamPct": 13, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lethality", "tier": "Unique", "type": "relik", "set": null, "material": "273:17", "quest": null, "poison": 575, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "30-32", "fDam": "30-32", "wDam": "0-0", "aDam": "0-0", "tDam": "30-32", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 110, "ms": -2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ley Lines", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1975, "fDef": 0, "wDef": 90, "aDef": 0, "tDef": 90, "eDef": -175, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -550, "spRegen": 8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lerteco", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -50, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -10, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 145, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 5, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lichcall", "tier": "Unique", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "85-110", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "35-70", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 11, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -30, "aDamPct": -15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Libella", "tier": "Unique", "set": null, "material": "95:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lichclaw", "tier": "Unique", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "55-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "25-55", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 11, "mdPct": 15, "ls": 135, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Libra", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 3150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 8, "int": 8, "agi": 8, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Life Extractor", "tier": "Rare", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "32-46", "fDam": "32-46", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 35, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 46, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ligfamblawende", "tier": "Rare", "type": "wand", "set": null, "material": "159:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "114-143", "fDam": "229-320", "wDam": "0-0", "aDam": "183-366", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 260, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 800, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lichenwal", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 7, "exploding": 15, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2175, "fDef": 0, "wDef": 0, "aDef": -170, "tDef": 0, "eDef": 170, "lvl": 84, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Oak Wood Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "7-8", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Jungle Wood Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "24-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Birch Wood Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "14-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Kaekell", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 15, "tDef": 15, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 4, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lightningrod", "tier": "Unique", "type": "wand", "set": null, "material": "44:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "33-77", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "33-77", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 23, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lightshow", "tier": "Legendary", "type": "relik", "set": null, "material": "273:25", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "19-23", "wDam": "18-25", "aDam": "17-26", "tDam": "16-27", "eDam": "20-22", "atkSpd": "SUPER_FAST", "lvl": 60, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 70, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 30, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "eDefPct": 30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Spruce Wood Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "18-19", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lithium", "tier": "Unique", "set": null, "material": "102:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 2, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Little Inferno", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 120, "fDef": 0, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Liquified Sun", "tier": "Rare", "type": "dagger", "set": null, "material": "159:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-120", "fDam": "100-110", "wDam": "0-0", "aDam": "0-0", "tDam": "60-150", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 1731, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": -20, "fDefPct": 25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Limbo", "tier": "Rare", "type": "dagger", "set": null, "material": "114", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "229-343", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-1600", "eDam": "514-514", "atkSpd": "SUPER_SLOW", "lvl": 95, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -4, "sdPct": 0, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -250, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 50, "tDamPct": 15, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lizard", "tier": "Unique", "set": null, "material": "45:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 18, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Loam", "tier": "Unique", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 180, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "21-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "10-15", "atkSpd": "NORMAL", "lvl": 39, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": -5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 7, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Little Machine", "tier": "Unique", "type": "relik", "set": null, "material": "273:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "13-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "4-8", "eDam": "0-0", "atkSpd": "FAST", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 13, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 25, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lockpick\u058e", "displayName": "Lockpick", "tier": "Unique", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "3-10", "fDam": "0-0", "wDam": "0-0", "aDam": "14-21", "tDam": "14-21", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Loaded Question", "tier": "Legendary", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "97-110", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "194-220", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 70, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -10, "agi": 0, "def": -15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 300, "mdRaw": 175, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 30, "eDamPct": 0, "fDefPct": -30, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Locrian", "tier": "Legendary", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "28-33", "aDam": "22-33", "tDam": "17-55", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 20, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 115, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 9, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 125, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -40, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -40, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Log Suit", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 21, "fDef": -3, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -2, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Logistics", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1625, "fDef": 0, "wDef": 70, "aDef": 0, "tDef": 70, "eDef": -120, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Long Bow", "tier": "Unique", "type": "bow", "set": null, "material": "163:0", "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "40-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-50", "atkSpd": "SLOW", "lvl": 38, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": -5, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lodestone", "tier": "Legendary", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 0, "eDef": -15, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 19, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Luas", "tier": "Unique", "set": null, "material": "190", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Topaz Staff", "displayName": "Lonesome", "tier": "Unique", "type": "wand", "set": null, "material": "44:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "229-366", "tDam": "0-0", "eDam": "309-400", "atkSpd": "SUPER_SLOW", "lvl": 91, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -25, "mdPct": 19, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lost Soul", "tier": "Rare", "type": "spear", "set": null, "material": "35:2", "quest": "The Lost", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-110", "fDam": "0-0", "wDam": "0-0", "aDam": "80-120", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 260, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 9, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lullaby", "tier": "Unique", "type": "wand", "set": null, "material": "5:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-21", "fDam": "0-0", "wDam": "11-15", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 1, "sdPct": 0, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lucky Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lumina", "tier": "Legendary", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "400-457", "fDam": "0-0", "wDam": "0-0", "aDam": "423-434", "tDam": "763-800", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 25, "atkTier": -1, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 975, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 30, "eDamPct": 0, "fDefPct": 0, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lucky Coin", "tier": "Unique", "set": null, "material": "102", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 30, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Luminis", "tier": "Rare", "set": null, "material": "160:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -15, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lunar Spine", "tier": "Legendary", "type": "wand", "set": null, "material": "35:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "616-616", "fDam": "0-0", "wDam": "0-375", "aDam": "0-375", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": -66, "sdPct": 66, "mdPct": 66, "ls": -370, "ms": 22, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -66, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -333, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 33, "aDamPct": 33, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lust", "tier": "Rare", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "15-65", "wDam": "10-70", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 15, "hprPct": 10, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lurrun", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1650, "fDef": 100, "wDef": 0, "aDef": 80, "tDef": -70, "eDef": -70, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 14, "mr": 0, "sdPct": 0, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Luster Purge", "tier": "Unique", "type": "relik", "set": null, "material": "273:19", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "15-18", "fDam": "0-0", "wDam": "40-48", "aDam": "35-53", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": -20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -58, "fDamPct": 0, "wDamPct": 15, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lustrous", "tier": "Unique", "type": "spear", "set": null, "material": "5:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "100-200", "fDam": "210-345", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "240-315", "atkSpd": "VERY_SLOW", "lvl": 98, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": -12, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -2400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 390, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lycoris", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 155, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "fDef": 0, "wDef": 15, "aDef": 0, "tDef": 15, "eDef": -40, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": -33, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Luto Aquarum", "tier": "Rare", "type": "wand", "set": null, "material": "18:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "25-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "260-300", "atkSpd": "SLOW", "lvl": 98, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 440, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -25, "atkTier": 0, "hpBonus": 2700, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 195, "fDamPct": 0, "wDamPct": 40, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lydian", "tier": "Rare", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 450, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-70", "atkSpd": "SLOW", "lvl": 39, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -10, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Absolution", "tier": "Mythic", "type": "relik", "set": null, "material": "273:17", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "288-300", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 115, "hprPct": 0, "mr": 4, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 35, "spd": 0, "atkTier": 0, "hpBonus": 3500, "spRegen": 23, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 200, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 45, "eDefPct": 45, "spPct1": 0, "spRaw1": -4, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alkatraz", "tier": "Mythic", "type": "spear", "set": null, "material": "53:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "1850-2000", "atkSpd": "SUPER_SLOW", "lvl": 94, "classReq": null, "strReq": 120, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 30, "dex": -15, "int": -15, "agi": -15, "def": -15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aftershock", "tier": "Mythic", "type": "relik", "set": null, "material": "273:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "80-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "1550-1850", "atkSpd": "SUPER_SLOW", "lvl": 77, "classReq": null, "strReq": 80, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 0, "int": 0, "agi": 0, "def": 20, "spd": 0, "atkTier": 0, "hpBonus": 1850, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": -40, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Apocalypse", "tier": "Mythic", "type": "spear", "set": null, "material": "159:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 150, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "490-720", "fDam": "210-630", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 95, "hprPct": -125, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 666, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": 0, "def": 35, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -20, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -50, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": -50, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lightning Edge", "tier": "Unique", "type": "dagger", "set": null, "material": "114", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "33-154", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "11-193", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 245, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -120, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Boreal", "tier": "Mythic", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 5000, "fDef": 250, "wDef": 0, "aDef": 375, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 75, "defReq": 75, "hprPct": 192, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 269, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -50, "eDamPct": -50, "fDefPct": 50, "wDefPct": 0, "aDefPct": 50, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Archangel", "tier": "Mythic", "type": "dagger", "set": null, "material": "35:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "20-60", "fDam": "0-0", "wDam": "0-0", "aDam": "165-200", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 70, "defReq": 0, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 15, "def": 10, "spd": 41, "atkTier": 0, "hpBonus": 1900, "spRegen": 0, "eSteal": 0, "hprRaw": 120, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Az", "tier": "Mythic", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "NORMAL", "nDam": "120-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-250", "eDam": "0-0", "atkSpd": "FAST", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 0, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 40, "wDamPct": 40, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -33, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cataclysm", "tier": "Mythic", "type": "dagger", "set": null, "material": "114:0", "quest": null, "poison": 0, "thorns": 21, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "70-500", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 120, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 20, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -6000, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 17, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dawnbreak", "tier": "Mythic", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 23, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4225, "fDef": 200, "wDef": -200, "aDef": -200, "tDef": 200, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 450, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -15, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -250, "sdRaw": 0, "mdRaw": 5000, "fDamPct": 27, "wDamPct": 0, "aDamPct": 0, "tDamPct": 27, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Divzer", "tier": "Mythic", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "41-43", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "275-275", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 115, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 973, "ms": 6, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 37, "int": 0, "agi": -550, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 342, "mdRaw": 727, "fDamPct": -550, "wDamPct": -550, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Collapse", "tier": "Mythic", "type": "spear", "set": null, "material": "24:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 250, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-90", "fDam": "0-250", "wDam": "0-250", "aDam": "0-250", "tDam": "0-250", "eDam": "0-250", "atkSpd": "SLOW", "lvl": 97, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 40, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 100, "ls": 0, "ms": 4, "xpb": 0, "lb": 0, "ref": 0, "str": 50, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -65, "wDefPct": -65, "aDefPct": -65, "tDefPct": -65, "eDefPct": -65, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Discoverer", "tier": "Mythic", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 154, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Freedom", "tier": "Mythic", "type": "bow", "set": null, "material": "126:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "1-1", "fDam": "115-161", "wDam": "100-176", "aDam": "85-191", "tDam": "60-216", "eDam": "130-146", "atkSpd": "NORMAL", "lvl": 93, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 35, "agiReq": 35, "defReq": 35, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 50, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 150, "mdRaw": 150, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crusade Sabatons", "tier": "Mythic", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 35, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 5050, "fDef": 200, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 125, "lvl": 90, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 31, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 0, "int": 0, "agi": 0, "def": 30, "spd": -15, "atkTier": 0, "hpBonus": 2500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fantasia", "tier": "Mythic", "type": "relik", "set": null, "material": "273:26", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "260-460", "wDam": "285-435", "aDam": "310-410", "tDam": "345-375", "eDam": "235-485", "atkSpd": "VERY_SLOW", "lvl": 96, "classReq": null, "strReq": 50, "dexReq": 50, "intReq": 50, "agiReq": 50, "defReq": 50, "hprPct": 0, "mr": -5, "sdPct": 30, "mdPct": 0, "ls": 0, "ms": -5, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 50, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -30, "spRaw1": 0, "spPct2": -30, "spRaw2": 0, "spPct3": -30, "spRaw3": 0, "spPct4": -30, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fatal", "tier": "Mythic", "type": "wand", "set": null, "material": "44:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-482", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 110, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 25, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 40, "spRaw1": 0, "spPct2": -70, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grimtrap", "tier": "Mythic", "type": "dagger", "set": null, "material": "161:1", "quest": null, "poison": 2000, "thorns": 70, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "245-315", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "425-555", "atkSpd": "SLOW", "lvl": 96, "classReq": null, "strReq": 100, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 650, "ms": -2, "xpb": 0, "lb": 0, "ref": 0, "str": 15, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 1, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -2, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gaia", "tier": "Mythic", "type": "wand", "set": null, "material": "18:2", "quest": null, "poison": 2500, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "200-320", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "480-650", "atkSpd": "VERY_SLOW", "lvl": 97, "classReq": null, "strReq": 105, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 25, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -500, "mdRaw": 500, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -3, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Guardian", "tier": "Mythic", "type": "spear", "set": null, "material": "159:2", "quest": null, "majorIds": ["GUARDIAN"], "poison": 0, "thorns": 25, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-125", "fDam": "200-255", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 110, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 20, "spd": 0, "atkTier": 0, "hpBonus": 6000, "spRegen": 0, "eSteal": 0, "hprRaw": 715, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Galleon", "tier": "Mythic", "type": "boots", "set": null, "material": null, "quest": null, "poison": 2308, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 4500, "fDef": 0, "wDef": 250, "aDef": 0, "tDef": -275, "eDef": 200, "lvl": 92, "classReq": null, "strReq": 65, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 25, "ls": 0, "ms": 4, "xpb": 0, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hadal", "tier": "Mythic", "type": "relik", "set": null, "material": "273:23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "2210-2650", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 150, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 6, "sdPct": 75, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 80, "spRaw3": 1, "spPct4": 80, "spRaw4": 1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grandmother", "tier": "Mythic", "type": "bow", "set": null, "material": "164:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "245-375", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "600-800", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 110, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -30, "mr": 0, "sdPct": 21, "mdPct": 21, "ls": 0, "ms": 0, "xpb": 15, "lb": 25, "ref": 0, "str": 15, "dex": 0, "int": 0, "agi": 70, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -500, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Idol", "tier": "Mythic", "type": "spear", "set": null, "material": "5:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "330-430", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 120, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 26, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 0, "sdRaw": 427, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": -10, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ignis", "tier": "Mythic", "type": "bow", "set": null, "material": "159:8", "quest": null, "majorIds": ["ALTRUISM"], "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "200-280", "fDam": "220-320", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 105, "hprPct": 100, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 20, "spd": 0, "atkTier": 0, "hpBonus": 4000, "spRegen": 0, "eSteal": 0, "hprRaw": 500, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 100, "wDefPct": 0, "aDefPct": 50, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": -50, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Inferno", "tier": "Mythic", "type": "dagger", "set": null, "material": "159:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "300-360", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 105, "hprPct": -35, "mr": -1, "sdPct": 0, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 20, "spd": 10, "atkTier": 0, "hpBonus": 2000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 200, "fDamPct": 25, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -40, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hero", "tier": "Mythic", "type": "spear", "set": null, "material": "35:2", "quest": null, "majorIds": ["HERO"], "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "80-100", "fDam": "0-0", "wDam": "0-0", "aDam": "160-190", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 110, "defReq": 0, "hprPct": 40, "mr": 0, "sdPct": 0, "mdPct": 40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 20, "int": 0, "agi": 40, "def": 0, "spd": 40, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Moontower", "tier": "Mythic", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3850, "fDef": 75, "wDef": 125, "aDef": 125, "tDef": 75, "eDef": 75, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 80, "agiReq": 90, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -20, "dex": -20, "int": 50, "agi": 60, "def": -20, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 40, "aDefPct": 40, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lament", "tier": "Mythic", "type": "wand", "set": null, "material": "5:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-115", "fDam": "0-0", "wDam": "245-255", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 110, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -500, "ms": 8, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 20, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 80, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -50, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure", "tier": "Mythic", "type": "wand", "set": null, "material": "126:3", "quest": null, "majorIds": ["ENTROPY"], "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-5", "fDam": "0-0", "wDam": "20-45", "aDam": "15-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 425, "mdPct": -100, "ls": 0, "ms": 4, "xpb": 30, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nirvana", "tier": "Mythic", "type": "dagger", "set": null, "material": "162:1", "quest": null, "majorIds": ["ARCANES"], "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "430-520", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 110, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 25, "mdPct": -80, "ls": 0, "ms": -4, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 40, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -2000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Monster", "tier": "Mythic", "type": "wand", "set": null, "material": "159:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "160-205", "fDam": "200-275", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 110, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 40, "ls": 500, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 40, "spd": 0, "atkTier": 0, "hpBonus": 3000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nullification", "tier": "Mythic", "type": "dagger", "set": null, "material": "16", "quest": null, "poison": -7000, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "50-118", "wDam": "65-103", "aDam": "35-133", "tDam": "20-148", "eDam": "80-88", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 600, "ms": 3, "xpb": 0, "lb": 0, "ref": 80, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 50, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 143, "wDefPct": 143, "aDefPct": 143, "tDefPct": 143, "eDefPct": 143, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Singularity", "tier": "Mythic", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 15, "drop": "NORMAL", "nDam": "0-0", "fDam": "150-400", "wDam": "200-350", "aDam": "100-450", "tDam": "50-500", "eDam": "250-300", "atkSpd": "SUPER_SLOW", "lvl": 99, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 50, "int": 0, "agi": 0, "def": 0, "spd": -40, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 250, "sdRaw": 300, "mdRaw": 600, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slayer", "tier": "Mythic", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3775, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 20, "int": 0, "agi": 0, "def": 0, "spd": 27, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": -270, "sdRaw": 0, "mdRaw": 500, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -55, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Resurgence", "tier": "Mythic", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 4550, "fDef": 125, "wDef": 175, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 0, "defReq": 90, "hprPct": 0, "mr": 6, "sdPct": -40, "mdPct": -50, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 25, "agi": 0, "def": 0, "spd": -14, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 500, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Olympic", "tier": "Mythic", "type": "relik", "set": null, "material": "273:20", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "465-495", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 105, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 25, "def": 0, "spd": 35, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": -2, "spPct2": 0, "spRaw2": -2, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 6, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Revenant", "tier": "Mythic", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 7000, "fDef": 0, "wDef": 0, "aDef": 70, "tDef": 0, "eDef": 70, "lvl": 99, "classReq": null, "strReq": 70, "dexReq": 0, "intReq": 0, "agiReq": 70, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -70, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 120, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 40, "atkTier": 0, "hpBonus": -2500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 700, "fDamPct": 0, "wDamPct": 0, "aDamPct": 40, "tDamPct": 0, "eDamPct": 40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": -40, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunstar", "tier": "Mythic", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "250-400", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "500-700", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 115, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 625, "ms": 0, "xpb": 0, "lb": 0, "ref": 90, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 769, "fDamPct": 0, "wDamPct": -30, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spring", "tier": "Mythic", "type": "bow", "set": null, "material": "17:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "260-430", "fDam": "0-0", "wDam": "180-270", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 120, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 3, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -40, "int": 20, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": -50, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thrundacrack", "tier": "Mythic", "type": "spear", "set": null, "material": "44:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "100-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "50-255", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 105, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -60, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 45, "int": 0, "agi": 0, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 60, "aDamPct": 0, "tDamPct": 25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stardew", "tier": "Mythic", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4075, "fDef": -100, "wDef": 150, "aDef": -100, "tDef": 150, "eDef": -100, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 75, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 429, "mdRaw": 0, "fDamPct": 0, "wDamPct": 35, "aDamPct": 0, "tDamPct": 35, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Toxoplasmosis", "tier": "Mythic", "type": "relik", "set": null, "material": "273:11", "quest": null, "poison": 10000, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "3-3", "atkSpd": "VERY_FAST", "lvl": 96, "classReq": null, "strReq": 110, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 500, "ms": 4, "xpb": 0, "lb": 20, "ref": 0, "str": 40, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Warchief", "tier": "Mythic", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 35, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 5225, "fDef": -100, "wDef": -100, "aDef": -100, "tDef": -150, "eDef": -150, "lvl": 98, "classReq": null, "strReq": 80, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 425, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 50, "eDamPct": 40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Weathered", "tier": "Mythic", "type": "dagger", "set": null, "material": "179:1", "quest": null, "majorIds": ["ROVINGASSASSIN"], "poison": 0, "thorns": 0, "exploding": -50, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-100", "fDam": "0-0", "wDam": "0-0", "aDam": "200-300", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 110, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 20, "def": 0, "spd": 25, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Maelstrom", "tier": "Legendary", "type": "bow", "set": null, "material": "126:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "50-90", "aDam": "40-100", "tDam": "60-110", "eDam": "0-0", "atkSpd": "FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 8, "agi": 8, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": -550, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mach", "tier": "Unique", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "18-46", "fDam": "0-0", "wDam": "0-0", "aDam": "12-32", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 15, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Warp", "tier": "Mythic", "type": "wand", "set": null, "material": "35:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 50, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "55-90", "fDam": "0-0", "wDam": "0-0", "aDam": "200-240", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 130, "defReq": 0, "hprPct": -200, "mr": -9, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 90, "str": 0, "dex": 0, "int": 0, "agi": 20, "def": 0, "spd": 180, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -400, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 1, "spPct2": 0, "spRaw2": -100, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magellan's Sail", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1900, "fDef": 0, "wDef": 70, "aDef": 60, "tDef": 0, "eDef": -80, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -90, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 14, "aDamPct": 9, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Macht", "tier": "Unique", "set": null, "material": "192", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magic Bounce", "tier": "Unique", "type": "relik", "set": null, "material": "273:8", "quest": null, "poison": 0, "thorns": 35, "exploding": 35, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "34-40", "fDam": "34-40", "wDam": "34-40", "aDam": "34-40", "tDam": "34-40", "eDam": "34-40", "atkSpd": "FAST", "lvl": 78, "classReq": null, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 35, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": -1, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magmatic Plate", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 19, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1400, "fDef": 0, "wDef": -130, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 22, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 28, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 28, "fDefPct": 0, "wDefPct": -34, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magma Chalice", "tier": "Unique", "type": "wand", "set": null, "material": "159:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "75-100", "fDam": "150-170", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 96, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 31, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 2335, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 20, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magicant", "tier": "Rare", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "5-15", "wDam": "5-15", "aDam": "5-15", "tDam": "5-15", "eDam": "5-15", "atkSpd": "NORMAL", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magmarizer", "tier": "Unique", "type": "dagger", "set": null, "material": "159:11", "quest": null, "poison": 0, "thorns": 25, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-140", "fDam": "70-90", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-90", "atkSpd": "NORMAL", "lvl": 93, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 3200, "spRegen": 0, "eSteal": 0, "hprRaw": 120, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magnus", "tier": "Unique", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 33, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "457-686", "fDam": "571-771", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": -20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magmawalkers", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 775, "fDef": 15, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 56, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magma Rod", "tier": "Unique", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "74-112", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -35, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": -30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magnitude", "tier": "Unique", "type": "spear", "set": null, "material": "53:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "340-400", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "250-350", "atkSpd": "VERY_SLOW", "lvl": 98, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 0, "aDamPct": -20, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mail of the Sweltering", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 3, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 40, "wDef": -120, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 75, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Maji", "tier": "Unique", "type": "relik", "set": null, "material": "273:23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "80-120", "fDam": "0-0", "wDam": "120-160", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 200, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": -8, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 15, "eDefPct": -30, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Major", "tier": "Rare", "set": null, "material": "87:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 9, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Malachite", "tier": "Unique", "set": null, "material": "95:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -30, "aDef": 0, "tDef": 20, "eDef": 20, "lvl": 75, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 35, "mdRaw": 33, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Malfunction", "tier": "Unique", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-50", "aDam": "0-0", "tDam": "0-50", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 14, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Maltic's Aid", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 75, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mama Zomble's Memory", "tier": "Normal", "type": "helmet", "set": null, "material": "397:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Manablast", "tier": "Rare", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "250-300", "aDam": "0-0", "tDam": "250-300", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 20, "mdPct": -20, "ls": 0, "ms": -3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 308, "mdRaw": -325, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Maltic's Old Spear", "tier": "Legendary", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "15-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 7, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mangrove", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 630, "fDef": -65, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 52, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Manaflux", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "fDef": 0, "wDef": 80, "aDef": 0, "tDef": 0, "eDef": -80, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -13, "ls": -75, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Maple", "tier": "Unique", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 11, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "43-57", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "22-34", "atkSpd": "NORMAL", "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": -5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marble Forest", "tier": "Unique", "type": "relik", "set": null, "material": "273:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "160-164", "tDam": "0-0", "eDam": "160-164", "atkSpd": "NORMAL", "lvl": 87, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 15, "dex": -15, "int": 0, "agi": 15, "def": -15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -25, "wDamPct": 0, "aDamPct": 25, "tDamPct": -25, "eDamPct": 25, "fDefPct": -20, "wDefPct": 0, "aDefPct": 20, "tDefPct": -20, "eDefPct": 20, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marble", "tier": "Rare", "set": null, "material": "48", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 90, "fDef": 4, "wDef": 4, "aDef": 4, "tDef": 4, "eDef": 4, "lvl": 48, "classReq": null, "strReq": 4, "dexReq": 4, "intReq": 4, "agiReq": 4, "defReq": 4, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 12, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marsh Runner", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 920, "fDef": 0, "wDef": 75, "aDef": 0, "tDef": -60, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": -4, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marius' Lament", "tier": "Rare", "set": null, "material": "27", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -125, "fDef": -25, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": -25, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 29, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marrow", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 24, "mr": 0, "sdPct": 0, "mdPct": -4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marsh Waders", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 788, "thorns": 22, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2300, "fDef": 0, "wDef": 100, "aDef": -100, "tDef": -60, "eDef": 60, "lvl": 86, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Masochist", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": 0, "wDef": 0, "aDef": -40, "tDef": 0, "eDef": 30, "lvl": 59, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 40, "mr": 0, "sdPct": -45, "mdPct": 35, "ls": -230, "ms": -1, "xpb": 15, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Master", "tier": "Legendary", "set": null, "material": "160:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -10, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marvel", "tier": "Legendary", "set": null, "material": "88", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -100, "fDef": 0, "wDef": 15, "aDef": 15, "tDef": 0, "eDef": -25, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 11, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 14, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mazurka", "tier": "Unique", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "1-215", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -750, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 101, "mdRaw": 56, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Medeis", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2950, "fDef": 75, "wDef": 75, "aDef": -100, "tDef": 75, "eDef": -100, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 10, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": -75, "tDamPct": 15, "eDamPct": -75, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Matryoshka Shell", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 20, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 55, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stratiformis", "tier": "Mythic", "type": "bow", "set": null, "material": "35:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "120-230", "fDam": "0-0", "wDam": "0-0", "aDam": "220-390", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 120, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 20, "def": 0, "spd": 76, "atkTier": 0, "hpBonus": -3000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meanderthal", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 335, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 29, "classReq": null, "strReq": 12, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meep", "tier": "Unique", "set": null, "material": "89:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -135, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Medico", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 70, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 14, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 22, "spRegen": 0, "eSteal": 0, "hprRaw": 6, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meditation Robe", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 235, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": -25, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 1, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meikyo Shisui", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1500, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Melange", "tier": "Unique", "type": "relik", "set": null, "material": "273:25", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "11-11", "fDam": "10-12", "wDam": "9-13", "aDam": "7-15", "tDam": "6-16", "eDam": "8-14", "atkSpd": "NORMAL", "lvl": 31, "classReq": null, "strReq": 7, "dexReq": 7, "intReq": 7, "agiReq": 7, "defReq": 7, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 7, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "fDefPct": 7, "wDefPct": 7, "aDefPct": 7, "tDefPct": 7, "eDefPct": 7, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Melon Cutter", "tier": "Unique", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-160", "atkSpd": "NORMAL", "lvl": 58, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -350, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Melted Ruby", "tier": "Unique", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-18", "fDam": "10-14", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 1, "sdPct": 9, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 25, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Melody", "tier": "Unique", "set": null, "material": "95:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 6, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 24, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 2, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 14, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Memento", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "fDef": 0, "wDef": 150, "aDef": 0, "tDef": -150, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 80, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 15, "mdPct": 0, "ls": -600, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 150, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mender", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 940, "fDef": 60, "wDef": 60, "aDef": 0, "tDef": -80, "eDef": 0, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 20, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -20, "eDamPct": 0, "fDefPct": 10, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meltsteel Greaves", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 11, "exploding": 8, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2050, "fDef": 90, "wDef": -50, "aDef": -50, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meltok", "tier": "Rare", "type": "wand", "set": null, "material": "1:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "3-7", "fDam": "3-5", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mercenary Hood", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 120, "fDef": 4, "wDef": 0, "aDef": 0, "tDef": 6, "eDef": -8, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mercy", "tier": "Unique", "set": null, "material": "95:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 8, "wDef": 8, "aDef": 8, "tDef": 8, "eDef": 8, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": -2, "mdPct": -2, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mercury Bomb", "tier": "Legendary", "type": "relik", "set": null, "material": "273:16", "quest": null, "poison": 1530, "thorns": 20, "exploding": 39, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "42-48", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": -100, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 30, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 12, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mesarock Arch", "tier": "Legendary", "type": "bow", "set": null, "material": "163:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "25-75", "atkSpd": "SLOW", "lvl": 36, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 12, "aDamPct": 12, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meteoric Aegis", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2150, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 85, "classReq": null, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meridian", "tier": "Rare", "type": "bow", "set": null, "material": "22:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "28-32", "fDam": "0-0", "wDam": "14-24", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mesosphere", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 14, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2400, "fDef": 0, "wDef": -70, "aDef": 70, "tDef": 90, "eDef": -90, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 240, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 13, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meteoric Arch", "tier": "Rare", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "150-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 35, "sdRaw": 60, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mighty Pants", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1000, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 61, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Midnight Bell", "tier": "Rare", "type": "wand", "set": null, "material": "49:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-11", "fDam": "0-0", "wDam": "0-0", "aDam": "6-8", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Millennium", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 60, "sdRaw": 120, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mind Cracker", "tier": "Unique", "set": null, "material": "95:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 3, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 1, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Minor", "tier": "Rare", "set": null, "material": "87:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 7, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mind Rot", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 420, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1700, "fDef": -15, "wDef": -15, "aDef": -15, "tDef": -15, "eDef": -15, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -12, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 115, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -6, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mirror", "tier": "Rare", "set": null, "material": "95:3", "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 175, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 14, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Minus", "tier": "Rare", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "75-99", "eDam": "84-90", "atkSpd": "SLOW", "lvl": 42, "classReq": null, "strReq": 18, "dexReq": 18, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": -185, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mirror's Edge", "tier": "Fabled", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 625, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 20, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": -60, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 100, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mirror Shard", "tier": "Unique", "type": "relik", "set": null, "material": "273:22", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "44-55", "aDam": "0-0", "tDam": "61-85", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 22, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 12, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -71, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Misericorde", "tier": "Rare", "type": "dagger", "set": null, "material": "359:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "4-25", "fDam": "14-15", "wDam": "14-15", "aDam": "14-15", "tDam": "14-15", "eDam": "14-15", "atkSpd": "NORMAL", "lvl": 42, "classReq": null, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "hprPct": 0, "mr": -2, "sdPct": -12, "mdPct": 10, "ls": 55, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -28, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Misfit", "tier": "Rare", "type": "relik", "set": null, "material": "273:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "115-117", "eDam": "115-117", "atkSpd": "SUPER_FAST", "lvl": 96, "classReq": null, "strReq": 60, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": -3, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -2, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Misconduct", "tier": "Unique", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "64-139", "aDam": "0-0", "tDam": "32-171", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": -30, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -1100, "spRegen": 0, "eSteal": 0, "hprRaw": -140, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meteorite", "tier": "Unique", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "10-30", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "15-25", "atkSpd": "FAST", "lvl": 40, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mist Blade", "tier": "Rare", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "13-24", "fDam": "0-0", "wDam": "0-0", "aDam": "7-14", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mist", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1000, "fDef": -100, "wDef": 50, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Missing", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 195, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -23, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -20, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -10, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mistpuff", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "fDef": 0, "wDef": 20, "aDef": 30, "tDef": -60, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 4, "agi": 5, "def": -3, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mithril Leggings", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 350, "fDef": -5, "wDef": -5, "aDef": -5, "tDef": -5, "eDef": 0, "lvl": 39, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mistral", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1800, "fDef": -80, "wDef": 0, "aDef": 80, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 16, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 9, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mistweaver", "tier": "Unique", "type": "relik", "set": null, "material": "273:22", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "69-75", "fDam": "0-0", "wDam": "69-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 30, "aDefPct": 30, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Moisture", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": 0, "wDef": 15, "aDef": 20, "tDef": -50, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hornet", "displayName": "Missile", "tier": "Unique", "type": "bow", "set": null, "material": "159:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 50, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "53-69", "fDam": "0-0", "wDam": "0-0", "aDam": "107-107", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": -260, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 100, "fDamPct": 40, "wDamPct": 0, "aDamPct": 0, "tDamPct": -20, "eDamPct": 19, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Molotov", "tier": "Legendary", "type": "bow", "set": null, "material": "159:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-40", "fDam": "35-55", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mitten", "tier": "Unique", "type": "dagger", "set": null, "material": "18:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-12", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 5, "spRegen": 0, "eSteal": 0, "hprRaw": 1, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mixolydian", "tier": "Unique", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "15-21", "fDam": "0-0", "wDam": "0-0", "aDam": "12-17", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Momentum", "tier": "Legendary", "set": null, "material": "188", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 350, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Monk's Cowl", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 52, "fDef": 0, "wDef": 2, "aDef": 0, "tDef": 2, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Monk's Battle Staff", "tier": "Rare", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "110-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "45-75", "atkSpd": "VERY_SLOW", "lvl": 50, "classReq": null, "strReq": 29, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -45, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Molten Flow", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2425, "fDef": 120, "wDef": -130, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 110, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Moonbeam", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2125, "fDef": 0, "wDef": 80, "aDef": 0, "tDef": -120, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 16, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morrowind", "tier": "Legendary", "type": "wand", "set": null, "material": "35:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "35-90", "fDam": "0-0", "wDam": "0-0", "aDam": "60-180", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 46, "str": 0, "dex": 0, "int": 0, "agi": 14, "def": 0, "spd": 23, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 165, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 23, "tDamPct": 0, "eDamPct": -15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 23, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mortar", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 2, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 140, "fDef": 0, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 10, "lvl": 28, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -10, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Moonsetter", "tier": "Unique", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-75", "fDam": "45-60", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": -5, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Montefiore", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1340, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morning Star", "tier": "Rare", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-140", "fDam": "80-140", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -5, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Moulded Helm", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1050, "fDef": 0, "wDef": 0, "aDef": -80, "tDef": 0, "eDef": 100, "lvl": 67, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 40, "fDefPct": 0, "wDefPct": 0, "aDefPct": -20, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Moss", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2300, "fDef": 0, "wDef": 65, "aDef": 0, "tDef": 0, "eDef": 65, "lvl": 81, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": -5, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 25, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mountain Spirit", "tier": "Rare", "type": "dagger", "set": null, "material": "179:1", "quest": "The Lost", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "105-140", "fDam": "0-0", "wDam": "0-0", "aDam": "40-80", "tDam": "40-80", "eDam": "0-0", "atkSpd": "FAST", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 145, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mosaic", "tier": "Unique", "type": "dagger", "set": null, "material": "171:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "45-65", "wDam": "45-65", "aDam": "45-65", "tDam": "45-65", "eDam": "45-65", "atkSpd": "SLOW", "lvl": 76, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": -9, "mdPct": -9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mouth of Fate", "tier": "Unique", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "114-124", "tDam": "94-144", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 38, "intReq": 0, "agiReq": 38, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 9, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 170, "mdRaw": 140, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Msitu", "tier": "Unique", "type": "relik", "set": null, "material": "273:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "60-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-140", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": -8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -30, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 15, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Martyr", "tier": "Legendary", "set": null, "material": "89:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 15, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 30, "hprPct": -12, "mr": 0, "sdPct": 8, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -36, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mountaintop", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "fDef": 0, "wDef": -70, "aDef": 70, "tDef": -150, "eDef": 150, "lvl": 92, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 225, "fDamPct": -12, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mud Leggings", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 46, "fDef": 0, "wDef": 5, "aDef": -7, "tDef": 0, "eDef": 5, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 4, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mudskipper", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": 0, "wDef": 60, "aDef": 60, "tDef": -100, "eDef": 60, "lvl": 70, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 25, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Muddy Soles", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 410, "fDef": 0, "wDef": 10, "aDef": -20, "tDef": 0, "eDef": 15, "lvl": 45, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 8, "aDefPct": 0, "tDefPct": 10, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Muscle Shirt", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 140, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mullberry", "tier": "Unique", "type": "bow", "set": null, "material": "136", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-22", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "4-10", "atkSpd": "NORMAL", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 15, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Muskeg", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 780, "fDef": 0, "wDef": 45, "aDef": -55, "tDef": 0, "eDef": 45, "lvl": 53, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -4, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Murk", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 970, "fDef": 0, "wDef": 55, "aDef": 0, "tDef": -65, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 85, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 8, "eDamPct": -6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -8, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mustard Helmet", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 3, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 90, "fDef": -10, "wDef": 5, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 22, "classReq": null, "strReq": 3, "dexReq": 0, "intReq": 3, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mycelium Plating", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 620, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3025, "fDef": 0, "wDef": 0, "aDef": -110, "tDef": 0, "eDef": 130, "lvl": 96, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -100, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mvuke", "tier": "Unique", "type": "relik", "set": null, "material": "273:17", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "50-90", "fDam": "90-130", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": -8, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 0, "tDefPct": -30, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mystic Sandals", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 85, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": -10, "eDef": 0, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Myelin", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2250, "fDef": 0, "wDef": 120, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -25, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -575, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 120, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mythical Trousers", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 20, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 37, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 27, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -7, "aDamPct": -7, "tDamPct": -7, "eDamPct": -7, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mystical Lance", "tier": "Rare", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-143", "fDam": "0-0", "wDam": "0-0", "aDam": "44-44", "tDam": "44-44", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 18, "int": 0, "agi": 18, "def": -22, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -96, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -41, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Abysso Galoshes", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": "Beneath the Depths", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Quest Item", "hp": 1400, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 80, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -35, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Dagger", "displayName": "Air Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "39-66", "fDam": "0-0", "wDam": "0-0", "aDam": "39-66", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 85, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Abyssal Amulet", "tier": "Legendary", "set": null, "material": "160:7", "quest": "Eye of the Storm", "poison": 450, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 30, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 75, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aerolia Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": "Suspended Flowers", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 55, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Altum Spatium", "tier": "Legendary", "set": null, "material": "414:0", "quest": "???\u058e", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 251, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 19, "lb": 0, "ref": 19, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Amulet of Rejuvenation", "tier": "Rare", "set": null, "material": "160:0", "quest": "Aldorei^s Secret Part II", "poison": -20000, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 1000, "mr": 0, "sdPct": -500, "mdPct": -500, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -300, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 65, "sdRaw": -10000, "mdRaw": -10000, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ancient Runic Relik", "tier": "Legendary", "type": "relik", "set": null, "material": "273:26", "quest": "Reincarnation", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "300-330", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Relik", "tier": "Rare", "type": "relik", "set": null, "material": "273:19", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "25-65", "fDam": "0-0", "wDam": "0-0", "aDam": "25-65", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Avalanche", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": "Fate of the Fallen", "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 225, "fDef": -20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 10, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": -12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bear Mask", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 55, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 4, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bob's Battle Chestplate", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": "Bob's Lost Soul", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 8, "lb": 8, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blood Moon", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1300, "fDef": 0, "wDef": -75, "aDef": 0, "tDef": 0, "eDef": 75, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -50, "mdPct": 50, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -150, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bob's Mythic Bow", "tier": "Legendary", "type": "bow", "set": null, "material": "126:2", "quest": "Reincarnation", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "405-475", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bob's Mythic Daggers", "tier": "Legendary", "type": "dagger", "set": null, "material": "171:15", "quest": "Reincarnation", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "175-245", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bob's Mythic Wand", "tier": "Legendary", "type": "wand", "set": null, "material": "126:5", "quest": "Reincarnation", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "125-195", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anya's Penumbra", "tier": "Fabled", "set": null, "material": "66", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -14, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 1, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mech Core", "tier": "Rare", "set": null, "material": null, "quest": "Desperate Metal", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 50, "wDef": -25, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 10, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -5, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 630, "spRegen": 0, "eSteal": 0, "hprRaw": 75, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bovine Cuff", "tier": "Rare", "set": null, "material": "183:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calamaro's Bow", "tier": "Rare", "type": "bow", "set": null, "material": "17:1", "quest": "Underice", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "17-27", "fDam": "0-0", "wDam": "20-31", "aDam": "11-16", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breathing Helmet I", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Quest Item", "hp": 20, "fDef": 0, "wDef": 5, "aDef": 0, "tDef": -3, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calamaro's Relik", "tier": "Rare", "type": "relik", "set": null, "material": "273:22", "quest": "Underice", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "21-23", "fDam": "0-0", "wDam": "25-26", "aDam": "13-14", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Veil", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 105, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 570, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": -30, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 49, "ms": 1, "xpb": -8, "lb": -8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breathing Helmet II", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 300, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": -40, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calamaro's Sword", "tier": "Rare", "type": "dagger", "set": null, "material": "162:0", "quest": "Underice", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "15-25", "fDam": "0-0", "wDam": "18-28", "aDam": "9-14", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Changeling's Chestplate", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": "General's Orders", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 1900, "fDef": 55, "wDef": 55, "aDef": 55, "tDef": 55, "eDef": 55, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": -1, "dex": -1, "int": -1, "agi": -1, "def": -1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calamaro's Spear", "tier": "Rare", "type": "spear", "set": null, "material": "5:1", "quest": "Underice", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "14-22", "fDam": "0-0", "wDam": "17-25", "aDam": "7-12", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calamaro's Staff", "tier": "Rare", "type": "wand", "set": null, "material": "5:4", "quest": "Underice", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "12-18", "fDam": "0-0", "wDam": "16-22", "aDam": "6-10", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Climbing Helmet", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Quest Item", "hp": 350, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 30, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 56, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clearsight Spectacles", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": "Taproot", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Quest Item", "hp": 1500, "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 15, "ref": 50, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Confusing Cap", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 99, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Contest Wynner Cap", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 5, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dark Diadem", "tier": "Rare", "set": null, "material": "160:6", "quest": "The Dark Descent", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloak of Luminosity", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": "The Realm of Light", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1800, "fDef": 0, "wDef": 75, "aDef": 0, "tDef": 75, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Digested Corpse", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 480, "thorns": 20, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1400, "fDef": 0, "wDef": -60, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -140, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -9, "sdRaw": 0, "mdRaw": 125, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragon's Eye Bracelet", "tier": "Fabled", "set": null, "material": "185", "quest": "The Order of the Grook", "poison": 0, "thorns": 0, "exploding": 5, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 25, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 11, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Dagger", "displayName": "Earth Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "never", "nDam": "85-110", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "85-110", "atkSpd": "NORMAL", "lvl": 65, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dull Ancient Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Draoi Fair", "tier": "Fabled", "set": null, "material": "103", "quest": "The Order of the Grook", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 60, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Emerald Knife", "tier": "Rare", "type": "dagger", "set": null, "material": "16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "42-68", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 23, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 7, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Relik", "tier": "Rare", "type": "relik", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "55-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "55-100", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Essren's Coat", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 20, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Factory Helmet", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": "An Iron Heart Part I", "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Quest Item", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 15, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Dagger", "displayName": "Fire Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "55-70", "fDam": "55-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 920, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Empowered Ancient Helmet", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Quest Item", "hp": 1400, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": -50, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Relik", "tier": "Rare", "type": "relik", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "40-70", "fDam": "40-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 335, "spRegen": 0, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Generator Amulet", "tier": "Rare", "set": null, "material": "160:11", "quest": "Heart of Llevigar", "poison": 0, "thorns": 0, "exploding": 5, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 10, "wDef": 10, "aDef": -10, "tDef": 10, "eDef": -20, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 20, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Wire", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": "From The Mountains", "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 1600, "fDef": 120, "wDef": -90, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 35, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gerten Ritual Mask", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": "The Hunger of Gerts Part 2", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 1800, "fDef": 0, "wDef": 0, "aDef": -60, "tDef": 0, "eDef": 100, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gernald's Amulet", "tier": "Rare", "set": null, "material": "160:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 70, "fDef": 7, "wDef": 7, "aDef": 7, "tDef": 7, "eDef": 7, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": -4, "lb": 11, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Giant's Ring", "tier": "Unique", "set": null, "material": "95:6", "quest": "The Bigger Picture", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 250, "fDef": 0, "wDef": 0, "aDef": -10, "tDef": 0, "eDef": 30, "lvl": 76, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": -3, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -8, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gnome's Ring", "tier": "Unique", "set": null, "material": "89:0", "quest": "The Bigger Picture", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -250, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": -10, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": -8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gnomish Topper", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glaciate", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": "Frost Bite", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 420, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": 0, "eDef": -30, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 10, "ref": 20, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Guard's Uniform", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hallowynn Mask", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 115, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 5, "eDef": 0, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Greaves of Honor", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": "An Iron Heart Part II", "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1050, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helmet of Legends", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Quest Item", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helmet of Shimmering Light", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Quest Item", "hp": 1850, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hide of Gregg'r", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": "Green Skinned Trouble", "poison": 0, "thorns": 0, "exploding": 8, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 600, "fDef": 40, "wDef": -50, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lazarus' Brace", "tier": "Rare", "set": null, "material": "28:0", "quest": "Lazarus Pit", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -250, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Olux's Prized Bow", "tier": "Legendary", "type": "bow", "set": null, "material": "126:1", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "60-100", "fDam": "0-0", "wDam": "60-80", "aDam": "0-0", "tDam": "0-0", "eDam": "80-120", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mask of the Dark Curse", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 70, "fDef": 0, "wDef": -5, "aDef": 0, "tDef": 10, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 6, "mdPct": 0, "ls": 7, "ms": 1, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mummy's Rag", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": "Wrath of the Mummy", "poison": 0, "thorns": 5, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 400, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 20, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 1, "hpBonus": 0, "spRegen": -3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Howler Hide", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 430, "fDef": -20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 25, "lvl": 41, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 16, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Olux's Prized Relik", "tier": "Legendary", "type": "relik", "set": null, "material": "273:25", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "60-64", "fDam": "0-0", "wDam": "40-48", "aDam": "0-0", "tDam": "0-0", "eDam": "70-72", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Olux's Prized Spear", "tier": "Legendary", "type": "spear", "set": null, "material": "24:1", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "40-70", "fDam": "0-0", "wDam": "25-40", "aDam": "0-0", "tDam": "0-0", "eDam": "65-90", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Olux's Prized Dagger", "tier": "Legendary", "type": "dagger", "set": null, "material": "171:12", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "25-45", "fDam": "0-0", "wDam": "25-40", "aDam": "0-0", "tDam": "0-0", "eDam": "55-60", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ominous Wind", "tier": "Rare", "set": null, "material": "160:13", "quest": "One Thousand Meters Under", "poison": 0, "thorns": 10, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -400, "fDef": 0, "wDef": 0, "aDef": 55, "tDef": 0, "eDef": 55, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": -4, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Orc Mask", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Quest Item", "hp": 900, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Upgraded Orc Mask", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": "A Fighting Species", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 1100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Olux's Prized Wand", "tier": "Legendary", "type": "wand", "set": null, "material": "126:4", "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "15-40", "fDam": "0-0", "wDam": "15-30", "aDam": "0-0", "tDam": "0-0", "eDam": "30-50", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ornate Shadow Cloud", "tier": "Fabled", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 100, "eDef": 100, "lvl": 103, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 200, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ornate Shadow Cowl", "tier": "Fabled", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 100, "eDef": 100, "lvl": 103, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 200, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bob's Mythic Spear", "tier": "Legendary", "type": "spear", "set": null, "material": "24:2", "quest": "Reincarnation", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "260-330", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ornate Shadow Cover", "tier": "Fabled", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 100, "eDef": 100, "lvl": 103, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 200, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Paw", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 16, "def": 0, "spd": 30, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -6, "wDamPct": -6, "aDamPct": 24, "tDamPct": 0, "eDamPct": -18, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Phoenix Prince's Crown", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3900, "fDef": 125, "wDef": -125, "aDef": 125, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 35, "hprPct": 27, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 7, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 205, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ornate Shadow Garb", "tier": "Fabled", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 100, "eDef": 100, "lvl": 103, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 200, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pendant of Prosperity", "tier": "Rare", "set": null, "material": "102:0", "quest": "Fantastic Voyage", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 16, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -100, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quartron's Eye", "tier": "Rare", "set": null, "material": "45:0", "quest": "Rise of the Quartron", "poison": 0, "thorns": 0, "exploding": 10, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -60, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Psychomend Vest", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": "Shattered Minds", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 19, "mr": 0, "sdPct": -15, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 600, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Detective's Ring", "tier": "Rare", "set": null, "material": "95:3", "quest": "Murder Mystery", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Purified Helmet of the Legends", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Quest Item", "hp": 1450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quicksand Crossers", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 235, "fDef": 0, "wDef": -20, "aDef": 10, "tDef": 0, "eDef": 10, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Raging Wind", "tier": "Rare", "set": null, "material": "89:0", "quest": "Beyond the Grave", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": -20, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 9, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Randall's Leg Plating", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 17, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Renda Langit", "tier": "Fabled", "set": null, "material": "160:13", "quest": "The Order of the Grook", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 175, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -8, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": -1, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Relik", "tier": "Rare", "type": "relik", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "20-22", "fDam": "20-22", "wDam": "20-22", "aDam": "20-22", "tDam": "20-22", "eDam": "20-22", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ring of Generosity", "tier": "Rare", "set": null, "material": "56", "quest": "Memory Paranoia", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 350, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Restored Ancient Helmet", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2100, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ring of Rubies", "tier": "Rare", "set": null, "material": "95:8", "quest": "Flight in Distress", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -280, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 8, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pirate Queen's Ring of Rubies", "tier": "Rare", "set": null, "material": "95:8", "quest": "Flight in Distress", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Royal Cyclone Amulet", "tier": "Legendary", "set": null, "material": "160:13", "quest": "WynnExcavation Site D", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Royal Dusty Amulet", "tier": "Legendary", "set": null, "material": "160:5", "quest": "WynnExcavation Site D", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Royal Blazing Amulet", "tier": "Legendary", "set": null, "material": "160:7", "quest": "WynnExcavation Site D", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 650, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bandit's Knuckle", "tier": "Set", "set": null, "material": "87", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -25, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 3, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 6, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Royal Shocking Amulet", "tier": "Legendary", "set": null, "material": "160:11", "quest": "WynnExcavation Site D", "poison": 0, "thorns": 5, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bandit's Bangle", "tier": "Set", "set": null, "material": "186", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -15, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Royal Stormy Amulet", "tier": "Legendary", "set": null, "material": "160:9", "quest": "WynnExcavation Site D", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Builder's Breastplate", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bandit's Locket", "tier": "Set", "set": null, "material": "160:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -10, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bandit's Ring", "tier": "Set", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -20, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Builder's Boots", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "GM's Helmet", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "GM's Boots", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Builder's Trousers", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Builder's Helmet", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sandshooter", "tier": "Rare", "type": "bow", "set": null, "material": "168:2", "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "25-125", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "25-75", "atkSpd": "SLOW", "lvl": 36, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "GM's Breastplate", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "GM's Trousers", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Santa Boots", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": "Meaningful Holiday", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 275, "fDef": 20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 55, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Santa Hat", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": "Craftmas Chaos", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 230, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 25, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sandslasher", "tier": "Rare", "type": "dagger", "set": null, "material": "16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "55-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 36, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -20, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Santa's Coat", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 260, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 40, "spRegen": 0, "eSteal": 0, "hprRaw": 15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seekers Aid", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Santa's Pants", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 250, "fDef": 0, "wDef": 25, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 35, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shameful Greaves", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": "An Iron Heart Part II", "poison": 285, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1050, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 75, "ms": 0, "xpb": 0, "lb": 30, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skeletal Legs", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": "Pit of the Dead", "poison": 41, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 144, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 11, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -3, "spd": 0, "atkTier": 0, "hpBonus": -30, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shadow Spear", "tier": "Rare", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "1-111", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 4, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": -60, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sound Proof Earmuff", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 50, "eDef": -50, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sodeta Boots", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": "Lost Soles", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 14, "mr": 2, "sdPct": 22, "mdPct": 0, "ls": 50, "ms": 0, "xpb": 24, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Queen's Headpiece", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": "Royal Trials", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2700, "fDef": 0, "wDef": 0, "aDef": 100, "tDef": 75, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 19, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 7, "hprRaw": 0, "sdRaw": 0, "mdRaw": 360, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 12, "eDamPct": 0, "fDefPct": -25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Temporal Cage", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -7, "sdRaw": 20, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunblight Boots", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Quest Item", "hp": 1650, "fDef": 0, "wDef": 80, "aDef": -90, "tDef": -90, "eDef": 100, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Juggernaut", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 275, "fDef": 10, "wDef": -10, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -15, "atkTier": 0, "hpBonus": 77, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Treat", "tier": "Set", "set": null, "material": "95:0", "quest": "A Grave Mistake", "poison": 0, "thorns": 0, "exploding": -10, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thoracic", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": "The Sewers of Ragni", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 45, "fDef": 0, "wDef": 0, "aDef": -2, "tDef": 5, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": -2, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Dagger", "displayName": "Thunder Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "22-99", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "22-99", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 70, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Treasure Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": "Underwater", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 24, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Relik", "tier": "Rare", "type": "relik", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "10-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-80", "eDam": "0-0", "atkSpd": "FAST", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 59, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Trick", "tier": "Set", "set": null, "material": "95:1", "quest": "A Grave Mistake", "poison": 0, "thorns": 0, "exploding": 10, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": -10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Troms Kid Badge", "tier": "Rare", "set": null, "material": "160:2", "quest": "Out of my Mind\u058e", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 4, "eSteal": 0, "hprRaw": 19, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Dagger", "displayName": "Water Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "55-65", "fDam": "0-0", "wDam": "55-65", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dodegar's Ultimate Weapon", "tier": "Legendary", "type": "dagger", "set": null, "material": "16:0", "quest": "The Ultimate Weapon", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Untradable", "nDam": "1-3", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vindicator", "tier": "Fabled", "set": null, "material": "27", "quest": "The Mercenary", "majorIds": ["MAGNET"], "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vandalizer", "tier": "Rare", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 0, "drop": "never", "nDam": "0-0", "fDam": "50-100", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 39, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 15, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wynnter Fair 2017 Souvenir", "tier": "Legendary", "set": null, "material": "160:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Relik", "tier": "Rare", "type": "relik", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "50-60", "fDam": "0-0", "wDam": "50-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wynnter Fair 2016 Souvenir", "tier": "Legendary", "set": null, "material": "160:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Naga Viper", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 275, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 940, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": -125, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Necklace of a Thousand Storms", "tier": "Fabled", "set": null, "material": "160:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -300, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 14, "aDamPct": 14, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yellow Content Cap of Fame", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 5, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nature's Gift", "tier": "Legendary", "set": null, "material": "160:4", "quest": null, "poison": 240, "thorns": 8, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -50, "wDef": 20, "aDef": 20, "tDef": 0, "eDef": 20, "lvl": 61, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 8, "eSteal": 0, "hprRaw": 35, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -18, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nacreous", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 600, "fDef": 30, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 51, "classReq": null, "strReq": 11, "dexReq": 11, "intReq": 11, "agiReq": 11, "defReq": 11, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 9, "lb": 9, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Namazu", "tier": "Unique", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "286-400", "fDam": "0-0", "wDam": "366-457", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 81, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": -3, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 390, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 18, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cancer", "displayName": "Necrosis", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 4000, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3200, "fDef": 0, "wDef": 0, "aDef": -150, "tDef": 200, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 105, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -1000, "mdPct": -1000, "ls": 440, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 3, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Naragath's Hoof", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 850, "fDef": 60, "wDef": -100, "aDef": 0, "tDef": 60, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": -6, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -20, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -20, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nemract's Bow", "tier": "Unique", "type": "bow", "set": null, "material": "7:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-29", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Needle Cuff", "tier": "Unique", "set": null, "material": "183", "quest": null, "poison": 0, "thorns": 11, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 14, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Narima Pasukan", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 9, "wDamPct": 9, "aDamPct": 9, "tDamPct": 9, "eDamPct": 9, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nebulous", "tier": "Unique", "set": null, "material": "28", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 99, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 65, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nemract's Rage", "tier": "Legendary", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-30", "fDam": "0-0", "wDam": "30-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 23, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Neolithic", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 160, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 20, "mr": 0, "sdPct": -10, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 80, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Neodymium", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 25, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 6, "eDef": -2, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 4, "sdRaw": 4, "mdRaw": 5, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nemract's Ruin", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 235, "fDef": 0, "wDef": 20, "aDef": -10, "tDef": -10, "eDef": 20, "lvl": 27, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": -6, "wDamPct": 10, "aDamPct": 0, "tDamPct": -6, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nepta Floodbringer", "tier": "Legendary", "type": "wand", "set": null, "material": "5:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "96-112", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 80, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 13, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1750, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": -100, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Neon", "tier": "Unique", "set": null, "material": "28", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nephilim", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2075, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 12, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nesaak's Shadow", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 730, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 65, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nesaak's Will", "tier": "Unique", "type": "spear", "set": null, "material": "5:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "46-68", "fDam": "0-0", "wDam": "21-29", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 46, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nerium Long Spear", "tier": "Unique", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 360, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-80", "fDam": "0-0", "wDam": "0-0", "aDam": "77-97", "tDam": "0-0", "eDam": "77-97", "atkSpd": "VERY_SLOW", "lvl": 59, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nerium Old Spear", "tier": "Unique", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 180, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "60-80", "fDam": "0-0", "wDam": "0-0", "aDam": "24-30", "tDam": "0-0", "eDam": "24-30", "atkSpd": "VERY_SLOW", "lvl": 39, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nether's Scar", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 525, "thorns": 0, "exploding": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4000, "fDef": 140, "wDef": -140, "aDef": -140, "tDef": 140, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 115, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 16, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -75, "sdRaw": 0, "mdRaw": 0, "fDamPct": 14, "wDamPct": 0, "aDamPct": 0, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nether's Reach", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 3000, "fDef": 100, "wDef": -150, "aDef": 0, "tDef": 100, "eDef": -120, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 13, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 240, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 450, "spRegen": 0, "eSteal": 0, "hprRaw": 140, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": -15, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nettle", "tier": "Unique", "set": null, "material": "160:4", "quest": null, "poison": 40, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -4, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 4, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nether's Deep", "tier": "Unique", "type": "dagger", "set": null, "material": "159:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-100", "fDam": "40-60", "wDam": "0-0", "aDam": "0-0", "tDam": "20-70", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 23, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 225, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1154, "spRegen": -8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 12, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Neuron", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 2425, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": -150, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Niflheim", "tier": "Rare", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "130-140", "fDam": "0-0", "wDam": "50-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -2, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "eDefPct": 30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nehza", "displayName": "Nezha", "tier": "Rare", "set": null, "material": "95:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 350, "fDef": -70, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 90, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nerium Great Spear", "tier": "Unique", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-90", "fDam": "0-0", "wDam": "0-0", "aDam": "180-260", "tDam": "0-0", "eDam": "180-260", "atkSpd": "VERY_SLOW", "lvl": 85, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 260, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Neutrino", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": -3000, "thorns": 23, "exploding": -100, "category": "armor", "slots": 6, "drop": "NORMAL", "hp": 3575, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 40, "agiReq": 40, "defReq": 40, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 23, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 23, "wDefPct": 23, "aDefPct": 23, "tDefPct": 23, "eDefPct": 23, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "NightMail", "displayName": "Nightmail", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 56, "fDef": -3, "wDef": 0, "aDef": 3, "tDef": 3, "eDef": -3, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 3, "intReq": 0, "agiReq": 3, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nightstar", "tier": "Unique", "type": "spear", "set": null, "material": "5:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "140-180", "fDam": "0-0", "wDam": "100-120", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 6, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "NightVest", "displayName": "Nightvest", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2150, "fDef": -100, "wDef": 0, "aDef": 175, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 20, "def": -15, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Night Rush", "tier": "Legendary", "type": "relik", "set": null, "material": "273:20", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "182-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 30, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 35, "tDamPct": 0, "eDamPct": -20, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nimble Fingers", "tier": "Unique", "set": null, "material": "186", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -4, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nighthawk", "tier": "Fabled", "type": "helmet", "set": null, "material": null, "quest": null, "majorIds": ["HAWKEYE"], "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -125, "eDef": 0, "lvl": 94, "classReq": "Archer", "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 300, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nightling", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1250, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 80, "eDef": -100, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 3, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 135, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nitre", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 45, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 660, "fDef": -20, "wDef": -30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": -15, "mr": 0, "sdPct": 11, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nimbus", "tier": "Unique", "type": "dagger", "set": null, "material": "171:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "44-99", "aDam": "77-121", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nightlife", "tier": "Unique", "type": "relik", "set": null, "material": "273:17", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "100-116", "wDam": "0-0", "aDam": "0-0", "tDam": "100-332", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 32, "intReq": 0, "agiReq": 0, "defReq": 32, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 11, "ls": 240, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 11, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 11, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 35, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nivla's Arch", "tier": "Unique", "type": "bow", "set": null, "material": "163:0", "quest": null, "poison": 250, "thorns": 5, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "122-136", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "80-96", "atkSpd": "VERY_SLOW", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Noble Phantasm", "tier": "Rare", "type": "dagger", "set": null, "material": "159:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-180", "fDam": "120-200", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 30, "spd": 0, "atkTier": 0, "hpBonus": 2700, "spRegen": 0, "eSteal": 0, "hprRaw": 153, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -60, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nightshade", "tier": "Unique", "set": null, "material": "95:6", "quest": null, "poison": 400, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nipun", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 27, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Noise Stream", "tier": "Unique", "type": "wand", "set": null, "material": "35:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "1-1", "wDam": "1-1", "aDam": "1-219", "tDam": "1-1", "eDam": "1-1", "atkSpd": "VERY_FAST", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 210, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 10, "fDefPct": -10, "wDefPct": -10, "aDefPct": 0, "tDefPct": -10, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Noisemaker", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 525, "fDef": -15, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": -15, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": -120, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 13, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nuance", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2200, "fDef": 0, "wDef": -50, "aDef": 0, "tDef": 0, "eDef": -50, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 8, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 240, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -25, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Noctilucent", "tier": "Unique", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-10", "fDam": "0-0", "wDam": "15-25", "aDam": "10-30", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 17, "agiReq": 17, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nucleoken", "tier": "Unique", "type": "dagger", "set": null, "material": "171:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "15-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 26, "classReq": null, "strReq": 2, "dexReq": 2, "intReq": 2, "agiReq": 2, "defReq": 2, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nutrition", "tier": "Rare", "set": null, "material": "160:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oak Wood Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "5-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Noun", "tier": "Unique", "type": "dagger", "set": null, "material": "359:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "40-360", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": -7, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 16, "eDamPct": -32, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oak Wood Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "5-7", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oak Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "3-5", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nymeria", "tier": "Unique", "type": "dagger", "set": null, "material": "16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-12", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-18", "eDam": "0-0", "atkSpd": "FAST", "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oak Wood Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "3-6", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oak Wood Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "2-4", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Obsidian", "tier": "Unique", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "40-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "38-52", "atkSpd": "SLOW", "lvl": 41, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oasis", "tier": "Unique", "type": "relik", "set": null, "material": "273:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "36-37", "fDam": "0-0", "wDam": "108-128", "aDam": "0-0", "tDam": "0-0", "eDam": "108-128", "atkSpd": "SLOW", "lvl": 51, "classReq": null, "strReq": 18, "dexReq": 0, "intReq": 18, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 24, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nordstrom", "tier": "Unique", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "28-54", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "20-38", "atkSpd": "SLOW", "lvl": 49, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Obsidian Spire", "tier": "Unique", "type": "relik", "set": null, "material": "273:16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "105-115", "fDam": "140-160", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "125-135", "atkSpd": "VERY_SLOW", "lvl": 61, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 36, "wDefPct": -24, "aDefPct": 0, "tDefPct": 0, "eDefPct": 18, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ocelot Claw", "tier": "Unique", "type": "dagger", "set": null, "material": "67:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "11-18", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-28", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ocean Blade", "tier": "Unique", "type": "spear", "set": null, "material": "5:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "1-20", "fDam": "0-0", "wDam": "15-20", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 25, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Octahedron", "tier": "Unique", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "20-44", "wDam": "24-40", "aDam": "16-48", "tDam": "12-52", "eDam": "28-36", "atkSpd": "FAST", "lvl": 91, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 16, "mdPct": -32, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 8, "int": 8, "agi": 8, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "October Fires", "tier": "Legendary", "type": "relik", "set": null, "material": "273:17", "quest": null, "poison": 0, "thorns": 55, "exploding": 40, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "730-740", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 65, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 130, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 12, "spd": 0, "atkTier": 0, "hpBonus": -828, "spRegen": 0, "eSteal": 0, "hprRaw": 90, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Odyssey", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 61, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": -75, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 14, "wDamPct": 14, "aDamPct": 14, "tDamPct": 14, "eDamPct": 14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ohms' Wish", "tier": "Legendary", "type": "wand", "set": null, "material": "44:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-50", "fDam": "0-0", "wDam": "0-0", "aDam": "10-30", "tDam": "20-40", "eDam": "0-0", "atkSpd": "FAST", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ogre Faceplate", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1925, "fDef": 0, "wDef": 0, "aDef": -110, "tDef": 0, "eDef": 75, "lvl": 83, "classReq": null, "strReq": 30, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -4, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 1400, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oktavist", "tier": "Rare", "type": "bow", "set": null, "material": "164:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "220-290", "fDam": "520-575", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 16, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 150, "sdRaw": 0, "mdRaw": 650, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Old Keeper's Ring", "tier": "Legendary", "set": null, "material": "87", "quest": null, "majorIds": ["GREED"], "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -109, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 22, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -300, "spRegen": 0, "eSteal": 6, "hprRaw": -50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Okit", "tier": "Unique", "set": null, "material": "45:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 55, "fDef": 10, "wDef": -2, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Omega", "tier": "Rare", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": -50, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "43-149", "eDam": "43-149", "atkSpd": "SUPER_FAST", "lvl": 93, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -40, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -11, "agi": -11, "def": -11, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 150, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Olive", "tier": "Rare", "set": null, "material": "95:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 600, "fDef": -30, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 98, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oni Helm", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 240, "fDef": 0, "wDef": -15, "aDef": 0, "tDef": 20, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 19, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Old Maple Spear", "tier": "Unique", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "78-102", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "57-80", "atkSpd": "SLOW", "lvl": 64, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "One For All", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3800, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": -150, "lvl": 99, "classReq": null, "strReq": 80, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": -3, "int": -3, "agi": -3, "def": -3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 150, "mdRaw": -195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Omnitread Boots", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 90, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "One Thousand Voices", "tier": "Rare", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 100, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "200-210", "fDam": "0-0", "wDam": "0-0", "aDam": "200-210", "tDam": "200-210", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 44, "intReq": 0, "agiReq": 44, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 0, "fDamPct": 45, "wDamPct": -25, "aDamPct": 0, "tDamPct": 0, "eDamPct": -25, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -33, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Onion Ring", "tier": "Rare", "set": null, "material": "95:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ophiuchus", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3800, "fDef": 100, "wDef": 100, "aDef": 0, "tDef": 0, "eDef": -200, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 70, "agiReq": 0, "defReq": 70, "hprPct": 0, "mr": 2, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 0, "tDamPct": -40, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -40, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Opalite", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -5, "wDefPct": -2, "aDefPct": -5, "tDefPct": -5, "eDefPct": -5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Onyx", "tier": "Unique", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-70", "fDam": "10-60", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "35-35", "atkSpd": "SLOW", "lvl": 51, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Opulenity", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 63, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ormrod's Isolation", "tier": "Rare", "set": null, "material": "190", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -15, "aDef": 5, "tDef": 0, "eDef": 10, "lvl": 33, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -7, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Orient", "tier": "Unique", "type": "dagger", "set": null, "material": "179:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "100-160", "wDam": "120-140", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 35, "hprPct": 10, "mr": 2, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Orographine", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 1350, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 73, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": -12, "atkTier": 0, "hpBonus": 400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ouroboros", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 6, "dexReq": 6, "intReq": 6, "agiReq": 6, "defReq": 6, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 110, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Overcharger", "tier": "Unique", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "335-450", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 70, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -220, "ms": 4, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": -700, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Overdrive", "tier": "Legendary", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "136-144", "aDam": "0-0", "tDam": "136-144", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 44, "intReq": 44, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 1150, "mdPct": -35, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 7, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -100, "sdRaw": 1150, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Overgrown", "tier": "Rare", "type": "wand", "set": null, "material": "18:2", "quest": null, "poison": 650, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "205-225", "atkSpd": "NORMAL", "lvl": 96, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -40, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 19, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Overclocker", "tier": "Rare", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "39-69", "aDam": "0-0", "tDam": "39-69", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -21, "wDefPct": 0, "aDefPct": -21, "tDefPct": 0, "eDefPct": -21, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oxalate", "tier": "Unique", "type": "spear", "set": null, "material": "5:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-40", "fDam": "0-0", "wDam": "20-44", "aDam": "0-0", "tDam": "0-0", "eDam": "20-44", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 16, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 9, "aDamPct": 0, "tDamPct": -2, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": 9, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Overly Ironed Pants", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 610, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oxford", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 225, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 20, "eDef": -25, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 10, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oxidation", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 45, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 120, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": -10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 3, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ozone", "tier": "Rare", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "21-43", "tDam": "0-64", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -10, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 15, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pacifist", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 45, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 25, "defReq": 0, "hprPct": 15, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": -185, "ms": -2, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 21, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ozoth's Breath", "tier": "Unique", "set": null, "material": "45:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 80, "fDef": 25, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pacemaker", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 570, "fDef": -10, "wDef": -10, "aDef": -10, "tDef": 50, "eDef": -20, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 155, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Paladin's Hammer", "tier": "Unique", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-22", "fDam": "33-44", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "22-55", "atkSpd": "VERY_FAST", "lvl": 69, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 57, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ormus", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "fDef": -75, "wDef": 0, "aDef": 55, "tDef": 55, "eDef": -45, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 55, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pandemic", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 575, "thorns": 0, "exploding": 10, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1650, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -25, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 135, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Panorama", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 6, "dexReq": 6, "intReq": 6, "agiReq": 6, "defReq": 6, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pandemonium", "tier": "Legendary", "set": null, "material": "189:0", "quest": "???\u058e", "majorIds": ["MADNESS"], "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -300, "fDef": -200, "wDef": -200, "aDef": -200, "tDef": -200, "eDef": -200, "lvl": 99, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 16, "mdPct": 16, "ls": -60, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": -1000, "spRegen": -120, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 50, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pangea", "tier": "Rare", "type": "relik", "set": null, "material": "273:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "50-70", "fDam": "0-0", "wDam": "80-110", "aDam": "0-0", "tDam": "0-0", "eDam": "80-110", "atkSpd": "VERY_SLOW", "lvl": 40, "classReq": null, "strReq": 18, "dexReq": 0, "intReq": 18, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oyster", "tier": "Rare", "set": null, "material": "160:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 15, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 4, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Paradox", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 3400, "fDef": 80, "wDef": -120, "aDef": 0, "tDef": -120, "eDef": 80, "lvl": 98, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -15, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -30, "wDefPct": 35, "aDefPct": 0, "tDefPct": 35, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Paradise", "tier": "Rare", "type": "wand", "set": null, "material": "1:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-6", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Papyrus", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 1000, "fDef": -50, "wDef": 0, "aDef": 90, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 140, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Palette", "tier": "Unique", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-90", "fDam": "15-15", "wDam": "15-15", "aDam": "15-15", "tDam": "15-15", "eDam": "15-15", "atkSpd": "NORMAL", "lvl": 59, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 50, "mdRaw": 65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Paradigm Shift", "tier": "Rare", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "11-17", "wDam": "11-17", "aDam": "11-17", "tDam": "11-17", "eDam": "11-17", "atkSpd": "FAST", "lvl": 54, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 8, "fDefPct": -12, "wDefPct": -12, "aDefPct": -12, "tDefPct": -12, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Parang", "tier": "Unique", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-140", "fDam": "0-0", "wDam": "0-0", "aDam": "90-110", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 68, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Passus Lux", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "majorIds": ["LIGHTWEIGHT"], "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1700, "fDef": 0, "wDef": 120, "aDef": 0, "tDef": 120, "eDef": -110, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 30, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Particle Plating", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1300, "fDef": 0, "wDef": 80, "aDef": -40, "tDef": 60, "eDef": -100, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 88, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pass Band", "tier": "Unique", "set": null, "material": "183", "quest": null, "poison": 475, "thorns": 10, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Paragon", "tier": "Unique", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "36-74", "fDam": "0-0", "wDam": "23-32", "aDam": "17-39", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": -26, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pelier", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 565, "fDef": 0, "wDef": 0, "aDef": -40, "tDef": 20, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 47, "ms": 0, "xpb": 0, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pencuri", "tier": "Unique", "type": "dagger", "set": null, "material": "359:0", "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-150", "fDam": "100-160", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 340, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": 0, "atkTier": 0, "hpBonus": 1400, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pebble Mesh", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 190, "fDef": 0, "wDef": 0, "aDef": -10, "tDef": 0, "eDef": 15, "lvl": 37, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 49, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": -5, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Penance", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1450, "fDef": 50, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 1, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 12, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Perun's Crown", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -75, "wDef": 0, "aDef": 50, "tDef": 50, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 8, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -52, "wDamPct": 0, "aDamPct": 14, "tDamPct": 14, "eDamPct": 0, "fDefPct": -26, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Petrified Bone", "tier": "Unique", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 9, "mr": 0, "sdPct": 0, "mdPct": -4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -5, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Outburst", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": -55, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -55, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 13, "mdPct": 13, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 9, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 16, "tDamPct": 16, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wynnterfest 2016 Souvenir", "tier": "Legendary", "set": null, "material": "160:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Petrichor", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3050, "fDef": -100, "wDef": 0, "aDef": 100, "tDef": -100, "eDef": 100, "lvl": 98, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 10, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Perfumed Chestplate", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 195, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 2, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Petrified Horror", "tier": "Rare", "type": "bow", "set": null, "material": "164:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 60, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "240-300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "350-510", "eDam": "325-425", "atkSpd": "VERY_SLOW", "lvl": 94, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -4, "sdPct": 58, "mdPct": -480, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -38, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 1400, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -35, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Petrified Stick", "tier": "Unique", "type": "wand", "set": null, "material": "18:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "20-26", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Phantom", "tier": "Unique", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-55", "tDam": "9-33", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 19, "intReq": 0, "agiReq": 19, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -8, "dex": 8, "int": 0, "agi": 8, "def": -8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 29, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Phalanx", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 12, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1800, "fDef": 75, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -4, "def": 13, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Phoenix", "tier": "Rare", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "12-18", "fDam": "12-24", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 15, "mr": 0, "sdPct": -4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 100, "spRegen": 0, "eSteal": 0, "hprRaw": 15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Philophilia", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": -30, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": -20, "mdPct": 0, "ls": 220, "ms": 0, "xpb": 0, "lb": 0, "ref": -30, "str": 0, "dex": 0, "int": -15, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 769, "spRegen": 0, "eSteal": 0, "hprRaw": 140, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Phoenix Wing", "tier": "Legendary", "type": "wand", "set": null, "material": "159:15", "quest": null, "poison": -2000, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-60", "fDam": "30-60", "wDam": "0-0", "aDam": "75-175", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 55, "hprPct": 150, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 15, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 3600, "spRegen": 20, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 30, "tDefPct": 0, "eDefPct": -20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Phrygian", "tier": "Rare", "type": "bow", "set": null, "material": "7:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-26", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 4, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Photon Projector", "tier": "Unique", "type": "relik", "set": null, "material": "273:23", "quest": null, "poison": 0, "thorns": 25, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "220-260", "aDam": "220-260", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 155, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 40, "aDefPct": 40, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Physalis", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 577, "thorns": 0, "exploding": 31, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2550, "fDef": 0, "wDef": 0, "aDef": -120, "tDef": 70, "eDef": 70, "lvl": 86, "classReq": null, "strReq": 75, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 13, "eDamPct": 13, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Phosphene", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pierced Helmet", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 260, "fDef": 0, "wDef": 0, "aDef": -10, "tDef": 0, "eDef": 20, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": -5, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Philophobia", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 255, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 840, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pigman's Ribbing", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 550, "fDef": 10, "wDef": 0, "aDef": -20, "tDef": 0, "eDef": 30, "lvl": 50, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pickpockets", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 210, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 5, "def": -5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pin", "tier": "Rare", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "24-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pilot Light", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2575, "fDef": 90, "wDef": -40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 250, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pigman's Loincloth", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 63, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pizzicato", "tier": "Unique", "type": "relik", "set": null, "material": "273:17", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "60-66", "fDam": "60-66", "wDam": "60-66", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 2, "sdPct": -7, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 7, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 95, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Placid Step", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 565, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Piston String", "tier": "Unique", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "32-55", "fDam": "44-86", "wDam": "44-86", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -12, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pisces", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3800, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": 0, "eDef": 100, "lvl": 100, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 335, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Planet Healer", "tier": "Legendary", "set": null, "material": "414:0", "quest": null, "poison": 865, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plankton", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 210, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Planus Vest", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 18, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plasma Staff", "tier": "Unique", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "25-54", "wDam": "0-0", "aDam": "0-0", "tDam": "7-46", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": -17, "mr": 0, "sdPct": 9, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 9, "wDamPct": -10, "aDamPct": 0, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plasma Sabre", "tier": "Unique", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "31-58", "wDam": "0-0", "aDam": "0-0", "tDam": "29-43", "eDam": "0-0", "atkSpd": "FAST", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 110, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -43, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plasma Shear", "tier": "Unique", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "50-66", "wDam": "0-0", "aDam": "0-0", "tDam": "26-75", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 133, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": -15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plasma Ray", "tier": "Rare", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "88-112", "wDam": "0-0", "aDam": "0-0", "tDam": "99-143", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 18, "mdPct": -15, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": -12, "tDefPct": 0, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Poison Touch", "tier": "Unique", "type": "dagger", "set": null, "material": "161:1", "quest": null, "poison": 2000, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "540-750", "atkSpd": "VERY_SLOW", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -95, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plated Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 35, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Platinum", "tier": "Unique", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": -3, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Polaris", "tier": "Rare", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "17-17", "wDam": "17-17", "aDam": "17-17", "tDam": "17-17", "eDam": "17-17", "atkSpd": "VERY_FAST", "lvl": 60, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 30, "wDamPct": 30, "aDamPct": 30, "tDamPct": 30, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Poison Ivy", "tier": "Rare", "type": "spear", "set": null, "material": "135:0", "quest": null, "poison": 2000, "thorns": 18, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "330-385", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "300-350", "atkSpd": "VERY_SLOW", "lvl": 96, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 15, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Post-Ultima", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2000, "fDef": -50, "wDef": -50, "aDef": -50, "tDef": -50, "eDef": -50, "lvl": 76, "classReq": null, "strReq": 40, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 230, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Power Creep", "tier": "Unique", "set": null, "material": "160:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Powder Snow", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2425, "fDef": 0, "wDef": 90, "aDef": 90, "tDef": -145, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 23, "str": 0, "dex": 0, "int": 8, "agi": 8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 18, "aDamPct": 18, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 13, "aDefPct": 13, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Polyphemus", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "fDef": 0, "wDef": 70, "aDef": -70, "tDef": -70, "eDef": 70, "lvl": 91, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 15, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 180, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -36, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -18, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Power Cell", "tier": "Rare", "set": null, "material": "160:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -125, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -60, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 65, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 40, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Phantom Blade", "tier": "Rare", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "13-18", "aDam": "13-18", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 8, "mdPct": -10, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": -5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 25, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Power Bracelet", "tier": "Unique", "set": null, "material": "188", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Praesidium", "tier": "Rare", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 50, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "470-650", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 80, "hprPct": 0, "mr": 0, "sdPct": -400, "mdPct": 0, "ls": 0, "ms": -4, "xpb": 0, "lb": 0, "ref": 50, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 50, "spd": 0, "atkTier": 0, "hpBonus": 4000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 77, "wDefPct": 77, "aDefPct": 77, "tDefPct": 77, "eDefPct": 77, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pragmatism", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 154, "thorns": 9, "exploding": 1, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 425, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -70, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 59, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prayer", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1280, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": -100, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -16, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Preipice", "displayName": "Precipice", "tier": "Unique", "type": "relik", "set": null, "material": "273:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "56-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "63-93", "atkSpd": "FAST", "lvl": 69, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -18, "wDefPct": -18, "aDefPct": 15, "tDefPct": 15, "eDefPct": 30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Precious", "tier": "Legendary", "set": null, "material": "95:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -80, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 4, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": -12, "eSteal": 0, "hprRaw": 12, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Precision", "tier": "Unique", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "160-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Precedence", "tier": "Unique", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-50", "fDam": "30-60", "wDam": "30-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -7, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Presto", "tier": "Rare", "type": "relik", "set": null, "material": "273:18", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "17-20", "fDam": "0-0", "wDam": "0-0", "aDam": "6-9", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 7, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Predposledni", "tier": "Rare", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "65-85", "aDam": "60-120", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -16, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prestidigitation", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": 0, "eDef": -70, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": -7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 65, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": -17, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Priest's Underwears", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 215, "fDef": -15, "wDef": 0, "aDef": 10, "tDef": 25, "eDef": -15, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Procrastination", "tier": "Legendary", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "1714-2857", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 50, "mdPct": 50, "ls": 0, "ms": 0, "xpb": -10, "lb": -10, "ref": 0, "str": 22, "dex": 22, "int": 22, "agi": 22, "def": 22, "spd": -25, "atkTier": -10, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prism", "tier": "Legendary", "set": null, "material": "103:0", "quest": "The Realm of Light", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -400, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 100, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prismatic Pendulum", "tier": "Rare", "type": "bow", "set": null, "material": "126:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "5-455", "fDam": "0-0", "wDam": "5-665", "aDam": "0-0", "tDam": "0-0", "eDam": "5-665", "atkSpd": "VERY_SLOW", "lvl": 92, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1725, "spRegen": 0, "eSteal": 0, "hprRaw": 170, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -30, "tDamPct": -30, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prosto Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": -2, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prog", "tier": "Rare", "type": "relik", "set": null, "material": "273:24", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "20-30", "fDam": "7-10", "wDam": "0-0", "aDam": "0-0", "tDam": "8-12", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 2, "spPct2": 0, "spRaw2": -1, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Protolith", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 900, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 30, "lvl": 60, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prowl", "tier": "Unique", "type": "bow", "set": null, "material": "164:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "400-514", "fDam": "0-0", "wDam": "0-0", "aDam": "229-320", "tDam": "0-0", "eDam": "400-514", "atkSpd": "SUPER_SLOW", "lvl": 81, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 16, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -750, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Proto-Shield", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": 0, "atkTier": 0, "hpBonus": 423, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 4, "wDefPct": 2, "aDefPct": 2, "tDefPct": 2, "eDefPct": -6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Proxima", "tier": "Legendary", "type": "spear", "set": null, "material": "24:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "229-246", "fDam": "171-200", "wDam": "171-200", "aDam": "171-200", "tDam": "171-200", "eDam": "171-200", "atkSpd": "SUPER_SLOW", "lvl": 85, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 290, "ms": -1, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -90, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Psithurism", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": -80, "wDef": 0, "aDef": 75, "tDef": 0, "eDef": 55, "lvl": 65, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prymari", "tier": "Legendary", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-100", "fDam": "20-33", "wDam": "20-33", "aDam": "0-0", "tDam": "20-33", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 25, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 9, "int": 9, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -40, "tDamPct": 0, "eDamPct": -40, "fDefPct": 15, "wDefPct": 15, "aDefPct": 0, "tDefPct": 15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Psychoruin", "tier": "Rare", "type": "wand", "set": null, "material": "126:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "10-13", "aDam": "0-0", "tDam": "1-22", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 6, "intReq": 6, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 0, "fDamPct": 0, "wDamPct": -3, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 6, "aDefPct": 0, "tDefPct": -9, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Psion Marker", "tier": "Legendary", "type": "spear", "set": null, "material": "44:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "15-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-12", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pulse Mail", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1800, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 100, "eDef": -110, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -40, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": -10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": -77, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pulsar", "tier": "Legendary", "type": "spear", "set": null, "material": "24:0", "quest": null, "poison": -365, "thorns": 21, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "12-12", "fDam": "8-16", "wDam": "6-18", "aDam": "4-20", "tDam": "2-22", "eDam": "10-14", "atkSpd": "FAST", "lvl": 44, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 21, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Puff", "tier": "Rare", "set": null, "material": "89:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pumpkin Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": "86", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Puppeteer", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 25, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 50, "ls": -130, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": -5, "int": 0, "agi": 7, "def": 0, "spd": 21, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Puppet Master", "tier": "Legendary", "type": "relik", "set": null, "material": "273:21", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "103-137", "fDam": "0-0", "wDam": "46-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": -33, "ls": 0, "ms": 1, "xpb": 0, "lb": 10, "ref": 0, "str": -5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -36, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Andesite Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "306-362", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Andesite Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "180-192", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Andesite Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "102-118", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Birch Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "162-188", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Andesite Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "197-245", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Andesite Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "76-91", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Birch Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "74-92", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Birch Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "122-128", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Birch Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "102-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Birch Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "53-71", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Diamond Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Diorite Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "212-224", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Diorite Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "358-422", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Diorite Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "121-139", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Diorite Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "99-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Diorite Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "243-277", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Granite Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "240-252", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Granite Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "271-316", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Granite Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "404-474", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Granite Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "110-136", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Iron Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 520, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Granite Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "136-156", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Iron Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 440, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Iron Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 600, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Jungle Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "138-176", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Jungle Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "220-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Jungle Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "165-171", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Jungle Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-124", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Birch Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "86-102", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Jungle Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "73-95", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Birch Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "138-152", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Birch Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "111-114", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Birch Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "69-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Jungle Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "168-200", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Birch Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "51-61", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Jungle Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "146-149", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Jungle Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "92-110", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Oak Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "106-128", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Jungle Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "129-147", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Jungle Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "69-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Oak Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "92-95", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Spruce Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "145-175", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Oak Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-86", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Oak Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "57-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Oak Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Spruce Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "127-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Spruce Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "79-97", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Spruce Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "61-67", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Spruce Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "99-115", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Oak Wood Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "91-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Oak Wood Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "135-159", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Oak Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "62-78", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Oak Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "102-108", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Spruce Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "88-110", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Oak Wood Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "46-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Spruce Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "193-221", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Spruce Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "129-147", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Stone Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "147-159", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Spruce Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "145-151", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Stone Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "84-98", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Spruce Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "64-84", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Stone Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "249-297", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Purgatory", "tier": "Unique", "type": "wand", "set": null, "material": "44:3", "quest": null, "poison": 0, "thorns": 11, "exploding": 23, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "200-240", "wDam": "0-0", "aDam": "0-0", "tDam": "100-340", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": -23, "mr": -1, "sdPct": 18, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 18, "wDamPct": 0, "aDamPct": 0, "tDamPct": 18, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Stone Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "172-215", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pyroclast", "tier": "Rare", "type": "dagger", "set": null, "material": "159:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "343-926", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "469-800", "atkSpd": "SUPER_SLOW", "lvl": 88, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -155, "sdRaw": 0, "mdRaw": 755, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": -50, "aDefPct": -15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Stone Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "71-83", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Qaxezine", "tier": "Unique", "type": "bow", "set": null, "material": "163:0", "quest": null, "poison": 0, "thorns": 7, "exploding": 12, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "74-82", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "50-96", "eDam": "62-84", "atkSpd": "VERY_SLOW", "lvl": 46, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 11, "ref": 0, "str": 14, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -21, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pyromaniac", "tier": "Rare", "set": null, "material": "160:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 200, "fDef": -40, "wDef": -40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 11, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -3, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quartz-laced Leggings", "displayName": "Quartz-Laced Leggings", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 660, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quartzite Amulet", "tier": "Unique", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quartzite Wand", "tier": "Unique", "type": "wand", "set": null, "material": "1:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "2-4", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quartzite Helm", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 115, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quartzite Bow", "tier": "Unique", "type": "bow", "set": null, "material": "17:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-200", "fDam": "0-0", "wDam": "200-210", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 120, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -23, "tDamPct": 25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -16, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quatrain", "tier": "Rare", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 4, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 4, "mr": 0, "sdPct": 4, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quasar", "tier": "Unique", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-140", "fDam": "0-40", "wDam": "0-40", "aDam": "0-40", "tDam": "0-40", "eDam": "0-40", "atkSpd": "SLOW", "lvl": 72, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 13, "wDefPct": 13, "aDefPct": 13, "tDefPct": 13, "eDefPct": 13, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quickstep", "tier": "Unique", "type": "relik", "set": null, "material": "273:20", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "97-101", "wDam": "0-0", "aDam": "93-103", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 6, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 600, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quickshot", "tier": "Unique", "type": "bow", "set": null, "material": "7:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-77", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quill", "tier": "Unique", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-90", "fDam": "0-0", "wDam": "0-0", "aDam": "80-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 16, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quinque", "tier": "Legendary", "type": "spear", "set": null, "material": "44:7", "quest": null, "poison": 2000, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "5-320", "eDam": "5-27", "atkSpd": "SUPER_FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 65, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 250, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 50, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cerid's Ingenuity", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 630, "fDef": 50, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 18, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 170, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ensa's Faith", "tier": "Legendary", "set": null, "material": "160:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": -60, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 23, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 11, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 11, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ohms' Rage", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 880, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 60, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gale's Sight", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 2000, "fDef": -140, "wDef": 0, "aDef": 210, "tDef": 70, "eDef": -140, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 65, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 0, "ref": 15, "str": 0, "dex": 5, "int": 0, "agi": 10, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rycar's Elation", "tier": "Legendary", "set": null, "material": "95:6", "quest": null, "poison": 340, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -140, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Remikas' Authority", "tier": "Legendary", "set": null, "material": "189:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 350, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 2, "int": 3, "agi": 2, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tisaun's Valor", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 3550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Radiance", "tier": "Unique", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "34-49", "fDam": "15-19", "wDam": "12-24", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 15, "hprPct": 15, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Racer's Shoes", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 950, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 19, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -25, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ragged", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 60, "fDef": -8, "wDef": 0, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 7, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -2, "spd": 4, "atkTier": 0, "hpBonus": -8, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Raecard", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 35, "fDef": 4, "wDef": 4, "aDef": 4, "tDef": 4, "eDef": 4, "lvl": 22, "classReq": null, "strReq": 2, "dexReq": 2, "intReq": 2, "agiReq": 2, "defReq": 2, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 110, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 6, "aDamPct": 6, "tDamPct": 6, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ragni's Mail", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 850, "fDef": 0, "wDef": 0, "aDef": -30, "tDef": 0, "eDef": 60, "lvl": 50, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rainbow", "tier": "Unique", "set": null, "material": "103", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 30, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 80, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -3, "wDamPct": -3, "aDamPct": -3, "tDamPct": -3, "eDamPct": -3, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ragni's Old Shoes", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 300, "fDef": 0, "wDef": 0, "aDef": -10, "tDef": 0, "eDef": 20, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ragni's Spear", "tier": "Unique", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-22", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ragon's Bracelet", "tier": "Rare", "set": null, "material": "184:0", "quest": "Elemental Exercise", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 13, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rapids", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2125, "fDef": 0, "wDef": 130, "aDef": 0, "tDef": -130, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 23, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 11, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Raindrop", "tier": "Unique", "set": null, "material": "88:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -135, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": -2, "mdPct": -2, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rainstorm", "tier": "Unique", "type": "wand", "set": null, "material": "5:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-120", "fDam": "0-0", "wDam": "50-90", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 22, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -25, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Raptor", "tier": "Rare", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "44-77", "tDam": "0-0", "eDam": "66-77", "atkSpd": "VERY_FAST", "lvl": 62, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": -5, "spd": 15, "atkTier": 0, "hpBonus": -200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rapier", "tier": "Rare", "type": "dagger", "set": null, "material": "159:11", "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "66-94", "fDam": "77-99", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 290, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 12, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ration", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3600, "fDef": 100, "wDef": 100, "aDef": -75, "tDef": 0, "eDef": -75, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 45, "hprPct": 27, "mr": 1, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 145, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rarity", "tier": "Legendary", "set": null, "material": "87", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Razor", "tier": "Unique", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "30-70", "eDam": "0-0", "atkSpd": "FAST", "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": -5, "int": 7, "agi": 7, "def": 7, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": -40, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rayshyroth's Knowledge", "tier": "Rare", "set": null, "material": "66", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reaper of Soul", "tier": "Legendary", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-170", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 100, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 10, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rebellion", "tier": "Legendary", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 19, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-60", "fDam": "45-60", "wDam": "0-0", "aDam": "0-0", "tDam": "45-60", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 0, "ls": 100, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -230, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 17, "wDamPct": 0, "aDamPct": 0, "tDamPct": 17, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reborn", "tier": "Unique", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -125, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -4, "agi": -2, "def": -2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 70, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reaction", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 4, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 770, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 45, "eDef": -50, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": -7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reason", "tier": "Unique", "type": "wand", "set": null, "material": "5:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "50-120", "wDam": "70-100", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -7, "int": 8, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 105, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -30, "eDamPct": 0, "fDefPct": 13, "wDefPct": 13, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Recharge", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -9, "sdPct": 11, "mdPct": -9, "ls": 0, "ms": 8, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red", "tier": "Unique", "set": null, "material": "45:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 25, "fDef": 4, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 5, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rectificator", "tier": "Unique", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "80-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 16, "wDamPct": 16, "aDamPct": 16, "tDamPct": 16, "eDamPct": 16, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red Ko Rhu", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 470, "fDef": -60, "wDef": 0, "aDef": 40, "tDef": 0, "eDef": 40, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red Candle", "tier": "Legendary", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "30-50", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 31, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 100, "spRegen": 0, "eSteal": 0, "hprRaw": 15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red String", "tier": "Unique", "set": null, "material": "45", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 12, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 3, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 3, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 2, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Redemption", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1475, "fDef": 50, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 30, "hprPct": 18, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 120, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -6, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Bow", "tier": "Unique", "type": "bow", "set": null, "material": "7:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Redirection", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 12, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1050, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": -70, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Chainmail Helmet", "tier": "Normal", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 245, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Iron Boots", "tier": "Normal", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 285, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Iron Chainmail", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 380, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reflection", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 67, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": -17, "mdPct": -17, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reflex", "tier": "Unique", "set": null, "material": "95:13", "quest": null, "poison": 0, "thorns": 3, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Iron Leggings", "tier": "Normal", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 340, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refraction", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 74, "classReq": null, "strReq": 18, "dexReq": 18, "intReq": 18, "agiReq": 18, "defReq": 18, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 110, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 11, "wDamPct": 11, "aDamPct": 11, "tDamPct": 11, "eDamPct": 11, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Regal Chaps", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quartz Choker", "tier": "Unique", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 125, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rekkr", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 4500, "fDef": 130, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 100, "lvl": 99, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 16, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Regrets", "tier": "Unique", "type": "dagger", "set": null, "material": "17:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-16", "fDam": "0-0", "wDam": "12-16", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 8, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 21, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relend's Refrain", "tier": "Rare", "set": null, "material": "66", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 20, "aDef": 40, "tDef": -50, "eDef": -15, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Regulating Charge", "tier": "Unique", "type": "dagger", "set": null, "material": "128:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "57-97", "aDam": "0-0", "tDam": "57-97", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 13, "mdPct": 0, "ls": 0, "ms": -2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 75, "mdRaw": 0, "fDamPct": 0, "wDamPct": 9, "aDamPct": 0, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relay", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 160, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 15, "eDef": -15, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": -4, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relfect", "tier": "Unique", "type": "spear", "set": null, "material": "24:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "75-125", "fDam": "25-35", "wDam": "25-35", "aDam": "25-35", "tDam": "25-35", "eDam": "25-35", "atkSpd": "NORMAL", "lvl": 94, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 10, "atkTier": 0, "hpBonus": 1650, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relentless", "tier": "Unique", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "70-74", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "58-70", "eDam": "58-70", "atkSpd": "FAST", "lvl": 70, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -10, "def": -10, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -69, "sdRaw": 0, "mdRaw": 60, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Bow", "tier": "Rare", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "27-41", "fDam": "27-41", "wDam": "27-41", "aDam": "27-41", "tDam": "27-41", "eDam": "27-41", "atkSpd": "SLOW", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic", "tier": "Legendary", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "4-8", "fDam": "4-10", "wDam": "2-8", "aDam": "6-8", "tDam": "1-12", "eDam": "8-10", "atkSpd": "NORMAL", "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Spear", "tier": "Rare", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-35", "fDam": "30-35", "wDam": "30-35", "aDam": "30-35", "tDam": "30-35", "eDam": "30-35", "atkSpd": "SLOW", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Wand", "tier": "Rare", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "12-17", "fDam": "12-17", "wDam": "12-17", "aDam": "12-17", "tDam": "12-17", "eDam": "12-17", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Remedy", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1050, "fDef": 60, "wDef": 60, "aDef": 0, "tDef": -60, "eDef": -60, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 35, "hprPct": 18, "mr": 1, "sdPct": -11, "mdPct": -11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 18, "eSteal": 0, "hprRaw": 70, "sdRaw": -40, "mdRaw": -39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "24-30", "fDam": "24-30", "wDam": "24-30", "aDam": "24-30", "tDam": "24-30", "eDam": "24-30", "atkSpd": "FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Remikas' Sanctuary", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 7, "aDefPct": 7, "tDefPct": 7, "eDefPct": 7, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reminder", "tier": "Unique", "set": null, "material": "95:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Remikas' Righteousness", "tier": "Legendary", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "130-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reminiscence", "tier": "Legendary", "set": null, "material": "66", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 80, "fDef": 20, "wDef": 10, "aDef": 0, "tDef": 0, "eDef": -30, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 10, "hprPct": 8, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 8, "eSteal": 0, "hprRaw": 10, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Resolve", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3425, "fDef": 100, "wDef": 0, "aDef": 100, "tDef": -150, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": 7, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -15, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -15, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Render", "tier": "Rare", "set": null, "material": "95:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": -15, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Repulsion", "tier": "Rare", "type": "dagger", "set": null, "material": "128:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "22-22", "fDam": "0-0", "wDam": "33-42", "aDam": "0-0", "tDam": "33-42", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 55, "mdRaw": 0, "fDamPct": 0, "wDamPct": 9, "aDamPct": 0, "tDamPct": 9, "eDamPct": -18, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -23, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Return", "tier": "Unique", "set": null, "material": "87:0", "quest": null, "poison": 0, "thorns": 9, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reticence", "tier": "Legendary", "type": "wand", "set": null, "material": "49:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "25-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -25, "mdRaw": 16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Retina Shooter", "tier": "Unique", "type": "bow", "set": null, "material": "136:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "45-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "15-20", "atkSpd": "VERY_SLOW", "lvl": 22, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Resistance", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 13, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 150, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -17, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Return to Ether", "tier": "Legendary", "type": "bow", "set": null, "material": "35:8", "quest": null, "poison": -4143, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "24-149", "fDam": "0-0", "wDam": "0-0", "aDam": "29-194", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 84, "agiReq": 49, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -27, "ls": 0, "ms": 0, "xpb": 26, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 44, "def": 0, "spd": 22, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 34, "aDamPct": 0, "tDamPct": -149, "eDamPct": -13, "fDefPct": 45, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reverb", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 19, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -90, "wDef": 0, "aDef": 50, "tDef": 50, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 19, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 90, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 11, "tDefPct": 11, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reverie", "tier": "Unique", "type": "relik", "set": null, "material": "273:16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "108-144", "wDam": "108-144", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 24, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 24, "wDefPct": 24, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rewind", "tier": "Legendary", "type": "dagger", "set": null, "material": "162:1", "quest": null, "majorIds": ["SORCERY"], "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "37-59", "fDam": "0-0", "wDam": "37-53", "aDam": "27-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 250, "ms": -3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Revolt", "tier": "Unique", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "110-140", "fDam": "70-70", "wDam": "0-0", "aDam": "0-0", "tDam": "70-70", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 345, "ms": 2, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 9, "wDamPct": -25, "aDamPct": -25, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Revolutionine", "tier": "Unique", "type": "relik", "set": null, "material": "273:17", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "370-386", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": -815, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reversal", "tier": "Unique", "type": "relik", "set": null, "material": "273:19", "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "17-23", "fDam": "0-0", "wDam": "0-0", "aDam": "23-30", "tDam": "0-0", "eDam": "23-30", "atkSpd": "NORMAL", "lvl": 36, "classReq": null, "strReq": 12, "dexReq": 0, "intReq": 0, "agiReq": 12, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rhunaex", "tier": "Unique", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "13-21", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-34", "eDam": "0-34", "atkSpd": "FAST", "lvl": 41, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 33, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -15, "sdRaw": 25, "mdRaw": 33, "fDamPct": 0, "wDamPct": 0, "aDamPct": -19, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rheingold", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -60, "wDef": 0, "aDef": 70, "tDef": 50, "eDef": -60, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 16, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -14, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ricin", "tier": "Rare", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 1930, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -50, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 125, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rikter", "tier": "Legendary", "type": "spear", "set": null, "material": "135", "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "457-754", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "343-629", "atkSpd": "SUPER_SLOW", "lvl": 84, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "fDefPct": -20, "wDefPct": -20, "aDefPct": -20, "tDefPct": -20, "eDefPct": -20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ridge", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 100, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 34, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 12, "aDamPct": 12, "tDamPct": 12, "eDamPct": 12, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ring of Fire", "tier": "Rare", "set": null, "material": "95:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 11, "wDamPct": -7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rime", "tier": "Legendary", "set": null, "material": "190", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -30, "wDef": 10, "aDef": 15, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": -9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ringlets", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 1875, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -180, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ring of Focus", "tier": "Unique", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ring of Strength", "tier": "Unique", "set": null, "material": "95:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ripper", "tier": "Unique", "set": null, "material": "95:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -6, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 3, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 17, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ringing Mail", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 265, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rising Sun", "tier": "Unique", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "110-150", "fDam": "60-110", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 6, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rinkaku", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2000, "fDef": 80, "wDef": 0, "aDef": 0, "tDef": 80, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": -20, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 110, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": -400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rite Staff", "tier": "Unique", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "20-26", "fDam": "9-12", "wDam": "9-12", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 25, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -150, "spRegen": -10, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Roaming Thief", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 13, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Riverflow", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "fDef": 0, "wDef": 200, "aDef": 0, "tDef": -100, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 95, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 4, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Robin", "tier": "Unique", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-16", "fDam": "5-9", "wDam": "0-0", "aDam": "4-11", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 20, "hprPct": 20, "mr": 0, "sdPct": -12, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rock Chisel", "tier": "Unique", "type": "dagger", "set": null, "material": "16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "189-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 83, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": -9, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 19, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 24, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rodoroc's Pride", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3700, "fDef": 125, "wDef": -175, "aDef": 0, "tDef": 0, "eDef": 125, "lvl": 98, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -8, "atkTier": 0, "hpBonus": 700, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 10, "aDamPct": -20, "tDamPct": -20, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rockworm", "tier": "Unique", "set": null, "material": "95:6", "quest": null, "poison": 135, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 4, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ronco", "tier": "Rare", "type": "bow", "set": null, "material": "139", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "5-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-48", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": -90, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rollick", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": -130, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 75, "mdRaw": 0, "fDamPct": -30, "wDamPct": 20, "aDamPct": -20, "tDamPct": -20, "eDamPct": -20, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ronin", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2225, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 150, "eDef": -250, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 15, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 175, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rosario", "tier": "Unique", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "23-32", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "23-32", "atkSpd": "SLOW", "lvl": 43, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 9, "mr": 0, "sdPct": -20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 250, "spRegen": 0, "eSteal": 0, "hprRaw": 15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rotary Crossbow", "tier": "Unique", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 14, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-50", "fDam": "35-100", "wDam": "55-80", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 225, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 800, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": -14, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rot of Dernel", "tier": "Rare", "type": "wand", "set": null, "material": "18:2", "quest": null, "poison": 2645, "thorns": 35, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "7-12", "eDam": "9-10", "atkSpd": "VERY_SLOW", "lvl": 83, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 300, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -30, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1850, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Roulette", "tier": "Rare", "type": "dagger", "set": null, "material": "114:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-88", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 8, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 888, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rotten", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 160, "thorns": 10, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 280, "fDef": -15, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 25, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Roughcut", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 560, "fDef": 0, "wDef": 0, "aDef": -50, "tDef": 20, "eDef": 30, "lvl": 53, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 85, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rounding Test", "tier": "Normal", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rotten Wood", "tier": "Unique", "type": "wand", "set": null, "material": "1:0", "quest": null, "poison": 1462, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "1-5", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rubber", "tier": "Rare", "set": null, "material": "95:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rubber Rainboots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 225, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 10, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Runic Coin", "tier": "Unique", "set": null, "material": "102", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 375, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Running Water", "tier": "Unique", "type": "relik", "set": null, "material": "273:22", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "10-30", "fDam": "0-0", "wDam": "50-70", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 10, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rubber Helm", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 165, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": -3, "int": 0, "agi": -3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Runner's Vest", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 24, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rusted Bracelet", "tier": "Unique", "set": null, "material": "188:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 2, "lb": 3, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rycar's Bravado", "tier": "Rare", "set": null, "material": "183", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -35, "aDef": 20, "tDef": 0, "eDef": 20, "lvl": 58, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 3, "int": -10, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rusted Root", "tier": "Legendary", "type": "relik", "set": null, "material": "273:11", "quest": null, "poison": 900, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "190-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "190-200", "atkSpd": "SLOW", "lvl": 65, "classReq": null, "strReq": 40, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 130, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 35, "eDamPct": 0, "fDefPct": 0, "wDefPct": -40, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": -2, "spPct3": 70, "spRaw3": 0, "spPct4": -60, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": -1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rycar's Swagger", "tier": "Rare", "set": null, "material": "160:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 250, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": -11, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adventurer's Cap", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 135, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adventurer's Tunic", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 165, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adventurer's Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 147, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adventurer's Pants", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 153, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rusted Ring", "tier": "Unique", "set": null, "material": "95:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 28, "fDef": 0, "wDef": 6, "aDef": 0, "tDef": -3, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 4, "aDefPct": 0, "tDefPct": -3, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Leggings", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 355, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 42, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 13, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 13, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Chestplate", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 275, "fDef": 0, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 27, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 11, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 11, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 145, "fDef": 0, "wDef": 0, "aDef": 5, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 7, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Helmet", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 205, "fDef": 0, "wDef": 0, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 21, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 9, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 9, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Beachside Conch", "tier": "Set", "type": "relik", "set": null, "material": "273:21", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "42-48", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 8, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bear Head", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 65, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Beachside Headwrap", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 75, "fDef": 0, "wDef": 6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Cap", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 195, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 7, "eDef": 0, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bear Body", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 75, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Tunic", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 245, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 7, "eDef": -10, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 42, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 7, "eDef": -10, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 13, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rust", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 665, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 2450, "fDef": 0, "wDef": -60, "aDef": -60, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": -23, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 19, "eDamPct": 11, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Pants", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 7, "eDef": -10, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 30, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bony Bow", "tier": "Set", "type": "bow", "set": null, "material": "182:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "15-36", "fDam": "0-0", "wDam": "0-0", "aDam": "8-12", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 6, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bony Circlet", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "fDef": 0, "wDef": 0, "aDef": 5, "tDef": 0, "eDef": 0, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 6, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 30, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Champion Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": "Tower Of Ascension", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Champion Leggings", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": "Tower Of Ascension", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Champion Chestplate", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": "Tower Of Ascension", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clock Amulet", "tier": "Set", "set": null, "material": "160:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 4, "wDefPct": 5, "aDefPct": 3, "tDefPct": 2, "eDefPct": 6, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Champion Helmet", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": "Tower Of Ascension", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clock Helm", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 1, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clock Mail", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 1800, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 2, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": -3, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clock Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 950, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -40, "mdPct": -35, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": -8, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clock Leggings", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cosmic Walkers", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": "???\u058e", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 1900, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 19, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clockwork Ring", "tier": "Set", "set": null, "material": "103:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -25, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cosmic Visor", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": "???\u058e", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 1800, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 19, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Helmet", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 212, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 8, "lvl": 30, "classReq": null, "strReq": 21, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cosmic Ward", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": "???\u058e", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 2100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 19, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 19, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 170, "fDef": 5, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Chestplate", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 285, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 12, "lvl": 35, "classReq": null, "strReq": 27, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Helmet", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 245, "fDef": 10, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 21, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Leggings", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 375, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 16, "lvl": 40, "classReq": null, "strReq": 42, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Chestplate", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 330, "fDef": 15, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 27, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Leggings", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 425, "fDef": 20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 42, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 14, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ghostly Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 520, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": -15, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -18, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 65, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ghostly Cap", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 20, "eDef": -20, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -6, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 65, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ghostly Pants", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": -30, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -24, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Horse Hoof", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 355, "fDef": -20, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Horse Mask", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "fDef": -20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 42, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 4, "lvl": 25, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jester Necklace", "tier": "Set", "set": null, "material": "414:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 25, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jester Ring", "tier": "Set", "set": null, "material": "103:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 50, "ms": 0, "xpb": 25, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jester Bracelet", "tier": "Set", "set": null, "material": "28:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 25, "lb": 25, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kaerynn's Body", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": "Aldorei's Secret Part II", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1950, "fDef": -60, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 70, "lvl": 79, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kaerynn's Mind", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": "Aldorei's Secret Part II", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1900, "fDef": -60, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 70, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leaf Pants", "tier": "Set", "type": "leggings", "set": "Leaf", "material": null, "quest": null, "poison": 0, "thorns": 7, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 17, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 3, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leaf Boots", "tier": "Set", "type": "boots", "set": "Leaf", "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 14, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 2, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 1, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morph-Amethyst", "tier": "Set", "set": null, "material": "25", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 14, "dexReq": 14, "intReq": 14, "agiReq": 14, "defReq": 14, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mask of the Dark Vexations", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 90, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 5, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 7, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leaf Cap", "tier": "Set", "type": "helmet", "set": "Leaf", "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 9, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 2, "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 6, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 1, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morph-Emerald", "tier": "Set", "set": null, "material": "95:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 225, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 36, "dexReq": 36, "intReq": 36, "agiReq": 36, "defReq": 36, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morph-Gold", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 150, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 25, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 15, "mr": 1, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morph-Ruby", "tier": "Set", "set": null, "material": "160:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 175, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 26, "dexReq": 26, "intReq": 26, "agiReq": 26, "defReq": 26, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morph-Iron", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 600, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 50, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morph-Steel", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1750, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 75, "classReq": null, "strReq": 32, "dexReq": 32, "intReq": 32, "agiReq": 32, "defReq": 32, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ghostly Tunic", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 520, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": 0, "eDef": -25, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -12, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 14, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morph-Stardust", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3250, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 100, "classReq": null, "strReq": 44, "dexReq": 44, "intReq": 44, "agiReq": 44, "defReq": 44, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": 200, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nether Cap", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 150, "fDef": 6, "wDef": -6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morph-Topaz", "tier": "Set", "set": null, "material": "95", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 4, "dexReq": 4, "intReq": 4, "agiReq": 4, "defReq": 4, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nether Pants", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 6, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 190, "fDef": 10, "wDef": -6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nether Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 6, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "fDef": 12, "wDef": -6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leaf Tunic", "tier": "Set", "type": "chestplate", "set": "Leaf", "material": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 22, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 2, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Outlaw Pants", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 345, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 29, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nether Tunic", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 160, "fDef": 8, "wDef": -6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Outlaw Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 325, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -20, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 29, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Outlaw Cap", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 370, "fDef": -30, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 31, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pigman Helmet", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 80, "fDef": 0, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 5, "lvl": 15, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Outlaw Tunic", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 380, "fDef": 0, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 29, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pigman Battle Hammer", "tier": "Set", "type": "spear", "set": null, "material": "53:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-32", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "28-36", "atkSpd": "VERY_SLOW", "lvl": 16, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Chestplate", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 285, "fDef": 12, "wDef": 12, "aDef": 12, "tDef": 12, "eDef": 12, "lvl": 35, "classReq": null, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 9, "wDefPct": 9, "aDefPct": 9, "tDefPct": 9, "eDefPct": 9, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 150, "fDef": 4, "wDef": 4, "aDef": 4, "tDef": 4, "eDef": 4, "lvl": 25, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 7, "aDefPct": 7, "tDefPct": 7, "eDefPct": 7, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Leggings", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 375, "fDef": 14, "wDef": 14, "aDef": 14, "tDef": 14, "eDef": 14, "lvl": 40, "classReq": null, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Helmet", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 215, "fDef": 8, "wDef": 8, "aDef": 8, "tDef": 8, "eDef": 8, "lvl": 30, "classReq": null, "strReq": 7, "dexReq": 7, "intReq": 7, "agiReq": 7, "defReq": 7, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silverfish Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 130, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 10, "fDef": 0, "wDef": 0, "aDef": 8, "tDef": 0, "eDef": 2, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silverfish Helm", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 145, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 15, "fDef": 0, "wDef": 0, "aDef": 12, "tDef": 0, "eDef": 6, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skien Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 750, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skien Leggings", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 850, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -75, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skien's Fatigues", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 13, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -110, "mdRaw": 115, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slime Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 715, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": -4, "def": 5, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snail Helm", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3125, "fDef": 60, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 45, "lvl": 93, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 170, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slime Plate", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 290, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 30, "lvl": 53, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snail Leggings", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3575, "fDef": 90, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 65, "lvl": 95, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 80, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snail Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3350, "fDef": 75, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 55, "lvl": 94, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 70, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snow Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 380, "fDef": 0, "wDef": 15, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snail Mail", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3950, "fDef": 100, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 75, "lvl": 97, "classReq": null, "strReq": 65, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 90, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -10, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 9, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 9, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snow Pants", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 425, "fDef": 0, "wDef": 20, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 20, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spore Cap", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 18, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 55, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snow Tunic", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "fDef": 0, "wDef": 25, "aDef": 25, "tDef": 0, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 25, "defReq": 0, "hprPct": -15, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spore Shortsword", "tier": "Set", "type": "dagger", "set": null, "material": "35:9", "quest": null, "poison": 36, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "11-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cosmic Vest", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": "???\u058e", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 2200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 19, "lb": 19, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Staff of the Dark Vexations", "tier": "Set", "type": "wand", "set": null, "material": "126:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "4-9", "wDam": "6-7", "aDam": "0-0", "tDam": "1-13", "eDam": "0-0", "atkSpd": "FAST", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 5, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 4, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snow Helmet", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 405, "fDef": 0, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Chestplate", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 260, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 9, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 27, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 8, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 135, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 3, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 4, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Helmet", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 190, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 6, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 21, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 6, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tribal Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 75, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Leggings", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 335, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 12, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 42, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 16, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ultramarine Belt", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 950, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": -40, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 90, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tribal Cap", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 70, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Time Ring", "tier": "Set", "set": null, "material": "56:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ultramarine Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 880, "fDef": 0, "wDef": 80, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 80, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tribal Tunic", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tribal Pants", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 80, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Veekhat's Horns", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": "Cowfusion", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2675, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 150, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 220, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ultramarine Crown", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 800, "fDef": 0, "wDef": 140, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 70, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Veekhat's Udders", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": "Cowfusion", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2550, "fDef": 0, "wDef": 0, "aDef": 150, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 18, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ultramarine Cape", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -70, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -14, "ls": 0, "ms": 0, "xpb": 0, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Visceral Skullcap", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 13, "ls": 80, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 39, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Visceral Chest", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1545, "fDef": -25, "wDef": -25, "aDef": -25, "tDef": -25, "eDef": -25, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Villager Mail", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 140, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Visceral Legs", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 110, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 65, "sdRaw": 0, "mdRaw": 60, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Villager Pants", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 120, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 130, "fDef": 0, "wDef": 6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 4, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Watch Bracelet", "tier": "Set", "set": null, "material": "28:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Visceral Toe", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1445, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 60, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 75, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Helmet", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 185, "fDef": 0, "wDef": 12, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 21, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Chestplate", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 245, "fDef": 0, "wDef": 18, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 27, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 14, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Leggings", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 320, "fDef": 0, "wDef": 24, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 42, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 16, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ablution", "tier": "Unique", "type": "relik", "set": null, "material": "273:21", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "40-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 12, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 6, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ciel", "tier": "Unique", "type": "wand", "set": null, "material": "35:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "43-72", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "64-107", "eDam": "0-0", "atkSpd": "FAST", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 22, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 8, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reciprocator", "tier": "Rare", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 40, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": null, "nDam": "240-300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 40, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": -10, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloudwalkers", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 120, "tDef": -80, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 40, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Drift", "tier": "Unique", "type": "spear", "set": null, "material": "24:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "83-138", "tDam": "0-0", "eDam": "44-72", "atkSpd": "VERY_FAST", "lvl": 95, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -60, "mdRaw": 65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ahms' Remains", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "hp": 2825, "fDef": 0, "wDef": 0, "aDef": -120, "tDef": 0, "eDef": 90, "lvl": 97, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": -8, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Highrise", "tier": "Unique", "type": "relik", "set": null, "material": "273:20", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "171-192", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 2, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Island Sniper", "tier": "Unique", "type": "bow", "set": null, "material": "35:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "571-1143", "fDam": "0-0", "wDam": "0-0", "aDam": "543-571", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1750, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Restorator", "tier": "Rare", "type": "wand", "set": null, "material": "18:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "50-80", "fDam": "100-130", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 40, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 2500, "spRegen": 0, "eSteal": 0, "hprRaw": 230, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stalactite", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2875, "fDef": 0, "wDef": -70, "aDef": -100, "tDef": 140, "eDef": 140, "lvl": 96, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 285, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 14, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": -7, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Starglass", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3125, "fDef": 0, "wDef": 60, "aDef": 130, "tDef": -100, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skyfloat", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2750, "fDef": 50, "wDef": -100, "aDef": 150, "tDef": 0, "eDef": -100, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -10, "dex": 0, "int": 0, "agi": 8, "def": 8, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 175, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fallbreakers", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 3600, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 110, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stormcloud", "tier": "Rare", "type": "bow", "set": null, "material": "17:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "50-75", "fDam": "0-0", "wDam": "200-225", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shard of Sky", "tier": "Rare", "type": "dagger", "set": null, "material": "171:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "120-200", "fDam": "0-0", "wDam": "0-0", "aDam": "70-110", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 6, "int": 0, "agi": 10, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 16, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vagabond's Disgrace", "tier": "Rare", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "280-305", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "410-465", "eDam": "410-465", "atkSpd": "VERY_SLOW", "lvl": 96, "classReq": null, "strReq": 65, "dexReq": 70, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -50, "aDamPct": 0, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": -50, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 50, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clawctus", "tier": "Unique", "type": "dagger", "set": null, "material": "128:0", "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "20-26", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-16", "eDam": "0-0", "atkSpd": "FAST", "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 25, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crocodile", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 220, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 2, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Drought Savior", "tier": "Unique", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "18-24", "fDam": "0-0", "wDam": "14-22", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 5, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 35, "spRegen": 0, "eSteal": 0, "hprRaw": 12, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hood of the Resistance", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 175, "fDef": 0, "wDef": 0, "aDef": -8, "tDef": 5, "eDef": 5, "lvl": 32, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 4, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vagabond", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 90, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 160, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 10, "eDef": -12, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 2, "int": 0, "agi": 2, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Boundary", "tier": "Rare", "type": "relik", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "untradable", "nDam": "20-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "45-70", "atkSpd": "SLOW", "lvl": 26, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Venom", "tier": "Unique", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 160, "thorns": 5, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "28-40", "fDam": "20-40", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 14, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Drywind", "tier": "Rare", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "6-14", "fDam": "0-0", "wDam": "0-0", "aDam": "16-26", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Savannah Wind", "tier": "Rare", "type": "bow", "set": null, "material": "7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "nDam": "11-28", "fDam": "0-0", "wDam": "0-0", "aDam": "4-17", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": -40, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spider Silk Carduroys", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 185, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 13, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Golem Gauntlet", "tier": "Unique", "set": null, "material": "184", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bountiful", "tier": "Unique", "type": "wand", "set": null, "material": "18:0", "quest": null, "poison": -20, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "8-12", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "4-8", "atkSpd": "NORMAL", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Horseshoe", "tier": "Rare", "set": null, "material": "95:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pursuit", "tier": "Unique", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "11-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "5-7", "eDam": "0-0", "atkSpd": "FAST", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 7, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blade of Instinct", "tier": "Rare", "type": "spear", "set": null, "material": "23", "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "30-48", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 30, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stainless Steel", "tier": "Rare", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pewter Ring", "tier": "Unique", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 70, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ascension", "tier": "Unique", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "26-26", "fDam": "0-0", "wDam": "0-0", "aDam": "40-40", "tDam": "40-40", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": -4, "dex": 8, "int": 0, "agi": 8, "def": -4, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Acevro", "tier": "Rare", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "110-155", "fDam": "0-0", "wDam": "0-0", "aDam": "90-130", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -10, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 40, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charger", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 850, "fDef": 0, "wDef": 0, "aDef": 35, "tDef": 35, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 3, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Smithy", "tier": "Unique", "set": null, "material": "95:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": -15, "aDef": 0, "tDef": 0, "eDef": 10, "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 7, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 7, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cold Snap", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1450, "fDef": 0, "wDef": 50, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 3, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Courser", "tier": "Unique", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 25, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "80-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-100", "eDam": "0-0", "atkSpd": "FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calor", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1875, "fDef": 100, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diabloviento", "tier": "Unique", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "94-105", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enerxia", "tier": "Rare", "type": "dagger", "set": null, "material": "128", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "85-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "45-70", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": -15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crying Heart", "tier": "Unique", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "30-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "25-105", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -145, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Forge's Shock", "tier": "Unique", "type": "relik", "set": null, "material": "273:16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "95-105", "wDam": "0-0", "aDam": "0-0", "tDam": "100-130", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 28, "intReq": 0, "agiReq": 0, "defReq": 28, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heavy Aegis", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 75, "lvl": 73, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heart Piercer", "tier": "Unique", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 350, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "30-42", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-150", "eDam": "0-0", "atkSpd": "FAST", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -50, "mdRaw": 85, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magic Cloak", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1350, "fDef": 0, "wDef": 90, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ivoire", "tier": "Unique", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "5-10", "fDam": "0-0", "wDam": "0-0", "aDam": "55-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 40, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Miotal", "tier": "Unique", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "150-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "75-125", "atkSpd": "SLOW", "lvl": 74, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Letum", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 2, "drop": "never", "hp": 1050, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 65, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": -10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Regar", "tier": "Rare", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "83-127", "fDam": "0-0", "wDam": "28-44", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 65, "mdRaw": -91, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Router", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 72, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": -5, "def": 3, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Howler", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1025, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rocher", "tier": "Rare", "type": "spear", "set": null, "material": "134", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "150-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-250", "atkSpd": "VERY_SLOW", "lvl": 70, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sleek", "tier": "Unique", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "19-28", "fDam": "0-0", "wDam": "0-0", "aDam": "45-63", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silencer", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 1700, "fDef": 90, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 75, "sdRaw": -100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Searing Soles", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "armor", "slots": 1, "drop": "never", "hp": 1450, "fDef": 65, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stone Crunch", "tier": "Rare", "type": "relik", "set": null, "material": "273:10", "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "100-125", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "155-200", "atkSpd": "NORMAL", "lvl": 74, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 170, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Torch", "tier": "Rare", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "100-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 70, "wDamPct": -60, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solum", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 110, "lvl": 73, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 10, "wDefPct": 0, "aDefPct": -10, "tDefPct": 10, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tragedy", "tier": "Rare", "type": "wand", "set": null, "material": "5:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "50-70", "fDam": "0-0", "wDam": "40-90", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": -10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -100, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 50, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Composite Shooter", "displayName": "Pressure Blaster", "tier": "Rare", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "60-140", "fDam": "0-0", "wDam": "100-200", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 12, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 150, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vis", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1350, "fDef": 0, "wDef": 75, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Carbon Weave", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2650, "fDef": 70, "wDef": 0, "aDef": -120, "tDef": 0, "eDef": 70, "lvl": 86, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corkian Jet Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 2000, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": -50, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 10, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corkian War Pick", "tier": "Unique", "type": "spear", "set": null, "material": "35:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "140-170", "tDam": "140-170", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 180, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 10, "eDamPct": 0, "fDefPct": -20, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cranial Panel", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 2500, "fDef": 80, "wDef": 80, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 0, "tDefPct": -12, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gear Grinder", "tier": "Unique", "type": "spear", "set": null, "material": "23", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "70-165", "fDam": "40-90", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 1, "sdPct": 8, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Genetor", "tier": "Rare", "type": "wand", "set": null, "material": "44:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "77-154", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 175, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hydrocharger", "tier": "Unique", "type": "wand", "set": null, "material": "5:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "40-50", "fDam": "0-0", "wDam": "30-55", "aDam": "0-0", "tDam": "30-55", "eDam": "0-0", "atkSpd": "FAST", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 30, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -40, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Info Visor", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2100, "fDef": 0, "wDef": 115, "aDef": 0, "tDef": 0, "eDef": -100, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 75, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skyline Cries", "tier": "Unique", "type": "relik", "set": null, "material": "273:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "70-72", "fDam": "140-160", "wDam": "140-160", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 10, "spd": -10, "atkTier": 0, "hpBonus": 2750, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 3, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Metal Body Suit", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2575, "fDef": 80, "wDef": -80, "aDef": 0, "tDef": 80, "eDef": -80, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 165, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 4, "int": -21, "agi": 6, "def": 4, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": -25, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Latency", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2750, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 120, "eDef": 30, "lvl": 87, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shortout", "tier": "Unique", "type": "dagger", "set": null, "material": "114", "quest": null, "poison": 0, "thorns": 0, "exploding": 22, "category": "weapon", "slots": 2, "drop": "never", "nDam": "60-400", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-60", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -145, "ms": 0, "xpb": 0, "lb": 0, "ref": 14, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 26, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Airway", "tier": "Unique", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "84-88", "fDam": "0-0", "wDam": "0-0", "aDam": "66-77", "tDam": "33-110", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Siliquartz Blend", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2050, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 125, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Modulator", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 5, "drop": "never", "hp": 2500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 8, "int": 8, "agi": 8, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solar Sword", "tier": "Rare", "type": "dagger", "set": null, "material": "159:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "200-300", "fDam": "100-150", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 260, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 1600, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thermals", "tier": "Rare", "type": "relik", "set": null, "material": "273:17", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "115-125", "fDam": "117-120", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 160, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": -2, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Windmill", "tier": "Unique", "type": "wand", "set": null, "material": "35:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "110-170", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 30, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Ice", "tier": "Unique", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "75-105", "fDam": "0-0", "wDam": "25-35", "aDam": "0-0", "tDam": "20-40", "eDam": "0-0", "atkSpd": "FAST", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 80, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Candy Cane", "tier": "Unique", "type": "spear", "set": null, "material": "23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "18-26", "fDam": "13-20", "wDam": "0-0", "aDam": "11-22", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 15, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": -5, "ls": 90, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 6, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charity", "tier": "Unique", "set": null, "material": "56", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Evergreen", "tier": "Rare", "type": "dagger", "set": null, "material": "161:1", "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "110-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-200", "atkSpd": "NORMAL", "lvl": 85, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -18, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -30, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fellowship", "tier": "Rare", "set": null, "material": "28", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cornucopia", "tier": "Unique", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "200-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 30, "mr": 1, "sdPct": -10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Firewood", "tier": "Rare", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 2, "drop": "never", "nDam": "95-155", "fDam": "55-85", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 65, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Douglas Fir", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1950, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 100, "lvl": 75, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 215, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frost", "tier": "Unique", "set": null, "material": "88", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frankincense", "tier": "Rare", "set": null, "material": "95:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Halation", "tier": "Unique", "type": "wand", "set": null, "material": "44:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "125-165", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 33, "str": 0, "dex": 6, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gift of the Magi", "tier": "Unique", "type": "relik", "set": null, "material": "273:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "never", "restrict": null, "nDam": "240-255", "fDam": "30-35", "wDam": "0-0", "aDam": "30-35", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 60, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 15, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 2500, "spRegen": 0, "eSteal": 0, "hprRaw": 135, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -50, "eDamPct": -50, "fDefPct": 0, "wDefPct": 30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hillich", "tier": "Rare", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "64-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Icicle", "tier": "Rare", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "77-92", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Holly", "tier": "Rare", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "12-24", "fDam": "0-0", "wDam": "11-18", "aDam": "0-0", "tDam": "0-0", "eDam": "17-28", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 1, "sdPct": 10, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nativitate", "tier": "Unique", "type": "dagger", "set": null, "material": "16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "90-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 33, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Myrrh", "tier": "Rare", "set": null, "material": "95:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -100, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Joyous", "tier": "Unique", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "155-200", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 33, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mistletoe", "tier": "Unique", "set": null, "material": "192", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 120, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 50, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 6, "aDefPct": 0, "tDefPct": 0, "eDefPct": 6, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reindeer Paws", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 800, "fDef": -40, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "North Pole", "tier": "Rare", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "34-50", "fDam": "17-25", "wDam": "0-0", "aDam": "17-25", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 7, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Polar Star", "tier": "Rare", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "107-107", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Roasted Chestnut", "tier": "Unique", "set": null, "material": "160:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blue Ornament", "tier": "Set", "set": null, "material": "95:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 25, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Elf Cap", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 625, "fDef": 10, "wDef": 0, "aDef": 40, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Elf Robe", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 725, "fDef": 40, "wDef": 0, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 35, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Elf Pants", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 675, "fDef": 30, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Green Ornament", "tier": "Set", "set": null, "material": "160:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 25, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red Ornament", "tier": "Set", "set": null, "material": "184", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 25, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Elf Shoes", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 650, "fDef": 20, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 10, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saint's Sandals", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saint's Shawl", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1500, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saint's Leggings", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1650, "fDef": 0, "wDef": 30, "aDef": 40, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 65, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yellow Ornament", "tier": "Set", "set": null, "material": "56", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 25, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saint's Tunic", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1650, "fDef": 0, "wDef": 40, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sheet Ice", "tier": "Rare", "type": "spear", "set": null, "material": "5:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "39-77", "fDam": "0-0", "wDam": "55-99", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 120, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silent Night", "tier": "Rare", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1229-1486", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 65, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 250, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -3, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sleet", "tier": "Rare", "type": "bow", "set": null, "material": "17:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "25-75", "fDam": "0-0", "wDam": "100-350", "aDam": "0-0", "tDam": "0-450", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -150, "sdRaw": 150, "mdRaw": 0, "fDamPct": -35, "wDamPct": 15, "aDamPct": -35, "tDamPct": 15, "eDamPct": -35, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snow Shovel", "tier": "Unique", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "114-149", "fDam": "0-0", "wDam": "229-309", "aDam": "171-229", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sleigh Bell", "tier": "Rare", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "30-70", "fDam": "0-0", "wDam": "0-0", "aDam": "25-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 15, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spearmint", "tier": "Unique", "type": "spear", "set": null, "material": "35:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "90-160", "fDam": "0-0", "wDam": "0-0", "aDam": "60-80", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snowflake", "tier": "Rare", "set": null, "material": "160:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 20, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -55, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snowdrift", "tier": "Unique", "type": "dagger", "set": null, "material": "162:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "145-175", "fDam": "0-0", "wDam": "205-245", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thaw", "tier": "Unique", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 1, "drop": "never", "nDam": "45-70", "fDam": "20-30", "wDam": "35-50", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Splinter", "tier": "Rare", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 15, "category": "weapon", "slots": 2, "drop": "never", "nDam": "45-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "15-20", "atkSpd": "FAST", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 59, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Hearth", "tier": "Unique", "type": "bow", "set": null, "material": "159:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "230-300", "fDam": "170-220", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 25, "mr": 0, "sdPct": -15, "mdPct": 0, "ls": 580, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 180, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "White Craftmas", "tier": "Unique", "type": "relik", "set": null, "material": "273:25", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "50-60", "fDam": "0-0", "wDam": "140-160", "aDam": "0-0", "tDam": "0-0", "eDam": "140-160", "atkSpd": "SLOW", "lvl": 80, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 15, "aDefPct": 30, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Warming Heart", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 3000, "fDef": 140, "wDef": -250, "aDef": 110, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 50, "hprPct": 25, "mr": 0, "sdPct": 17, "mdPct": 0, "ls": 255, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wishing Star", "tier": "Rare", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "16-55", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "29-79", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 85, "classReq": null, "strReq": 50, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 30, "ref": 0, "str": 0, "dex": 5, "int": -7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wooly Cap", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 575, "fDef": 0, "wDef": 40, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Entamyx", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": "Troubled Tribesmen", "poison": 0, "thorns": 35, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2150, "fDef": -100, "wDef": 150, "aDef": 150, "tDef": -100, "eDef": 150, "lvl": 76, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 50, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 35, "str": 0, "dex": -20, "int": 0, "agi": 0, "def": -20, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 15, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 15, "aDefPct": 15, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yuletide", "tier": "Unique", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "40-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "20-40", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Poinsettia", "tier": "Rare", "type": "relik", "set": null, "material": "273:10", "quest": null, "poison": 1000, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "60-75", "aDam": "0-0", "tDam": "0-0", "eDam": "60-75", "atkSpd": "FAST", "lvl": 65, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 25, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fuunyet", "tier": "Rare", "type": "spear", "set": null, "material": "44:7", "quest": "Troubled Tribesmen", "poison": 1150, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 3, "drop": "never", "nDam": "160-225", "fDam": "80-115", "wDam": "0-0", "aDam": "0-0", "tDam": "80-115", "eDam": "80-115", "atkSpd": "VERY_SLOW", "lvl": 75, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 240, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 6, "dex": 6, "int": 0, "agi": 0, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gysdep", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": "Troubled Tribesmen", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2000, "fDef": 150, "wDef": 150, "aDef": 150, "tDef": -100, "eDef": -100, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 50, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -20, "dex": -20, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 25, "aDefPct": 25, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slush Rush", "tier": "Unique", "type": "relik", "set": null, "material": "273:22", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "39-72", "fDam": "0-0", "wDam": "83-94", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 130, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kal Hei", "tier": "Rare", "type": "wand", "set": null, "material": "18:2", "quest": "Troubled Tribesmen", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-55", "fDam": "0-0", "wDam": "20-30", "aDam": "20-30", "tDam": "0-0", "eDam": "20-30", "atkSpd": "FAST", "lvl": 75, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 2, "xpb": 15, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 6, "agi": 6, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hembwal", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": "Troubled Tribesmen", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2150, "fDef": 150, "wDef": -100, "aDef": -100, "tDef": 150, "eDef": 150, "lvl": 76, "classReq": null, "strReq": 50, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": -20, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 15, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 15, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zawah Jed", "tier": "Rare", "type": "dagger", "set": null, "material": "162:1", "quest": "Troubled Tribesmen", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "37-53", "fDam": "21-27", "wDam": "21-27", "aDam": "21-27", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 30, "hprPct": 0, "mr": 3, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 6, "agi": 6, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 115, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Olit Vaniek", "tier": "Rare", "type": "bow", "set": null, "material": "159:8", "quest": "Troubled Tribesmen", "poison": 0, "thorns": 20, "exploding": 30, "category": "weapon", "slots": 3, "drop": "never", "nDam": "140-185", "fDam": "70-95", "wDam": "0-0", "aDam": "70-95", "tDam": "0-0", "eDam": "70-95", "atkSpd": "SLOW", "lvl": 75, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 6, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Almuj Turban", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 60, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 4, "eDef": -4, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 10, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -8, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vei Haon", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": "Troubled Tribesmen", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2000, "fDef": 175, "wDef": -75, "aDef": 175, "tDef": -75, "eDef": 175, "lvl": 74, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 50, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -20, "int": -20, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 15, "fDefPct": 40, "wDefPct": 0, "aDefPct": 40, "tDefPct": 0, "eDefPct": 40, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fruma Imported Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 28, "fDef": 0, "wDef": 0, "aDef": 3, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 6, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 2, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gavel Imported Bow", "tier": "Unique", "type": "bow", "set": null, "material": "7:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "20-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 2, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 3, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Armored Culottes", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 28, "fDef": 3, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Wand", "tier": "Unique", "type": "wand", "set": null, "material": "44:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "4-8", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-7", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Guard Spear", "tier": "Unique", "type": "spear", "set": null, "material": "23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "12-16", "fDam": "2-6", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 15, "spRegen": 0, "eSteal": 0, "hprRaw": 3, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jeweled Vestments", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 18, "fDef": 2, "wDef": 2, "aDef": 2, "tDef": 2, "eDef": 2, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 3, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Messenger Cap", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 24, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mail of the Berserker", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 34, "fDef": 0, "wDef": -3, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Merchant Sandals", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 18, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nemract Waders", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 80, "fDef": 0, "wDef": 6, "aDef": 0, "tDef": -3, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -6, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nesaak Snowshoes", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 65, "fDef": -4, "wDef": 0, "aDef": 5, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": -7, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pike of Fury", "tier": "Rare", "type": "spear", "set": null, "material": "44:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "8-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 1, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 8, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ragni Fatigues", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 76, "fDef": 0, "wDef": 0, "aDef": -4, "tDef": 0, "eDef": 5, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": -7, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Longbow", "tier": "Unique", "type": "bow", "set": null, "material": "7:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "20-37", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 2, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Puncturing Dirk", "tier": "Unique", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "10-12", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 6, "mdRaw": 5, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reinforced Composite Bow", "tier": "Rare", "type": "bow", "set": null, "material": "159:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "60-78", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": -4, "atkTier": 0, "hpBonus": 25, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scout Dagger", "tier": "Unique", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "10-18", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Staff of Wisdom", "tier": "Unique", "type": "wand", "set": null, "material": "1:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "7-10", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Magician", "tier": "Rare", "type": "wand", "set": null, "material": "5:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "2-5", "fDam": "0-0", "wDam": "7-10", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Naturalist", "tier": "Rare", "type": "relik", "set": null, "material": "273:24", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "20-24", "aDam": "0-0", "tDam": "0-0", "eDam": "24-28", "atkSpd": "SLOW", "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 8, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spiritual Siphoner", "tier": "Unique", "type": "relik", "set": null, "material": "273:21", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": null, "nDam": "15-18", "fDam": "0-0", "wDam": "3-6", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "War Spear", "tier": "Unique", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "16-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 3, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -10, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tromsian Survival Knife", "tier": "Rare", "type": "dagger", "set": null, "material": "16", "quest": null, "poison": 0, "thorns": 9, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "21-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "3-6", "atkSpd": "NORMAL", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ashes", "tier": "Unique", "set": null, "material": "160:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 800, "fDef": 0, "wDef": -50, "aDef": -50, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 65, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Windcatcher Totem", "tier": "Unique", "type": "relik", "set": null, "material": "273:18", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": null, "nDam": "10-11", "fDam": "0-0", "wDam": "0-0", "aDam": "4-5", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cinders", "tier": "Unique", "set": null, "material": "185", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "accessory", "slots": 0, "drop": "never", "hp": 675, "fDef": 50, "wDef": -70, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 9, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron Will", "tier": "Rare", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 15, "mr": 0, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tungsten", "tier": "Rare", "set": null, "material": "160:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 2, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -8, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sparks", "tier": "Unique", "set": null, "material": "95:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 500, "fDef": 30, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": -7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pride", "tier": "Rare", "set": null, "material": "183", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 93, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dujgon Warrior Chestplate", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 625, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 10, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 20, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dujgon Warrior Hammer", "tier": "Legendary", "type": "spear", "set": null, "material": "53:0", "quest": "Ice Nations", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "46-67", "atkSpd": "VERY_FAST", "lvl": 43, "classReq": null, "strReq": 15, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 2, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -130, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Viking Breath", "tier": "Rare", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "17-29", "fDam": "0-0", "wDam": "0-0", "aDam": "29-37", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -255, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rusher", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 150, "fDef": 0, "wDef": 0, "aDef": 10, "tDef": 10, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Greysmith", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 400, "fDef": -60, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 30, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Antivenom", "tier": "Unique", "set": null, "material": "95:8", "quest": null, "poison": -200, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cattail", "tier": "Unique", "set": null, "material": "191", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 0, "eDef": 10, "lvl": 70, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Creepvine", "tier": "Unique", "set": null, "material": "95:6", "quest": null, "poison": 220, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": -15, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Boomslang", "tier": "Rare", "set": null, "material": "160:5", "quest": null, "poison": 300, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Growth", "tier": "Rare", "set": null, "material": "183", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 4, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 6, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glimmer", "tier": "Unique", "set": null, "material": "95:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Affluence", "tier": "Unique", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 8, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Cuff", "tier": "Rare", "set": null, "material": "191", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 525, "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jewelled Broach", "tier": "Rare", "set": null, "material": "414", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 6, "wDefPct": 6, "aDefPct": 6, "tDefPct": 6, "eDefPct": 6, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Purity", "tier": "Rare", "set": null, "material": "160:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Emerald Pendant", "tier": "Rare", "set": null, "material": "160:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silversplint", "tier": "Rare", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 11, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Barkgraft", "tier": "Unique", "type": "relik", "set": null, "material": "273:10", "quest": null, "poison": 400, "thorns": 25, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "60-85", "fDam": "0-0", "wDam": "0-0", "aDam": "160-180", "tDam": "0-0", "eDam": "160-180", "atkSpd": "SLOW", "lvl": 62, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 145, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -50, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Evapar", "tier": "Rare", "set": null, "material": "89", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": -30, "wDef": 20, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Value", "tier": "Unique", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Foehn Wind", "tier": "Unique", "type": "relik", "set": null, "material": "273:19", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "60-68", "fDam": "56-72", "wDam": "0-0", "aDam": "52-76", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 14, "defReq": 14, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 14, "lb": 14, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 14, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 14, "wDamPct": 0, "aDamPct": 14, "tDamPct": 0, "eDamPct": 0, "fDefPct": 14, "wDefPct": -28, "aDefPct": 14, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lookout", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 790, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 30, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 6, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Decay Burner", "tier": "Rare", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 1, "drop": "never", "nDam": "114-194", "fDam": "469-686", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lycanthropy", "tier": "Rare", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "21-44", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "44-107", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -6, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -188, "sdRaw": 0, "mdRaw": 65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 24, "eDamPct": 0, "fDefPct": 0, "wDefPct": -18, "aDefPct": -18, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kerasot Spreader", "tier": "Unique", "type": "spear", "set": null, "material": "35:2", "quest": null, "poison": 1000, "thorns": 0, "exploding": 6, "category": "weapon", "slots": 1, "drop": "never", "nDam": "30-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -4, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grave Digger", "tier": "Rare", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "100-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "50-90", "atkSpd": "SLOW", "lvl": 61, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 145, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 5, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vampire Blocker", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 1100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -25, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 105, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Silent", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 900, "fDef": 40, "wDef": 40, "aDef": 0, "tDef": -60, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stringhollow", "tier": "Unique", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "60-120", "fDam": "0-0", "wDam": "0-0", "aDam": "30-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -100, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Searchlight", "tier": "Unique", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "39-56", "fDam": "21-32", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wildfire", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 7, "category": "armor", "slots": 2, "drop": "never", "hp": 625, "fDef": 65, "wDef": -60, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 0, "fDamPct": 15, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Werepelt", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 975, "fDef": -30, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -18, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -80, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marrow-Tinted Necklace", "tier": "Unique", "set": null, "material": "160:2", "quest": "Green Gloop", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 10, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plain Glass Necklace", "tier": "Unique", "set": null, "material": "160:1", "quest": "Green Gloop", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 30, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Emerald-Tinted Charm", "tier": "Unique", "set": null, "material": "160:0", "quest": "Green Gloop", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scarab-Shelled Charm", "tier": "Unique", "set": null, "material": "160:10", "quest": "Green Gloop", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crystal-Blend Pendant", "tier": "Rare", "set": null, "material": "160:14", "quest": "Green Gloop", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -15, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goblin Hex Focus", "tier": "Rare", "set": null, "material": "45", "quest": null, "poison": 65, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -70, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 3, "wDamPct": 3, "aDamPct": 3, "tDamPct": 3, "eDamPct": 3, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sting-Glass Necklace", "tier": "Rare", "set": null, "material": "160:8", "quest": "Green Gloop", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -60, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goblin Arm Bracer", "tier": "Unique", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 75, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Webbed Glass Charm", "tier": "Unique", "set": null, "material": "160:12", "quest": "Green Gloop", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goblin Hood", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 380, "fDef": 0, "wDef": 0, "aDef": -10, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 25, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -7, "mdPct": 0, "ls": 27, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goblin Luck Charm", "tier": "Rare", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 7, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goblin-Silver Ring", "tier": "Unique", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 30, "fDef": 6, "wDef": 6, "aDef": 6, "tDef": 6, "eDef": 6, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goblin Runners", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 420, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 10, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -7, "ls": 0, "ms": 1, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goblin Cloak", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 470, "fDef": 0, "wDef": 0, "aDef": -20, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 33, "ms": 1, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blood-Tinted Necklace", "tier": "Unique", "set": null, "material": "160:6", "quest": "Green Gloop", "poison": 60, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Short Cutter", "tier": "Rare", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 215, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "22-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "17-28", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 46, "ms": 0, "xpb": 8, "lb": 15, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 33, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quartz Driller", "tier": "Unique", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "25-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-35", "eDam": "15-20", "atkSpd": "NORMAL", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 3, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hotline", "tier": "Unique", "type": "relik", "set": null, "material": "273:16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "36-42", "fDam": "36-42", "wDam": "0-0", "aDam": "0-0", "tDam": "36-42", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 34, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 7, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -17, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Orc Slasher", "tier": "Unique", "type": "dagger", "set": null, "material": "128:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "22-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "11-28", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hue", "tier": "Unique", "type": "relik", "set": null, "material": "273:25", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "17-20", "fDam": "17-20", "wDam": "17-20", "aDam": "17-20", "tDam": "17-20", "eDam": "17-20", "atkSpd": "SLOW", "lvl": 39, "classReq": null, "strReq": 9, "dexReq": 9, "intReq": 9, "agiReq": 9, "defReq": 9, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deark", "tier": "Rare", "set": null, "material": "95:12", "quest": "Eye of the Storm", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": -30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 2, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 6, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Famine", "tier": "Unique", "set": null, "material": "89", "quest": "Eye of the Storm", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -20, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 50, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diminished", "tier": "Unique", "set": null, "material": "103", "quest": "Eye of the Storm", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 1, "xpb": -8, "lb": 0, "ref": 0, "str": -2, "dex": -2, "int": -2, "agi": -2, "def": -2, "spd": 8, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Destrortur", "tier": "Rare", "set": null, "material": "187", "quest": "Eye of the Storm", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -480, "fDef": -10, "wDef": -5, "aDef": -10, "tDef": 0, "eDef": -20, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -24, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -48, "sdRaw": 48, "mdRaw": 31, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 16, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fanatic", "tier": "Unique", "set": null, "material": "28", "quest": "Eye of the Storm", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scum", "tier": "Unique", "set": null, "material": "88", "quest": "Eye of the Storm", "poison": 250, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blessing", "tier": "Unique", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "10-20", "fDam": "0-0", "wDam": "0-0", "aDam": "12-18", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Recovery", "tier": "Unique", "set": null, "material": "87", "quest": "Eye of the Storm", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 140, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Short Spear", "tier": "Unique", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "45-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 44, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 8, "lb": 15, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Traitor", "tier": "Unique", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "35-55", "fDam": "20-40", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 2, "def": 3, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solid Quartz Chestplate", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 360, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stonebreaker", "tier": "Unique", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "120-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "60-100", "atkSpd": "VERY_SLOW", "lvl": 46, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 1, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sacred", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 305, "fDef": 0, "wDef": 15, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bush Mask", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 8, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 55, "fDef": -10, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 10, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Mask", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 8, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Metal Mask", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 80, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ice Mask", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 60, "fDef": -8, "wDef": 0, "aDef": 12, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mud Mask", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": "Creeper Infiltration", "poison": 15, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 65, "fDef": 0, "wDef": 5, "aDef": -10, "tDef": 0, "eDef": 5, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Mask", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": -25, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shiny Mask", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 10, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rock Mask", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 60, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cracheur", "tier": "Unique", "type": "bow", "set": null, "material": "22:0", "quest": null, "poison": 0, "thorns": 4, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "8-14", "fDam": "0-0", "wDam": "12-22", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 14, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 2, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Foundation", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 90, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 3, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fisher's Mail", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 82, "fDef": 0, "wDef": 4, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 8, "ref": 0, "str": 0, "dex": 2, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arcanic", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 70, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shajone", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 85, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 5, "mdRaw": 7, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frog", "tier": "Unique", "type": "bow", "set": null, "material": "22:0", "quest": null, "poison": 45, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "12-18", "fDam": "0-0", "wDam": "4-10", "aDam": "0-0", "tDam": "0-0", "eDam": "6-12", "atkSpd": "NORMAL", "lvl": 19, "classReq": null, "strReq": 12, "dexReq": 0, "intReq": 8, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Memorial", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frankenstein", "tier": "Unique", "type": "wand", "set": null, "material": "44:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "6-8", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "2-12", "eDam": "0-0", "atkSpd": "FAST", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -5, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 7, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Fallen", "tier": "Unique", "type": "spear", "set": null, "material": "159:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "4-10", "fDam": "12-16", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Swamp Treads", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 35, "thorns": 7, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 105, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Remembrance", "tier": "Unique", "type": "relik", "set": null, "material": "273:18", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": null, "nDam": "20-23", "fDam": "0-0", "wDam": "0-0", "aDam": "13-16", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": -25, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bob's Sacrifice", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 290, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -25, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 23, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "White Ghost", "tier": "Rare", "type": "dagger", "set": null, "material": "35:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "15-24", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Current", "tier": "Unique", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "20-27", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-30", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 35, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Celsius", "tier": "Unique", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "11-17", "fDam": "0-0", "wDam": "20-28", "aDam": "18-30", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 10, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Homemade Fur Coat", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 375, "fDef": -30, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 6, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frozen Earth", "tier": "Rare", "type": "bow", "set": null, "material": "163:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "34-63", "fDam": "0-0", "wDam": "46-69", "aDam": "0-0", "tDam": "0-0", "eDam": "137-194", "atkSpd": "SUPER_SLOW", "lvl": 40, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 2, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nilrem's Curse", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 310, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 15, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -15, "sdRaw": 35, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Summer", "tier": "Unique", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "27-38", "fDam": "30-40", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 6, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seedling", "tier": "Unique", "set": null, "material": "160:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 2, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Woljawh", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 425, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 26, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vine", "tier": "Unique", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nodguj Warrior Chestplate", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 625, "fDef": 20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 10, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flaming War Spear", "tier": "Rare", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "33-46", "fDam": "50-68", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 350, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tree Bracelet", "tier": "Unique", "set": null, "material": "188", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 6, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shield", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 250, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nodguj Warrior Sword", "tier": "Legendary", "type": "dagger", "set": null, "material": "162:0", "quest": "Ice Nations", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "25-45", "fDam": "0-0", "wDam": "45-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chasseur", "tier": "Unique", "type": "bow", "set": null, "material": "163:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "100-150", "fDam": "0-0", "wDam": "0-0", "aDam": "30-60", "tDam": "0-0", "eDam": "120-190", "atkSpd": "VERY_SLOW", "lvl": 53, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Strategist", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 25, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": 0, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rotten Swamp", "tier": "Unique", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 600, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "20-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "30-50", "atkSpd": "SLOW", "lvl": 54, "classReq": null, "strReq": 28, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -16, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vine Machete", "tier": "Rare", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "80-115", "fDam": "0-0", "wDam": "0-0", "aDam": "40-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Longtail Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 7, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 600, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wolf Tagger", "tier": "Unique", "type": "bow", "set": null, "material": "7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "205-235", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stagnant", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 230, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 370, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Captain's Razor", "tier": "Rare", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "33-50", "fDam": "0-0", "wDam": "6-77", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 47, "fDamPct": 0, "wDamPct": 16, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Opium", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 405, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pirate Luck", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": "Beneath The Depths", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 320, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 32, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 12, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rusty Sword", "tier": "Unique", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "50-65", "fDam": "0-0", "wDam": "60-70", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Battle Leggings", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 20, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 7, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plains Runner", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 8, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Doodad", "tier": "Rare", "set": null, "material": "414", "quest": null, "poison": 0, "thorns": 4, "exploding": 4, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 4, "ref": 4, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 4, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solidified Chestplate", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 14, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corkuff", "tier": "Unique", "set": null, "material": "191", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coolant", "tier": "Rare", "set": null, "material": "88", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 25, "wDef": 25, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 6, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ashen Helm", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 12, "category": "armor", "slots": 2, "drop": "never", "hp": 2700, "fDef": 70, "wDef": 0, "aDef": -120, "tDef": 50, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": -10, "str": 0, "dex": 0, "int": -5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 7, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quicksilver", "tier": "Rare", "set": null, "material": "160:1", "quest": null, "poison": 375, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -600, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Microchip", "tier": "Unique", "set": null, "material": "95:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -40, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 1, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wristviewer", "tier": "Unique", "set": null, "material": "28", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 9, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 4, "wDamPct": 4, "aDamPct": 4, "tDamPct": 4, "eDamPct": 4, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Waxed Overalls", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 675, "fDef": -45, "wDef": 45, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bane of War", "tier": "Rare", "type": "spear", "set": null, "material": "24:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "110-150", "fDam": "0-0", "wDam": "50-65", "aDam": "40-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -97, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Darkiron Aegis", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 3275, "fDef": 150, "wDef": -80, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 65, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 5, "spd": -10, "atkTier": -4, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 160, "sdRaw": 0, "mdRaw": 2000, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 40, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Blade", "tier": "Unique", "type": "dagger", "set": null, "material": "162:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "56-97", "fDam": "0-0", "wDam": "53-74", "aDam": "53-74", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 20, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fulminate Staff", "tier": "Rare", "type": "wand", "set": null, "material": "159:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 2, "drop": "never", "nDam": "100-130", "fDam": "90-110", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Low World Greaves", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2350, "fDef": 0, "wDef": 80, "aDef": -80, "tDef": 0, "eDef": 120, "lvl": 90, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 18, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 6, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 30, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Comrade", "tier": "Rare", "type": "bow", "set": null, "material": "126:2", "quest": null, "poison": 0, "thorns": 25, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "160-270", "fDam": "80-130", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 2250, "spRegen": 0, "eSteal": 0, "hprRaw": 180, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eradian Full Helm", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2975, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 35, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Icejewel", "tier": "Rare", "type": "wand", "set": null, "material": "5:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "85-125", "fDam": "0-0", "wDam": "50-95", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 27, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 25, "aDefPct": -20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mountain's Song", "tier": "Unique", "type": "relik", "set": null, "material": "273:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "634-686", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "634-686", "atkSpd": "SUPER_SLOW", "lvl": 90, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 50, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": -30, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mercurial Chestplate", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2625, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 92, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magma Flinger", "tier": "Unique", "type": "bow", "set": null, "material": "159:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-440", "fDam": "0-570", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 92, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -120, "mdRaw": 360, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 30, "fDefPct": 0, "wDefPct": -25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Odin", "tier": "Unique", "type": "dagger", "set": null, "material": "179:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "28-66", "fDam": "0-0", "wDam": "0-0", "aDam": "50-116", "tDam": "50-116", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 6, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 8, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ornamental Plate", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2250, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 90, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Siege Ram", "tier": "Unique", "type": "spear", "set": null, "material": "135", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "150-220", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-145", "atkSpd": "SLOW", "lvl": 90, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ramhoof", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2675, "fDef": -90, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 190, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 230, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sekaisin", "tier": "Unique", "type": "spear", "set": null, "material": "159:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "0-123", "fDam": "0-123", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 260, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1100, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 60, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rodoroc's Guard", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 3500, "fDef": 100, "wDef": -80, "aDef": 100, "tDef": 0, "eDef": -80, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 4, "def": 4, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 255, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vulcamail Leggings", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2450, "fDef": 100, "wDef": 0, "aDef": 0, "tDef": -100, "eDef": 100, "lvl": 89, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 220, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 6, "spd": -7, "atkTier": 0, "hpBonus": 600, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chipped Glitz", "tier": "Unique", "set": null, "material": "56", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -2, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steamstone", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2900, "fDef": 75, "wDef": 75, "aDef": 0, "tDef": -90, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 25, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -10, "tDamPct": -10, "eDamPct": 14, "fDefPct": 8, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stricken Bolt", "tier": "Unique", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "420-1300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 1040, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 25, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Broken Sandust", "tier": "Unique", "set": null, "material": "95:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 2, "int": 0, "agi": 0, "def": 0, "spd": 1, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 1, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enhanced Copper Plate", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 285, "fDef": -15, "wDef": 0, "aDef": 0, "tDef": -18, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 3, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 2, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 4, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enhanced Coalwalkers", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 3, "category": "armor", "slots": 1, "drop": "never", "hp": 230, "fDef": 15, "wDef": -25, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 31, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 0, "int": 0, "agi": 0, "def": 1, "spd": -7, "atkTier": 0, "hpBonus": 20, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enhanced DuskShield", "displayName": "Enhanced Duskshield", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 3, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 460, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 10, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 3, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enhanced Pickpockets", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 275, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 2, "def": -7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Upgraded Archpriest", "tier": "Rare", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "15-25", "fDam": "0-0", "wDam": "13-14", "aDam": "12-17", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 18, "agiReq": 18, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 2, "str": 0, "dex": 0, "int": -1, "agi": 2, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 4, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Upgraded Radiance", "tier": "Unique", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "38-56", "fDam": "17-22", "wDam": "15-25", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 15, "hprPct": 4, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cracked Stonehall", "tier": "Unique", "set": null, "material": "95:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 3, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Upgraded Dark Needle", "tier": "Unique", "type": "wand", "set": null, "material": "44:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "8-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "7-16", "eDam": "0-0", "atkSpd": "FAST", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Used Wolf Paw", "tier": "Unique", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 4, "tDef": 0, "eDef": 4, "lvl": 30, "classReq": null, "strReq": 8, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 2, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 2, "tDamPct": 0, "eDamPct": 2, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diving Boots II", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 750, "fDef": 0, "wDef": 65, "aDef": 0, "tDef": -50, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Upgraded Steel Buster", "tier": "Unique", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 3, "category": "weapon", "slots": 1, "drop": "never", "nDam": "39-52", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "18-22", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -9, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Backstaff", "tier": "Unique", "type": "wand", "set": null, "material": "18:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "14-18", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "6-10", "atkSpd": "NORMAL", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 60, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diving Boots III", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 1350, "fDef": 0, "wDef": 90, "aDef": 0, "tDef": -75, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Upgraded Whisper", "tier": "Unique", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "24-36", "fDam": "0-0", "wDam": "0-0", "aDam": "13-22", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 3, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 1, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 2, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Harpoon", "tier": "Unique", "type": "bow", "set": null, "material": "126:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "74-84", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -7, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mage-Crafted Staff", "tier": "Rare", "type": "wand", "set": null, "material": "126:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "10-20", "fDam": "12-18", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 5, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fishing Hook", "tier": "Unique", "type": "dagger", "set": null, "material": "17:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "12-16", "fDam": "0-0", "wDam": "8-14", "aDam": "0-0", "tDam": "2-6", "eDam": "0-0", "atkSpd": "FAST", "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eel Spear", "tier": "Unique", "type": "spear", "set": null, "material": "5:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "9-13", "fDam": "0-0", "wDam": "6-8", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 24, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Selchar's Famous Breeches", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 125, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 7, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diving Boots I", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 300, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Crow's Nest", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 135, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 5, "eDef": -3, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 12, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Portable Buoys", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 130, "fDef": 0, "wDef": 7, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sea Legs", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 180, "fDef": 0, "wDef": 8, "aDef": 0, "tDef": -6, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Saltwater Rune", "tier": "Rare", "type": "relik", "set": null, "material": "273:22", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "80-95", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-50", "atkSpd": "VERY_SLOW", "lvl": 24, "classReq": null, "strReq": 8, "dexReq": 0, "intReq": 12, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -2, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seafarer's Coat", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 150, "fDef": 0, "wDef": 7, "aDef": 5, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brass Leg Plates", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2125, "fDef": -120, "wDef": 0, "aDef": 0, "tDef": 75, "eDef": 75, "lvl": 81, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 160, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tricorne", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 115, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 1, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tearing Seam", "tier": "Unique", "type": "relik", "set": null, "material": "273:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "20-26", "fDam": "17-23", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "23-29", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 16, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 16, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 33, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": -7, "int": -7, "agi": -7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 43, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brass Choker", "tier": "Rare", "set": null, "material": "160:11", "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 10, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 2, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Double-Edge", "tier": "Rare", "type": "spear", "set": null, "material": "44:7", "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "45-145", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "45-135", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -30, "mr": 0, "sdPct": 0, "mdPct": 13, "ls": -215, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 190, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragulj Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1875, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragon Horned Helmet", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2150, "fDef": 160, "wDef": -100, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ehoole Drakeskin", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1750, "fDef": -140, "wDef": 90, "aDef": 80, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 8, "mdPct": -16, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 210, "mdRaw": 0, "fDamPct": -16, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earthlink", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1850, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 70, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -5, "tDamPct": -5, "eDamPct": 35, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crook's March", "tier": "Rare", "type": "relik", "set": null, "material": "273:7", "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "140-160", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "160-180", "eDam": "165-175", "atkSpd": "SLOW", "lvl": 82, "classReq": null, "strReq": 45, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 250, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -900, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flexing Chain", "tier": "Unique", "set": null, "material": "191", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -2, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 6, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Pearl", "tier": "Rare", "set": null, "material": "160:7", "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 6, "category": "accessory", "slots": 0, "drop": "never", "hp": 500, "fDef": 50, "wDef": -40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 4, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Forge Stoker", "tier": "Unique", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-11", "fDam": "39-50", "wDam": "0-0", "aDam": "28-39", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 180, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -55, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 16, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Formation", "tier": "Rare", "set": null, "material": "183", "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 300, "fDef": 0, "wDef": 0, "aDef": -25, "tDef": 0, "eDef": 40, "lvl": 81, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 4, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Metal Breaker", "tier": "Unique", "type": "bow", "set": null, "material": "164", "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 1, "drop": "never", "nDam": "330-360", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "300-400", "atkSpd": "VERY_SLOW", "lvl": 80, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": -4, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jewel Cutter", "tier": "Unique", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "100-200", "fDam": "0-0", "wDam": "0-0", "aDam": "60-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 145, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": -12, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ironbody", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 18, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 2950, "fDef": 110, "wDef": 40, "aDef": 50, "tDef": 60, "eDef": 120, "lvl": 82, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 16, "mr": 0, "sdPct": 0, "mdPct": 16, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -30, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plate Shock", "tier": "Rare", "type": "wand", "set": null, "material": "44:3", "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "155-290", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -75, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 18, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mithril Mantle", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 2125, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mining Fever", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 1850, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 7, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rask", "tier": "Rare", "set": null, "material": "89", "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ring of Power", "tier": "Unique", "set": null, "material": "87", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rough Diamond", "tier": "Unique", "set": null, "material": "160:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 2, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ring of Wisdom", "tier": "Unique", "set": null, "material": "87", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Legionnaire Plate", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": "The Belly of the Beast", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2400, "fDef": 120, "wDef": -90, "aDef": 120, "tDef": -90, "eDef": 120, "lvl": 83, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 10, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 210, "fDamPct": 10, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Legionnaire Helm", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": "The Belly of the Beast", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2125, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 82, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 5, "lb": 15, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Legionnaire Leggings", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": "The Belly of the Beast", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1900, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sterk", "tier": "Rare", "set": null, "material": "95:8", "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 250, "fDef": 25, "wDef": -10, "aDef": 0, "tDef": 0, "eDef": 10, "lvl": 81, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 0, "aDefPct": 6, "tDefPct": 0, "eDefPct": 8, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shale Edge", "tier": "Rare", "type": "dagger", "set": null, "material": "162:1", "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "53-85", "fDam": "0-0", "wDam": "43-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -16, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": -13, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steady Grip", "tier": "Rare", "set": null, "material": "66", "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragonspit", "tier": "Rare", "type": "bow", "set": null, "material": "159:8", "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 7, "category": "weapon", "slots": 2, "drop": "never", "nDam": "44-61", "fDam": "99-182", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 335, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 1200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Bay", "tier": "Unique", "type": "relik", "set": null, "material": "273:22", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "165-175", "fDam": "0-0", "wDam": "55-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Brand", "tier": "Legendary", "set": null, "material": "95:8", "quest": "The Belly Of The Beast", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 650, "fDef": 30, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": -5, "aDefPct": 0, "tDefPct": -5, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tankard Basher", "tier": "Unique", "type": "spear", "set": null, "material": "134", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "50-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-110", "atkSpd": "FAST", "lvl": 81, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": -8, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Banner", "tier": "Legendary", "set": null, "material": "183", "quest": "The Belly Of The Beast", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 82, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sterling Silver", "tier": "Unique", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 25, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Siege Bow", "tier": "Legendary", "type": "bow", "set": null, "material": "159:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "165-310", "fDam": "75-160", "wDam": "0-0", "aDam": "55-180", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": -15, "atkTier": 0, "hpBonus": 750, "spRegen": 0, "eSteal": 0, "hprRaw": 160, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Crest", "tier": "Legendary", "set": null, "material": "160:13", "quest": "The Belly Of The Beast", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 6, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": -10, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Warhammer", "tier": "Legendary", "type": "spear", "set": null, "material": "135", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "150-200", "fDam": "60-115", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-105", "atkSpd": "SLOW", "lvl": 82, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 25, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tight Clamp", "tier": "Unique", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 450, "fDef": 30, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -2, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Stonesinger", "tier": "Legendary", "type": "relik", "set": null, "material": "273:26", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "140-150", "fDam": "65-80", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-75", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 180, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 20, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Warsword", "tier": "Legendary", "type": "dagger", "set": null, "material": "179:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "90-155", "fDam": "0-0", "wDam": "0-0", "aDam": "50-90", "tDam": "0-0", "eDam": "60-80", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": -8, "agi": 8, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -100, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Filter Mask", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": -375, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2750, "fDef": 0, "wDef": 0, "aDef": 120, "tDef": 0, "eDef": 120, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Canyon Strider", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2200, "fDef": -70, "wDef": 0, "aDef": 70, "tDef": 0, "eDef": 70, "lvl": 84, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 6, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 12, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coal Duster", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 3500, "thorns": 0, "exploding": 10, "category": "armor", "slots": 3, "drop": "never", "hp": 2575, "fDef": -65, "wDef": 0, "aDef": 0, "tDef": 90, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": -35, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": -17, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": -25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fir Needle", "tier": "Unique", "type": "dagger", "set": null, "material": "179:1", "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "32-64", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "53-91", "atkSpd": "SUPER_FAST", "lvl": 83, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 154, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 19, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Firestarter", "tier": "Unique", "type": "dagger", "set": null, "material": "16", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 3, "drop": "never", "nDam": "160-252", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pine Bow", "tier": "Rare", "type": "bow", "set": null, "material": "7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "200-310", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-100", "atkSpd": "NORMAL", "lvl": 85, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plated Mining Helm", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Ironstaff", "tier": "Legendary", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "60-90", "fDam": "45-60", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "45-60", "atkSpd": "NORMAL", "lvl": 82, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -10, "int": -10, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 1075, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 30, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Windwhistle", "tier": "Unique", "type": "bow", "set": null, "material": "35:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "17-50", "fDam": "0-0", "wDam": "72-88", "aDam": "61-99", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": -8, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shine Lamp", "tier": "Rare", "type": "relik", "set": null, "material": "273:26", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "280-291", "wDam": "269-303", "aDam": "263-309", "tDam": "257-314", "eDam": "274-297", "atkSpd": "SUPER_SLOW", "lvl": 83, "classReq": null, "strReq": 18, "dexReq": 18, "intReq": 18, "agiReq": 18, "defReq": 18, "hprPct": 0, "mr": 1, "sdPct": -25, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": -25, "spRaw1": 0, "spPct2": -25, "spRaw2": 0, "spPct3": -25, "spRaw3": 0, "spPct4": -25, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Surefooter", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 7, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 70, "eDef": 100, "lvl": 86, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 7, "aDefPct": 0, "tDefPct": 10, "eDefPct": 14, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wood Hammer", "tier": "Unique", "type": "spear", "set": null, "material": "135", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "80-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "30-60", "atkSpd": "FAST", "lvl": 84, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Battalion", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 640, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": -10, "aDamPct": -10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wooly Long Johns", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2525, "fDef": 0, "wDef": 175, "aDef": 175, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 14, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 145, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 14, "aDefPct": 14, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Legionnaire Greaves", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": "The Belly of the Beast", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2550, "fDef": 60, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Defender", "tier": "Unique", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "100-110", "fDam": "65-95", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Battle Staff", "tier": "Unique", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 2, "drop": "never", "nDam": "25-30", "fDam": "15-30", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dual", "tier": "Unique", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "22-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "28-39", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dinosaur", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 650, "fDef": 0, "wDef": 0, "aDef": -50, "tDef": 0, "eDef": 40, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": -5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Medecin", "tier": "Unique", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "34-52", "fDam": "0-0", "wDam": "34-52", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 2, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Judge", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 750, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 15, "mdPct": 20, "ls": -80, "ms": -2, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Moonlight", "tier": "Unique", "type": "relik", "set": null, "material": "273:19", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "40-50", "fDam": "0-0", "wDam": "25-35", "aDam": "25-35", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 16, "agiReq": 16, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 25, "aDefPct": 25, "tDefPct": 15, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hurricane", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 750, "fDef": -100, "wDef": 0, "aDef": 100, "tDef": 0, "eDef": -40, "lvl": 55, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wardrummer", "tier": "Unique", "type": "relik", "set": null, "material": "273:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "155-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 52, "classReq": null, "strReq": 16, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 16, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Strikedown", "tier": "Unique", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "112-120", "fDam": "0-0", "wDam": "70-80", "aDam": "0-0", "tDam": "60-90", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -40, "sdRaw": 95, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -15, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Warlord", "tier": "Rare", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "nDam": "320-457", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 54, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": -3, "int": 0, "agi": -3, "def": 2, "spd": -4, "atkTier": 0, "hpBonus": 450, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voidstone Elrik", "tier": "Rare", "type": "relik", "set": null, "material": null, "quest": "One Thousand Meters Under", "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "215-225", "fDam": "0-0", "wDam": "0-0", "aDam": "425-455", "tDam": "0-0", "eDam": "430-450", "atkSpd": "VERY_SLOW", "lvl": 95, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 305, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voidstone Lensing", "tier": "Rare", "type": "bow", "set": null, "material": null, "quest": "One Thousand Meters Under", "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "170-270", "fDam": "0-0", "wDam": "0-0", "aDam": "390-490", "tDam": "0-0", "eDam": "390-490", "atkSpd": "VERY_SLOW", "lvl": 95, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 305, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voidstone Esbald", "tier": "Rare", "type": "dagger", "set": null, "material": null, "quest": "One Thousand Meters Under", "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "183-183", "fDam": "0-0", "wDam": "0-0", "aDam": "166-566", "tDam": "0-0", "eDam": "166-566", "atkSpd": "VERY_SLOW", "lvl": 95, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 305, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voidstone Arpes", "tier": "Rare", "type": "spear", "set": null, "material": null, "quest": "One Thousand Meters Under", "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-292", "fDam": "0-0", "wDam": "0-0", "aDam": "292-292", "tDam": "0-0", "eDam": "292-292", "atkSpd": "VERY_SLOW", "lvl": 95, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 305, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zhight Beaded Broach", "tier": "Unique", "set": null, "material": null, "quest": "Zhight Island", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 10, "sdRaw": 10, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voidstone Recteps", "tier": "Rare", "type": "wand", "set": null, "material": null, "quest": "One Thousand Meters Under", "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "105-115", "fDam": "0-0", "wDam": "0-0", "aDam": "140-300", "tDam": "0-0", "eDam": "200-240", "atkSpd": "VERY_SLOW", "lvl": 95, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 305, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zhight Coral Band", "tier": "Rare", "set": null, "material": "66", "quest": "Zhight Island", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 200, "fDef": 0, "wDef": 35, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zhight Shiny Ring", "tier": "Rare", "set": null, "material": "95:12", "quest": "Zhight Island", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -65, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zhight Powwow Bangle", "tier": "Unique", "set": null, "material": null, "quest": "Zhight Island", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 55, "classReq": null, "strReq": 6, "dexReq": 6, "intReq": 6, "agiReq": 6, "defReq": 6, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 9, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 12, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zhight Souvenir Coin", "tier": "Unique", "set": null, "material": null, "quest": "Zhight Island", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 1, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sage", "tier": "Legendary", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "54-76", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 32, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saffron Arch", "tier": "Unique", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "35-52", "fDam": "14-30", "wDam": "0-0", "aDam": "0-0", "tDam": "10-34", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 8, "intReq": 0, "agiReq": 0, "defReq": 8, "hprPct": 7, "mr": 0, "sdPct": 6, "mdPct": -14, "ls": 33, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 160, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sagittarius", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 18, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "fDef": 0, "wDef": 0, "aDef": 140, "tDef": 0, "eDef": -200, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 80, "defReq": 0, "hprPct": -25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 18, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 230, "mdRaw": 300, "fDamPct": 0, "wDamPct": 0, "aDamPct": 25, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zhight Weird Magic Necklace", "tier": "Rare", "set": null, "material": "414:0", "quest": "Zhight Island", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 5, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 55, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 7, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Salience", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 300, "fDef": 20, "wDef": 15, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 10, "hprPct": 12, "mr": 0, "sdPct": -6, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 10, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 9, "wDefPct": 9, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saint's Scar", "tier": "Unique", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 85, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "19-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "8-15", "atkSpd": "NORMAL", "lvl": 24, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Salmon", "tier": "Unique", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "22-44", "fDam": "0-0", "wDam": "33-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 4, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Salamander", "tier": "Unique", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 130, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-19", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 20, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sanare", "tier": "Rare", "type": "wand", "set": null, "material": "5:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "80-100", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": 15, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 27, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saltine", "tier": "Rare", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-55", "fDam": "0-0", "wDam": "0-0", "aDam": "65-75", "tDam": "45-95", "eDam": "0-0", "atkSpd": "FAST", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 5, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": -400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 16, "tDamPct": 16, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -16, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Salvation", "tier": "Unique", "type": "wand", "set": null, "material": "5:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "32-32", "fDam": "36-36", "wDam": "36-36", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 35, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -50, "eDamPct": 0, "fDefPct": 12, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "SandStorm Walker", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 3, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 435, "fDef": 0, "wDef": 0, "aDef": -30, "tDef": 20, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 4, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sandstorm", "tier": "Rare", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 50, "thorns": 7, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "14-29", "fDam": "0-0", "wDam": "0-0", "aDam": "20-39", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 15, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -35, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sandstone Leggings", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 270, "fDef": 0, "wDef": -15, "aDef": 8, "tDef": 0, "eDef": 8, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sandust", "tier": "Unique", "set": null, "material": "95:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sano's Wisdom", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 565, "fDef": 0, "wDef": 35, "aDef": 15, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": -20, "eDamPct": -15, "fDefPct": 0, "wDefPct": 25, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sandscar", "tier": "Unique", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 365, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "26-42", "fDam": "0-0", "wDam": "0-0", "aDam": "10-18", "tDam": "0-0", "eDam": "16-28", "atkSpd": "NORMAL", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": -5, "aDefPct": 7, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sans", "tier": "Unique", "type": "dagger", "set": null, "material": "359:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "210-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sapphire Shard", "tier": "Unique", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "23-28", "fDam": "0-0", "wDam": "58-67", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 21, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 14, "lb": 0, "ref": 11, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -8, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sapling", "tier": "Rare", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "100-180", "aDam": "0-0", "tDam": "0-0", "eDam": "130-150", "atkSpd": "SLOW", "lvl": 75, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 2, "sdPct": -10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 85, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sargasso", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 10, "fDef": 0, "wDef": 3, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sano's Care", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 0, "fDef": 200, "wDef": 200, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 70, "hprPct": 40, "mr": 2, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 215, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sapphire", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3050, "fDef": 0, "wDef": -80, "aDef": 0, "tDef": 0, "eDef": -80, "lvl": 97, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 18, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 190, "mdRaw": 245, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -35, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saving Grace", "tier": "Rare", "type": "relik", "set": null, "material": "273:22", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "70-80", "wDam": "45-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sawdust", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 700, "fDef": -40, "wDef": 0, "aDef": 45, "tDef": 0, "eDef": 30, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 13, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 18, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scalding Scimitar", "tier": "Unique", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "120-240", "fDam": "60-197", "wDam": "60-197", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 30, "hprPct": -30, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -30, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sayleros' Brother's Misfortune", "tier": "Rare", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": -2, "int": 0, "agi": -2, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sarnfic's Lost Treasure", "tier": "Rare", "set": null, "material": "88", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -15, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scarab", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 6, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scaldsteppers", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2325, "fDef": 75, "wDef": 110, "aDef": -90, "tDef": -100, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": -12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scale of Sieryu", "displayName": "Scale of Seiryu", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 100, "defReq": 0, "hprPct": 0, "mr": 4, "sdPct": -150, "mdPct": -50, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 40, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scalpel", "tier": "Rare", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "28-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 32, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 16, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scorcher", "tier": "Unique", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "34-40", "fDam": "50-60", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scorpion", "tier": "Legendary", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 450, "thorns": 25, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -5, "wDefPct": -5, "aDefPct": -10, "tDefPct": -5, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scorpio", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 1360, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3500, "fDef": 160, "wDef": -150, "aDef": 0, "tDef": 0, "eDef": 80, "lvl": 90, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scylla Shell", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "fDef": 0, "wDef": 15, "aDef": -40, "tDef": 0, "eDef": 15, "lvl": 45, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Screech", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1675, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 150, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 11, "wDamPct": 0, "aDamPct": 11, "tDamPct": 11, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sculptor", "tier": "Unique", "type": "spear", "set": null, "material": "256:0", "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 5, "drop": "NORMAL", "nDam": "210-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 180, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scroll of Nythiar", "tier": "Rare", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "11-22", "wDam": "15-18", "aDam": "9-24", "tDam": "6-27", "eDam": "12-21", "atkSpd": "FAST", "lvl": 66, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 23, "mr": 2, "sdPct": 35, "mdPct": -70, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 42, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seagazer", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2175, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 55, "sdRaw": 0, "mdRaw": 0, "fDamPct": -7, "wDamPct": 0, "aDamPct": 0, "tDamPct": -7, "eDamPct": -7, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saundersi Signet", "tier": "Legendary", "set": null, "material": "95:12", "quest": null, "poison": 758, "thorns": 0, "exploding": 15, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -125, "fDef": 0, "wDef": 0, "aDef": -30, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 40, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Searing Knife", "tier": "Unique", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 6, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "85-110", "fDam": "45-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 18, "mr": 0, "sdPct": 9, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scythe", "tier": "Legendary", "type": "spear", "set": null, "material": "35:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-115", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "30-165", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 70, "classReq": null, "strReq": 40, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -23, "mr": 0, "sdPct": 0, "mdPct": 25, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 9, "int": -10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 15, "fDefPct": 0, "wDefPct": -25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seipodon", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "fDef": 0, "wDef": 140, "aDef": 0, "tDef": -140, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 75, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -25, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sealing Coin", "tier": "Unique", "set": null, "material": "102", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 330, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Secret", "tier": "Unique", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Second Wind", "tier": "Fabled", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 6325, "fDef": 120, "wDef": 0, "aDef": 120, "tDef": -300, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 65, "hprPct": -30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -400, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 20, "def": 0, "spd": 20, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seismic Chaps", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 270, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 59, "fDamPct": 0, "wDamPct": 0, "aDamPct": -10, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seeker", "tier": "Unique", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 1, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seismosoul", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2300, "fDef": 0, "wDef": 65, "aDef": -130, "tDef": 0, "eDef": 65, "lvl": 92, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -40, "wDefPct": 0, "aDefPct": 0, "tDefPct": -40, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Semreh", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 975, "fDef": -60, "wDef": 0, "aDef": 70, "tDef": 0, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 11, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sempiternel", "displayName": "Sempiternal", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2700, "fDef": 170, "wDef": 0, "aDef": 130, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 55, "hprPct": 25, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 900, "spRegen": 0, "eSteal": 0, "hprRaw": 185, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 16, "aDefPct": 0, "tDefPct": 18, "eDefPct": 24, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sequencer", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2345, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": 15, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 60, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sequoia", "tier": "Unique", "type": "wand", "set": null, "material": "18:2", "quest": null, "poison": 3130, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "9-17", "atkSpd": "VERY_SLOW", "lvl": 100, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -30, "atkTier": 0, "hpBonus": 1300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seven-League Boots", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "majorIds": ["LIGHTWEIGHT"], "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 450, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": -60, "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 18, "def": 0, "spd": 27, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sextant", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "fDef": 0, "wDef": 0, "aDef": -70, "tDef": 0, "eDef": 60, "lvl": 62, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -15, "tDamPct": 0, "eDamPct": 9, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 9, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seraph", "tier": "Unique", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "27-45", "fDam": "0-0", "wDam": "0-0", "aDam": "32-36", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 4, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 15, "tDefPct": -12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sessanta", "tier": "Unique", "set": null, "material": "87", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 60, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 90, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shadow Blade", "tier": "Unique", "type": "dagger", "set": null, "material": "35:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "4-15", "fDam": "0-0", "wDam": "0-0", "aDam": "1-8", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -8, "ls": 5, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 8, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shade of Night", "tier": "Unique", "type": "spear", "set": null, "material": "180", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "32-117", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 13, "aDamPct": 0, "tDamPct": 13, "eDamPct": 0, "fDefPct": -26, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": -26, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shaggy Boots", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 150, "eDef": -150, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 300, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -6, "hpBonus": -800, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 2700, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 40, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shark Tooth", "tier": "Unique", "set": null, "material": "160:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 1, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shajaea", "tier": "Rare", "type": "bow", "set": null, "material": "126:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-160", "fDam": "135-240", "wDam": "135-240", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 45, "hprPct": 27, "mr": 2, "sdPct": -16, "mdPct": -16, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 2000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sharp Heels", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 130, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -5, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 29, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shadow Flame", "tier": "Unique", "type": "relik", "set": null, "material": "273:17", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "59-63", "fDam": "53-69", "wDam": "0-0", "aDam": "0-0", "tDam": "47-75", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -10, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -800, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 140, "mdRaw": 0, "fDamPct": 17, "wDamPct": -25, "aDamPct": 0, "tDamPct": 17, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -20, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sharpened Harpoon", "tier": "Unique", "type": "spear", "set": null, "material": "24:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "165-265", "fDam": "0-0", "wDam": "175-300", "aDam": "0-0", "tDam": "75-400", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 11, "ref": 0, "str": 0, "dex": 9, "int": 9, "agi": 0, "def": 0, "spd": -19, "atkTier": 0, "hpBonus": -1050, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sharp", "tier": "Unique", "set": null, "material": "95:12", "quest": null, "poison": 0, "thorns": 3, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sharp Terror", "tier": "Unique", "type": "spear", "set": null, "material": "5:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "25-31", "fDam": "0-0", "wDam": "31-39", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sharpshooter", "tier": "Unique", "type": "bow", "set": null, "material": "7:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "36-43", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shawl of Gaea", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3700, "fDef": 125, "wDef": 0, "aDef": -150, "tDef": 0, "eDef": 125, "lvl": 95, "classReq": null, "strReq": 75, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 465, "fDamPct": 27, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shell of Genbu", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2500, "fDef": 75, "wDef": 75, "aDef": 0, "tDef": -90, "eDef": -60, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 23, "mdPct": 0, "ls": -215, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sharpened Stylus", "tier": "Unique", "type": "wand", "set": null, "material": "280:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "15-19", "fDam": "0-0", "wDam": "15-19", "aDam": "0-0", "tDam": "15-19", "eDam": "0-0", "atkSpd": "FAST", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 17, "intReq": 17, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": 14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -170, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 14, "aDamPct": 0, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shatterglass", "tier": "Legendary", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 11, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -20, "wDef": -20, "aDef": -20, "tDef": -20, "eDef": -20, "lvl": 91, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": -5, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shield Buster", "tier": "Unique", "type": "spear", "set": null, "material": "23", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "20-200", "fDam": "0-0", "wDam": "100-150", "aDam": "0-0", "tDam": "0-0", "eDam": "110-140", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 145, "mdRaw": 210, "fDamPct": 0, "wDamPct": 0, "aDamPct": -20, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shin Guards", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 9, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shimmersight", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": -10, "lb": -30, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 12, "aDefPct": 10, "tDefPct": 12, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shellcarve", "tier": "Rare", "type": "relik", "set": null, "material": "273:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "55-58", "fDam": "0-0", "wDam": "131-151", "aDam": "0-0", "tDam": "0-0", "eDam": "131-151", "atkSpd": "FAST", "lvl": 93, "classReq": null, "strReq": 42, "dexReq": 0, "intReq": 42, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -9, "int": 0, "agi": -9, "def": -9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -280, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 28, "aDamPct": 0, "tDamPct": 0, "eDamPct": 28, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shinespark", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 20, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 575, "fDef": 0, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": -30, "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 0, "fDamPct": 16, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": -50, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shining Stave", "tier": "Unique", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-60", "fDam": "0-0", "wDam": "0-0", "aDam": "24-50", "tDam": "24-50", "eDam": "0-0", "atkSpd": "FAST", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 16, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 14, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shining Cloak", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 12, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shock", "tier": "Unique", "set": null, "material": "95:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shockmosis", "tier": "Unique", "type": "relik", "set": null, "material": "273:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "107-127", "fDam": "0-0", "wDam": "45-55", "aDam": "0-0", "tDam": "45-55", "eDam": "0-0", "atkSpd": "FAST", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sheathed Glaive", "tier": "Unique", "type": "spear", "set": null, "material": "5:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Short Circuit", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 18, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -60, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": 0, "ls": -120, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 17, "eDamPct": 0, "fDefPct": 0, "wDefPct": -7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shiny Coin", "tier": "Unique", "set": null, "material": "102", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 120, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shrok", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 385, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": -25, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 53, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shokku", "tier": "Unique", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-100", "eDam": "0-0", "atkSpd": "FAST", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 5, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sickle", "tier": "Unique", "type": "dagger", "set": null, "material": "35:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-30", "fDam": "0-0", "wDam": "0-0", "aDam": "5-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shockwave", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1925, "fDef": -130, "wDef": 0, "aDef": 90, "tDef": 90, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": -12, "mr": 0, "sdPct": 13, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sight of the Druid", "tier": "Unique", "type": "bow", "set": null, "material": "163:0", "quest": null, "poison": 805, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "170-215", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-130", "atkSpd": "SLOW", "lvl": 78, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -15, "eDamPct": 0, "fDefPct": -15, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sigil of Existence", "tier": "Rare", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "45-60", "fDam": "0-0", "wDam": "50-60", "aDam": "40-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 16, "agi": 10, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 2050, "spRegen": 77, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 31, "aDefPct": 31, "tDefPct": -15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sightlines", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "fDef": -60, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 85, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sigil of Resistance", "tier": "Rare", "type": "relik", "set": null, "material": "273:17", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "115-119", "fDam": "117-121", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "117-121", "atkSpd": "NORMAL", "lvl": 97, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 95, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 12, "spd": 0, "atkTier": 0, "hpBonus": 3000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 31, "wDefPct": -15, "aDefPct": 12, "tDefPct": 15, "eDefPct": 31, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Signal Flare", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3200, "fDef": 100, "wDef": -150, "aDef": 100, "tDef": 0, "eDef": -100, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 205, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 260, "fDamPct": 15, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -35, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silent Ballet", "tier": "Unique", "type": "relik", "set": null, "material": "273:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "125-135", "tDam": "0-0", "eDam": "125-135", "atkSpd": "FAST", "lvl": 83, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -40000, "mdPct": 40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -40000, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": -40, "spRaw1": -40, "spPct2": -40, "spRaw2": -40, "spPct3": -40, "spRaw3": -40, "spPct4": -40, "spRaw4": -40, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silkweb Mail", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "fDef": -110, "wDef": 0, "aDef": 90, "tDef": 0, "eDef": 120, "lvl": 95, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 240, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -9, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 30, "tDamPct": 0, "eDamPct": 20, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silhouette", "tier": "Unique", "type": "relik", "set": null, "material": "273:18", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "24-27", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silkworm", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 260, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": -50, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 38, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": -10, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver", "tier": "Rare", "type": "dagger", "set": null, "material": "179:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "66-105", "fDam": "0-0", "wDam": "0-0", "aDam": "110-149", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 23, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Bell", "tier": "Unique", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-55", "fDam": "0-0", "wDam": "85-110", "aDam": "65-130", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Bow", "tier": "Unique", "type": "bow", "set": null, "material": "22:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "22-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 13, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Sound", "tier": "Rare", "type": "relik", "set": null, "material": "273:20", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "535-540", "wDam": "0-0", "aDam": "535-540", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": 10, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 29, "wDamPct": -42, "aDamPct": 29, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -2, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Simplicity", "tier": "Unique", "set": null, "material": "48", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 4, "wDef": 4, "aDef": 4, "tDef": 4, "eDef": 4, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 1, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Simple Coin", "tier": "Unique", "set": null, "material": "102", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 10, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sinister", "tier": "Rare", "set": null, "material": "28", "quest": null, "poison": 350, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -55, "aDef": 0, "tDef": 20, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 80, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -13, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sitis", "tier": "Legendary", "type": "dagger", "set": null, "material": "162:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-140", "fDam": "0-0", "wDam": "150-225", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 20, "mdPct": 0, "ls": 300, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -185, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sinkhole", "tier": "Rare", "type": "relik", "set": null, "material": "273:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "550-575", "atkSpd": "VERY_SLOW", "lvl": 61, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 118, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -600, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 305, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Siwel's Guilt", "tier": "Rare", "set": null, "material": "28", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 6, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": -5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 370, "spRegen": -30, "eSteal": 0, "hprRaw": 28, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skaxis", "tier": "Unique", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-100", "atkSpd": "FAST", "lvl": 62, "classReq": null, "strReq": 40, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 100, "int": 0, "agi": -77, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": -500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sizzling Shawl", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3050, "fDef": 60, "wDef": 80, "aDef": 0, "tDef": -180, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 35, "hprPct": -25, "mr": 0, "sdPct": 23, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -150, "sdRaw": 200, "mdRaw": 0, "fDamPct": 20, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skeleton's Bone", "tier": "Unique", "type": "wand", "set": null, "material": "126:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 5, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skeleton Bones", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 82, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 210, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 18, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skeleton Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 200, "fDef": -15, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": -5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skien's Madness", "tier": "Rare", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "10-155", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 13, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 7, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 2, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silicosis", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 900, "fDef": -100, "wDef": 0, "aDef": 45, "tDef": 0, "eDef": 55, "lvl": 63, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 5, "def": -3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -30, "wDamPct": 0, "aDamPct": 13, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skien's Paranoia", "tier": "Rare", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "64-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 140, "ms": -1, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": -5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 450, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skin Cap", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 16, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skin Piercer", "tier": "Legendary", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "1-55", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-55", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sky Glaze", "tier": "Unique", "type": "relik", "set": null, "material": "273:19", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "25-25", "fDam": "0-0", "wDam": "20-30", "aDam": "15-35", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": -10, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sky Chef's Apron", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": "Recipe For Disaster", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "hp": 3200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skyspiral", "tier": "Rare", "type": "relik", "set": null, "material": "273:19", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "31-31", "fDam": "0-0", "wDam": "0-0", "aDam": "57-63", "tDam": "38-42", "eDam": "0-0", "atkSpd": "FAST", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": -5, "spd": 20, "atkTier": 0, "hpBonus": -320, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 59, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sky Reflector", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": -60, "wDef": 15, "aDef": 70, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skyfall", "tier": "Legendary", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "25-55", "fDam": "0-0", "wDam": "0-0", "aDam": "55-95", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 38, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -12, "wDamPct": -12, "aDamPct": 24, "tDamPct": -12, "eDamPct": -12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slap", "tier": "Unique", "set": null, "material": "190", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 5, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shine Suffocator", "tier": "Legendary", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "44-53", "fDam": "0-0", "wDam": "33-40", "aDam": "0-0", "tDam": "33-40", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 300, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -80, "spRaw3": 0, "spPct4": 0, "spRaw4": 2, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skywatcher", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1950, "fDef": -100, "wDef": 0, "aDef": 100, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 5, "agi": 7, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 7, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slate Bow", "tier": "Rare", "type": "bow", "set": null, "material": "136:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 6, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "10-18", "fDam": "10-18", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "10-18", "atkSpd": "NORMAL", "lvl": 19, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 9, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 30, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sleeping Beast", "tier": "Unique", "type": "bow", "set": null, "material": "164:0", "quest": null, "poison": 1730, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "190-260", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "70-270", "eDam": "130-210", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slash and Burn", "tier": "Unique", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-35", "fDam": "25-30", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 40, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": -12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sledge", "tier": "Unique", "type": "spear", "set": null, "material": "53:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "25-37", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slime-blend Leggings", "displayName": "Slime-Blend Leggings", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 17, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 70, "fDef": 0, "wDef": 7, "aDef": 0, "tDef": -10, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slicer", "tier": "Unique", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-9", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slipstream", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": -30, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1800, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slippery Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 30, "fDef": -4, "wDef": 0, "aDef": 4, "tDef": 0, "eDef": 0, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -2, "int": 0, "agi": 3, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Smack Jacket", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2200, "fDef": 0, "wDef": 0, "aDef": -100, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 60, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 180, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sloth", "tier": "Rare", "type": "spear", "set": null, "material": "159:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "40-58", "fDam": "17-25", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 7, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sliver", "tier": "Unique", "set": null, "material": "95:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": -3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 59, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slumber", "tier": "Unique", "type": "bow", "set": null, "material": "17:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "160-260", "fDam": "0-0", "wDam": "140-240", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snakeroot Bow", "tier": "Legendary", "type": "bow", "set": null, "material": "109:0", "quest": null, "poison": 435, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "110-140", "fDam": "50-85", "wDam": "0-0", "aDam": "0-0", "tDam": "50-85", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": -200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snapdragon", "tier": "Unique", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "25-50", "fDam": "35-65", "wDam": "0-0", "aDam": "0-0", "tDam": "35-65", "eDam": "0-0", "atkSpd": "FAST", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 140, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -10, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Smoldering Apron", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": "Recipe For Disaster", "poison": 0, "thorns": 0, "exploding": 25, "category": "armor", "slots": 2, "drop": "never", "hp": 2550, "fDef": 80, "wDef": -180, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 21, "wDamPct": -30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sneaky Caster", "tier": "Unique", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "23-30", "fDam": "0-0", "wDam": "0-0", "aDam": "4-9", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snow Dust", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": -20, "wDef": 0, "aDef": 25, "tDef": 25, "eDef": -20, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 4, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snowslicer", "tier": "Unique", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "23-32", "fDam": "0-0", "wDam": "18-29", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -8, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soarfae", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2650, "fDef": -125, "wDef": 0, "aDef": 150, "tDef": 0, "eDef": 0, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 65, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 17, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 31, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soaked Tunic", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 45, "fDef": 0, "wDef": 4, "aDef": 0, "tDef": -6, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sokoto", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 15, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solar Flare", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": -70, "aDef": 0, "tDef": 70, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soft Helmet", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 10, "fDef": 0, "wDef": 0, "aDef": 3, "tDef": -1, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 1, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solar Pillar", "tier": "Legendary", "type": "wand", "set": null, "material": "5:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-46", "fDam": "27-33", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 600, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": -120, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solitude", "tier": "Unique", "type": "bow", "set": null, "material": "182:0", "quest": "The Lost", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-140", "fDam": "0-0", "wDam": "0-0", "aDam": "85-115", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soldier", "tier": "Unique", "set": null, "material": "87:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 160, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Someone Else's Knife", "tier": "Rare", "type": "dagger", "set": null, "material": "359:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "32-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 23, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solstice", "tier": "Unique", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-65", "fDam": "20-25", "wDam": "25-35", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 25, "hprPct": 14, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 240, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -14, "tDamPct": -14, "eDamPct": -14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sorcerer's Stick", "tier": "Unique", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "10-18", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "17-23", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": -9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Souffle", "tier": "Unique", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "105-130", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 28, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soul", "tier": "Rare", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-30", "fDam": "0-0", "wDam": "0-0", "aDam": "10-30", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sound of Silence", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 12, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soul Wreath", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1100, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 64, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sonicboom", "tier": "Legendary", "type": "relik", "set": null, "material": "273:19", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "417-531", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 30, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 12, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 50, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soundgarden", "tier": "Unique", "type": "relik", "set": null, "material": "273:19", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "79-95", "tDam": "0-0", "eDam": "90-105", "atkSpd": "FAST", "lvl": 72, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -140, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 110, "mdRaw": 0, "fDamPct": 0, "wDamPct": -25, "aDamPct": 14, "tDamPct": 0, "eDamPct": 14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soul Signal", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2300, "fDef": 0, "wDef": 90, "aDef": 0, "tDef": 125, "eDef": -170, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 8, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 0, "sdRaw": 230, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -80, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spark of Courage", "tier": "Unique", "type": "spear", "set": null, "material": "24:2", "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-32", "fDam": "0-37", "wDam": "0-0", "aDam": "32-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 35, "hprPct": 15, "mr": 0, "sdPct": -12, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 900, "spRegen": 0, "eSteal": 0, "hprRaw": 130, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sowilo", "tier": "Unique", "set": null, "material": "160:7", "quest": null, "poison": 0, "thorns": 5, "exploding": 6, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 575, "fDef": 45, "wDef": -55, "aDef": 0, "tDef": 45, "eDef": -55, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soundwave", "tier": "Legendary", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "514-1143", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 70, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -40, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sow Thistle", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 450, "fDef": 0, "wDef": 0, "aDef": -40, "tDef": 0, "eDef": 30, "lvl": 44, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sparkling Tones", "tier": "Rare", "type": "relik", "set": null, "material": "273:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "32-40", "fDam": "0-0", "wDam": "82-98", "aDam": "82-98", "tDam": "3-3", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 44, "agiReq": 44, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": -25, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 174, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sparkling Plate", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3750, "fDef": 50, "wDef": -50, "aDef": 100, "tDef": 100, "eDef": -50, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 290, "ms": 0, "xpb": 0, "lb": 0, "ref": 17, "str": 0, "dex": 0, "int": -30, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -10, "spRaw1": 0, "spPct2": -20, "spRaw2": 0, "spPct3": -15, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sparklock", "tier": "Unique", "type": "wand", "set": null, "material": "1:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-9", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spear of Sin", "tier": "Unique", "type": "spear", "set": null, "material": "44:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-150", "fDam": "145-200", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 290, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 16, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -13, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -50, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spear of Prosperity", "tier": "Unique", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-33", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sparkles", "tier": "Unique", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "38-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "18-65", "eDam": "0-0", "atkSpd": "FAST", "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 22, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spear of Vix", "tier": "Unique", "type": "spear", "set": null, "material": "180", "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-28", "fDam": "0-0", "wDam": "0-0", "aDam": "22-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -8, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": -8, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Speaker", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2650, "fDef": -100, "wDef": 0, "aDef": 100, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 25, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 7, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sphyken", "tier": "Unique", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "75-145", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": -20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spectral Slingshot", "tier": "Legendary", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "25-75", "wDam": "25-75", "aDam": "25-75", "tDam": "25-75", "eDam": "25-75", "atkSpd": "FAST", "lvl": 67, "classReq": null, "strReq": 22, "dexReq": 22, "intReq": 22, "agiReq": 22, "defReq": 22, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spicy", "tier": "Rare", "type": "dagger", "set": null, "material": "170:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-20", "fDam": "12-14", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 8, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 18, "fDamPct": 9, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spectrum", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 3300, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 97, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 23, "wDamPct": 23, "aDamPct": 23, "tDamPct": 23, "eDamPct": 23, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spectre", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1600, "fDef": -50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -50, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": -35, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -250, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 19, "tDamPct": 19, "eDamPct": -19, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spinal Tap", "displayName": "September", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2350, "fDef": 70, "wDef": -105, "aDef": 70, "tDef": -105, "eDef": 70, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 35, "hprPct": -21, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 215, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": -21, "agi": 0, "def": 0, "spd": 21, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 205, "fDamPct": 21, "wDamPct": 0, "aDamPct": 21, "tDamPct": 0, "eDamPct": 21, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spike", "tier": "Rare", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 320, "thorns": 25, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "75-93", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "24-40", "atkSpd": "NORMAL", "lvl": 50, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -20, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spiked Helmet", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 40, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1950, "fDef": 0, "wDef": 0, "aDef": -70, "tDef": 0, "eDef": 95, "lvl": 74, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 18, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spleen Splitter", "tier": "Unique", "type": "relik", "set": null, "material": "273:11", "quest": null, "poison": 3600, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "5-5", "atkSpd": "SLOW", "lvl": 96, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 280, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -210, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spiritshock", "tier": "Legendary", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 1200, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "300-300", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 375, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -50, "eSteal": 0, "hprRaw": 0, "sdRaw": 150, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -28, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spine", "tier": "Unique", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 10, "exploding": 10, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "11-22", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-32", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spirit", "tier": "Rare", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "27-54", "fDam": "0-0", "wDam": "0-0", "aDam": "43-66", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": -8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 4, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spontaneous", "tier": "Rare", "set": null, "material": "185", "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": -330, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sprint Belt", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 33, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 18, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sprinter", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 30, "fDef": 0, "wDef": 0, "aDef": 3, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sprintguard", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2950, "fDef": 60, "wDef": 0, "aDef": 60, "tDef": -150, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": 7, "def": 7, "spd": 23, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -20, "spRaw1": 0, "spPct2": -10, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spruce Wood Bow", "tier": "Normal", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "21-32", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spruce Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spruce Wood Relik", "tier": "Normal", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "18-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spruce Wood Spear", "tier": "Normal", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "13-19", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spruce Wood Stick", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-10", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spyrr", "tier": "Unique", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-8", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Squall's Breath", "tier": "Rare", "type": "wand", "set": null, "material": "35:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "55-80", "fDam": "0-0", "wDam": "0-0", "aDam": "65-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -11, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Squid Anklet", "tier": "Unique", "set": null, "material": "66", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": -60, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -6, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Squid Dagger", "tier": "Rare", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-90", "fDam": "0-0", "wDam": "40-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 1, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 0, "tDefPct": -30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Squidword's Clarinet", "tier": "Unique", "type": "wand", "set": null, "material": "126:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "3-6", "aDam": "2-9", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 4, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "StabSand", "displayName": "Stabsand", "tier": "Legendary", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-190", "fDam": "0-0", "wDam": "0-0", "aDam": "15-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 38, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Staccato", "tier": "Rare", "set": null, "material": "160:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -60, "aDef": 0, "tDef": 40, "eDef": 20, "lvl": 96, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sreggad", "tier": "Rare", "type": "dagger", "set": null, "material": "359:0", "quest": null, "poison": 0, "thorns": 167, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 320, "ms": 0, "xpb": 0, "lb": 0, "ref": 167, "str": 0, "dex": 0, "int": 0, "agi": 20, "def": -90, "spd": 0, "atkTier": 0, "hpBonus": 2500, "spRegen": 0, "eSteal": 0, "hprRaw": 110, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -50, "wDefPct": -50, "aDefPct": -50, "tDefPct": -50, "eDefPct": -50, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stad Aer", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 11, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1925, "fDef": -100, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 100, "lvl": 85, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 11, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 215, "fDamPct": 0, "wDamPct": 0, "aDamPct": 11, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 11, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Staff of Regrowth", "tier": "Unique", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "40-60", "aDam": "0-0", "tDam": "0-0", "eDam": "40-60", "atkSpd": "SLOW", "lvl": 71, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Starburst", "tier": "Rare", "type": "wand", "set": null, "material": "159:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-100", "fDam": "0-0", "wDam": "0-0", "aDam": "45-65", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -150, "sdRaw": 200, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 20, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Starched Pants", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 16, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Standoff", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -28, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stalagmites", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1700, "fDef": 0, "wDef": -130, "aDef": -130, "tDef": 100, "eDef": 100, "lvl": 67, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 10, "lb": 0, "ref": 0, "str": 7, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 25, "eDamPct": 25, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 20, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stamina", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 120, "fDef": 0, "wDef": 0, "aDef": 5, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stasis", "tier": "Unique", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-150", "atkSpd": "VERY_SLOW", "lvl": 68, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Static Flood", "tier": "Unique", "type": "dagger", "set": null, "material": "128:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "42-51", "aDam": "0-0", "tDam": "7-42", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 5, "mdPct": -16, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 13, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Static Wand", "tier": "Unique", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "1-33", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-66", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spiked Cleats", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 48, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 12, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stave of Tribute", "tier": "Unique", "type": "wand", "set": null, "material": "1:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-23", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Statue", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 7500, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -200, "atkTier": 0, "hpBonus": 3850, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steam Vent", "tier": "Unique", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "76-128", "fDam": "48-85", "wDam": "0-0", "aDam": "37-99", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 225, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 7, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "StealSkull", "displayName": "Stealskull", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 960, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 110, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steel Buster", "tier": "Unique", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "36-45", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "15-19", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -7, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steel Sabre", "tier": "Unique", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 150, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "42-58", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "18-22", "atkSpd": "SLOW", "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steamjet Walkers", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "majorIds": ["LIGHTWEIGHT"], "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -80, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 30, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 24, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 15, "def": 0, "spd": 21, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 21, "aDamPct": 24, "tDamPct": 21, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steel Bracer", "tier": "Unique", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 125, "fDef": 12, "wDef": -10, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 7, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stellar", "tier": "Legendary", "set": null, "material": "414", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 95, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 13, "mdPct": 13, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 577, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steel Mail", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 415, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steel Wool", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2300, "fDef": 80, "wDef": -120, "aDef": 80, "tDef": 80, "eDef": -120, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 200, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": -22, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": -10, "spRaw1": 0, "spPct2": -10, "spRaw2": 0, "spPct3": -10, "spRaw3": 0, "spPct4": -10, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steel Toed Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 80, "fDef": 2, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 2, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 10, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stone Cutter", "tier": "Unique", "type": "spear", "set": null, "material": "256:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "7-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stick of Brilliance", "tier": "Unique", "type": "wand", "set": null, "material": "126:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-18", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "StoneWall", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1000, "fDef": -10, "wDef": -10, "aDef": -50, "tDef": -10, "eDef": 150, "lvl": 60, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -40, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stingray", "tier": "Unique", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "50-80", "aDam": "0-0", "tDam": "20-110", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 27, "intReq": 27, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": -14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -14, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Storm Surge", "tier": "Rare", "type": "wand", "set": null, "material": "5:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "97-401", "aDam": "0-0", "tDam": "2-555", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": -900, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 192, "mdRaw": 0, "fDamPct": 0, "wDamPct": 18, "aDamPct": 0, "tDamPct": 18, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -30, "tDefPct": 0, "eDefPct": -71, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Storm Caller", "tier": "Unique", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-115", "fDam": "0-0", "wDam": "0-0", "aDam": "65-75", "tDam": "55-95", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -8, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": -24, "aDefPct": 0, "tDefPct": 0, "eDefPct": -24, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stonehall", "tier": "Unique", "set": null, "material": "95:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Storm Brewer", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2550, "fDef": 0, "wDef": -150, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 65, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 16, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 230, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stormdrain", "tier": "Rare", "type": "relik", "set": null, "material": "273:23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "260-270", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 4, "sdPct": -15, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 55, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 1, "spPct2": 0, "spRaw2": 1, "spPct3": 0, "spRaw3": 1, "spPct4": 0, "spRaw4": 1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stormstrike", "tier": "Unique", "type": "bow", "set": null, "material": "7:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "8-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stranglevine", "tier": "Unique", "type": "bow", "set": null, "material": "163:0", "quest": null, "poison": 810, "thorns": 7, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-125", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "75-120", "atkSpd": "SLOW", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 175, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stratus", "tier": "Rare", "set": null, "material": "103:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stormflash", "tier": "Unique", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "1-23", "aDam": "0-0", "tDam": "1-23", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": -9, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Streak", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 175, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 10, "eDef": -10, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 3, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": -30, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Straw Helmet", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 95, "fDef": -5, "wDef": -5, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Striker", "tier": "Rare", "type": "dagger", "set": null, "material": "35:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "1-10", "fDam": "0-0", "wDam": "0-0", "aDam": "4-7", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": -2, "spd": 0, "atkTier": 0, "hpBonus": -9, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 8, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stress", "tier": "Rare", "type": "relik", "set": null, "material": "273:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "22-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": -18, "spRegen": -10, "eSteal": 0, "hprRaw": -7, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Struggle", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 180, "eDef": -150, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -10, "agi": 0, "def": 0, "spd": 0, "atkTier": -6, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 1650, "fDamPct": 0, "wDamPct": -24, "aDamPct": 0, "tDamPct": 35, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sturdy", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 1800, "fDef": 40, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 79, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 9, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 600, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 13, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Strobelight", "tier": "Fabled", "set": null, "material": "414", "quest": null, "majorIds": ["TAUNT"], "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "restrict": null, "hp": 350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 54, "classReq": "Warrior", "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stylist's Scissors", "tier": "Rare", "type": "dagger", "set": null, "material": "128:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "28-48", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "18-54", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sublimator", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1250, "fDef": 70, "wDef": -90, "aDef": 0, "tDef": 0, "eDef": 70, "lvl": 66, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 16, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 16, "fDefPct": 0, "wDefPct": -18, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stringendo", "tier": "Unique", "type": "relik", "set": null, "material": "273:18", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "16-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Succulent Sneakers", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 14, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 835, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 60, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": -8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 9, "aDefPct": -11, "tDefPct": 0, "eDefPct": 9, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Subsumere", "tier": "Unique", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-90", "fDam": "0-0", "wDam": "40-50", "aDam": "0-0", "tDam": "20-60", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 0, "ls": 160, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sublime", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1350, "fDef": 60, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 7, "spd": 8, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jewelled Sinew", "displayName": "Subtle Calamity", "tier": "Unique", "type": "bow", "set": null, "material": "126:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "88-150", "tDam": "0-0", "eDam": "88-150", "atkSpd": "VERY_FAST", "lvl": 90, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 10, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -12, "wDefPct": 0, "aDefPct": 0, "tDefPct": -12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Suchimu", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": 40, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 20, "hprPct": 15, "mr": 1, "sdPct": -8, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 35, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -30, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sulphurous Sling", "tier": "Unique", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "21-30", "fDam": "6-15", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunblock", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 124, "fDef": 10, "wDef": -7, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 14, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunray", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2900, "fDef": 90, "wDef": 0, "aDef": 0, "tDef": 90, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 18, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 215, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunbreeze", "tier": "Unique", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-10", "fDam": "8-12", "wDam": "0-0", "aDam": "8-12", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 5, "spd": 5, "atkTier": 0, "hpBonus": 270, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -6, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunsetter", "tier": "Unique", "type": "wand", "set": null, "material": "5:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "26-37", "fDam": "0-0", "wDam": "24-29", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 0, "aDefPct": 0, "tDefPct": -5, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunrise", "tier": "Rare", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "30-35", "wDam": "0-0", "aDam": "45-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 30, "hprPct": 18, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunshade", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": -10, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 345, "fDef": 15, "wDef": -15, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 0, "aDefPct": 0, "tDefPct": 8, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunshine Shortsword", "tier": "Unique", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "13-21", "fDam": "13-21", "wDam": "0-0", "aDam": "0-0", "tDam": "13-21", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 125, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunshower", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2125, "fDef": 0, "wDef": 80, "aDef": 0, "tDef": -90, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 9, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 13, "wDamPct": 6, "aDamPct": 0, "tDamPct": -19, "eDamPct": 0, "fDefPct": 6, "wDefPct": 13, "aDefPct": 0, "tDefPct": -19, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Supernova", "tier": "Rare", "type": "spear", "set": null, "material": "24:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 19, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "16-37", "wDam": "16-37", "aDam": "16-37", "tDam": "16-37", "eDam": "16-37", "atkSpd": "SUPER_FAST", "lvl": 92, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 12, "aDamPct": 12, "tDamPct": 12, "eDamPct": 12, "fDefPct": -12, "wDefPct": -12, "aDefPct": -12, "tDefPct": -12, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunstruck", "tier": "Unique", "type": "relik", "set": null, "material": "273:16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "200-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 80, "sdRaw": -63, "mdRaw": -109, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Suppression", "tier": "Rare", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 4, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": -145, "ms": -4, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Svalinn", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1450, "fDef": 150, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 30, "hprPct": 30, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": -5, "def": 12, "spd": -28, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Swift", "tier": "Rare", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 3, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 1, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sweden", "tier": "Unique", "type": "relik", "set": null, "material": "273:18", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "21-28", "fDam": "0-0", "wDam": "0-0", "aDam": "21-28", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 14, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 14, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Symphony", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": 80, "wDef": 80, "aDef": 0, "tDef": -90, "eDef": -90, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 50, "hprPct": 20, "mr": 0, "sdPct": 10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 17, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Switch Blade", "tier": "Unique", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-12", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Synapse", "tier": "Legendary", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": -60, "tDef": 0, "eDef": -60, "lvl": 93, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 160, "mdRaw": -156, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sylar", "tier": "Rare", "type": "bow", "set": null, "material": "182", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "27-63", "fDam": "0-0", "wDam": "0-0", "aDam": "9-27", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 25, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Syringe", "tier": "Unique", "type": "spear", "set": null, "material": "159:0", "quest": null, "poison": -245, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "25-40", "fDam": "0-0", "wDam": "20-30", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 41, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 190, "spRegen": 0, "eSteal": 0, "hprRaw": 19, "sdRaw": 0, "mdRaw": 0, "fDamPct": 13, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Synergy", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Synthesizer", "tier": "Unique", "type": "bow", "set": null, "material": "17:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "99-241", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "99-202", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 120, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": -23, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -16, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Agile Loop", "tier": "Unique", "set": null, "material": "89", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Barbaric Amulet", "tier": "Rare", "set": null, "material": "160:5", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": 25, "lvl": 63, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 6, "fDefPct": -8, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dark Band", "tier": "Rare", "set": null, "material": "187", "quest": "Lost in the Jungle", "poison": 0, "thorns": 8, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 25, "eDef": 25, "lvl": 63, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": -8, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chaotic Amulet", "tier": "Rare", "set": null, "material": "160:9", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 25, "aDef": 0, "tDef": 25, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -8, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Guardian Loop", "tier": "Unique", "set": null, "material": "95:8", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 15, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 230, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Energy Loop", "tier": "Unique", "set": null, "material": "95:12", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 15, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 29, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Droughted Amulet", "tier": "Rare", "set": null, "material": "160:13", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 8, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 25, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Swamp Clay", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 350, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1500, "fDef": 0, "wDef": 65, "aDef": -70, "tDef": -70, "eDef": 65, "lvl": 78, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magical Loop", "tier": "Unique", "set": null, "material": "88", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 15, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Force Loop", "tier": "Unique", "set": null, "material": "95:6", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 15, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mask of Hate", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": "The Passage", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 20, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 110, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mask of Courage", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": "The Passage", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1400, "fDef": 100, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mask of Fear", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": "The Passage", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 80, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mask of Enlightement", "displayName": "Mask of Enlightenment", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": "The Passage", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 750, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scalding Band", "tier": "Rare", "set": null, "material": "66", "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 25, "wDef": 25, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -8, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tactical Kukri", "tier": "Unique", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "56-72", "fDam": "34-40", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 680, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mask of Rage", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": "The Passage", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1050, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 57, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tainted Step", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 140, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 550, "fDef": -25, "wDef": -25, "aDef": -25, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 42, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": -15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tailwind", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2425, "fDef": -150, "wDef": 0, "aDef": 150, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": -15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Takeover", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1700, "fDef": 50, "wDef": -50, "aDef": 0, "tDef": 100, "eDef": -100, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 115, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": -4, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 80, "mdRaw": 0, "fDamPct": 9, "wDamPct": -12, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Takan's Treachery", "tier": "Rare", "set": null, "material": "186", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -45, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 8, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Talisman Charm", "tier": "Unique", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 340, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Talaria", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 770, "fDef": -40, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 70, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 23, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tarnish", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "fDef": 0, "wDef": 5, "aDef": -6, "tDef": 0, "eDef": 0, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 8, "lb": 0, "ref": -4, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 9, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -7, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Talcum", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 280, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1325, "fDef": 0, "wDef": 0, "aDef": -80, "tDef": 0, "eDef": 40, "lvl": 72, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 11, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 14, "fDefPct": 0, "wDefPct": -13, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tarod's Search", "tier": "Rare", "set": null, "material": "25", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 20, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 7, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": -40, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 6, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tarnkappe", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 900, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 10, "def": -15, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tarnhelm", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 240, "fDef": 0, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Teal Helm", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 30, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tashkil", "tier": "Rare", "type": "wand", "set": null, "material": "159:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-130", "fDam": "95-135", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 15, "mr": 0, "sdPct": -7, "mdPct": 20, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tarok's Parka", "displayName": "Tarod's Parka", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 35, "fDef": -2, "wDef": 6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 5, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Taurus", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 4000, "fDef": -80, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 200, "lvl": 96, "classReq": null, "strReq": 90, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 50, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 15, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -20, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 3000, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tectonics", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1130, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 65, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tears", "tier": "Unique", "set": null, "material": "88:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 3, "mdPct": 0, "ls": -21, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tear of Pirate Cove", "tier": "Rare", "set": null, "material": "66", "quest": "Redbeard^s Booty", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": -2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 20, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tempest", "tier": "Unique", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-13", "fDam": "0-0", "wDam": "0-0", "aDam": "16-27", "tDam": "5-37", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 33, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Technicolor Phase", "tier": "Rare", "type": "relik", "set": null, "material": "273:24", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "7-9", "fDam": "7-9", "wDam": "7-9", "aDam": "7-9", "tDam": "7-9", "eDam": "7-9", "atkSpd": "NORMAL", "lvl": 21, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tempered Boots", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 4, "wDefPct": 4, "aDefPct": 4, "tDefPct": 4, "eDefPct": 4, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Temporal Lantern", "tier": "Legendary", "type": "relik", "set": null, "material": "273:16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "101-101", "wDam": "0-0", "aDam": "95-107", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 22, "defReq": 22, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": -3, "int": -3, "agi": 8, "def": 8, "spd": -15, "atkTier": 0, "hpBonus": 285, "spRegen": 0, "eSteal": 0, "hprRaw": 35, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tenuto", "tier": "Legendary", "set": null, "material": "160:14", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 350, "fDef": 30, "wDef": -50, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 5, "spd": -8, "atkTier": -6, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tephra", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1875, "fDef": 90, "wDef": -100, "aDef": 0, "tDef": 0, "eDef": 90, "lvl": 80, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 18, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 18, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 18, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Templar", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 800, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": -5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Terra's Mold", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 735, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2325, "fDef": 0, "wDef": 0, "aDef": -100, "tDef": 0, "eDef": 100, "lvl": 90, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tepid Plate", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 85, "fDef": 6, "wDef": -3, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 15, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 4, "wDamPct": -6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tesla", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": -1100, "fDef": 0, "wDef": 180, "aDef": 0, "tDef": 120, "eDef": 0, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 280, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 231, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 40, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": -20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Terraflux", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "fDef": 0, "wDef": -80, "aDef": 0, "tDef": 0, "eDef": 80, "lvl": 78, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": -10, "mdPct": 13, "ls": 75, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": -5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Creationist", "tier": "Rare", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "17-22", "aDam": "17-22", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 19, "mdPct": -14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -4, "dex": -4, "int": 8, "agi": 8, "def": -4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Abacus", "tier": "Unique", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-45", "fDam": "0-0", "wDam": "0-0", "aDam": "41-44", "tDam": "0-0", "eDam": "42-43", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 9, "fDefPct": -11, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Archaeologist", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 130, "fDef": 0, "wDef": 0, "aDef": -15, "tDef": 0, "eDef": 25, "lvl": 24, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": -8, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Chapel", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 200, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 32, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Medic", "tier": "Rare", "type": "wand", "set": null, "material": "5:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-50", "fDam": "45-55", "wDam": "35-45", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 35, "hprPct": 20, "mr": 2, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Banhammer", "tier": "Rare", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "28-38", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "14-20", "atkSpd": "SLOW", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Dreamer", "tier": "Rare", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "45-90", "fDam": "0-0", "wDam": "0-0", "aDam": "10-80", "tDam": "10-80", "eDam": "0-0", "atkSpd": "FAST", "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 13, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 14, "int": 0, "agi": 14, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -30, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Sinner", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1150, "fDef": 80, "wDef": -80, "aDef": -80, "tDef": 80, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": -45, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Berserker's Helm", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 310, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 21, "ls": 26, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": -3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": -13, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Berserk", "tier": "Legendary", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "38-48", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "8-22", "atkSpd": "SLOW", "lvl": 19, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": -5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -10, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Brigand's Brogues", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 145, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Brain Smasher", "tier": "Unique", "type": "wand", "set": null, "material": "18:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 3, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "20-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "7-17", "atkSpd": "VERY_SLOW", "lvl": 20, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -5, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Courier's Cape", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1900, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 80, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 23, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Divide", "tier": "Legendary", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 10, "exploding": 7, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "1-24", "wDam": "1-24", "aDam": "1-24", "tDam": "1-24", "eDam": "1-24", "atkSpd": "NORMAL", "lvl": 26, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Elder Wand", "tier": "Unique", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "18-28", "fDam": "0-0", "wDam": "24-46", "aDam": "0-0", "tDam": "0-0", "eDam": "40-48", "atkSpd": "SLOW", "lvl": 62, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 70, "fDamPct": -10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Ephemeral", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2125, "fDef": 0, "wDef": 100, "aDef": 100, "tDef": -130, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 14, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The End", "tier": "Legendary", "type": "relik", "set": null, "material": "273:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "394-400", "tDam": "0-0", "eDam": "420-444", "atkSpd": "SLOW", "lvl": 100, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 35, "ls": 450, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -300, "mdRaw": 520, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -45, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Euphoric Fedora", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 69, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 5, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Eviscerator", "tier": "Rare", "type": "spear", "set": null, "material": "23", "quest": null, "poison": 350, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "21-128", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 65, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 150, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Forgery", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "fDef": 100, "wDef": 0, "aDef": 30, "tDef": 30, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 36, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 19, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 11, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 35, "wDefPct": -20, "aDefPct": -5, "tDefPct": -5, "eDefPct": -20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Exile", "tier": "Legendary", "type": "dagger", "set": null, "material": "159:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-135", "fDam": "40-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": -5, "ls": 190, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": -5, "atkTier": 0, "hpBonus": 1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 45, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Gambler", "tier": "Rare", "set": null, "material": "103:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -325, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 80, "ms": 1, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 325, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": -20, "aDefPct": -20, "tDefPct": -20, "eDefPct": -20, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Head Ripper", "tier": "Unique", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-15", "fDam": "0-0", "wDam": "0-0", "aDam": "15-25", "tDam": "0-0", "eDam": "10-15", "atkSpd": "SLOW", "lvl": 30, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Knight's Chestplate", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 440, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 15, "eDef": -20, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 7, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Mark", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 800, "fDef": 0, "wDef": -30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": -5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The King's Robe", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 11, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Golem", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 50, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4300, "fDef": 200, "wDef": -150, "aDef": 150, "tDef": 100, "eDef": 100, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 100, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 300, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 15, "spd": -25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Levee", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 800, "fDef": 40, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Master's Gi", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": "Enter the Dojo", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2650, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 26, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 26, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Leech Spear", "tier": "Unique", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-14", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 2, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Mind", "tier": "Unique", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-24", "fDam": "0-0", "wDam": "16-26", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 16, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Meddler", "tier": "Rare", "set": null, "material": "186", "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 8, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 4, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -2, "sdRaw": 4, "mdRaw": -4, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Nautilus", "tier": "Rare", "type": "spear", "set": null, "material": "5:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "52-70", "fDam": "0-0", "wDam": "28-36", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 5, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Oblivious", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 25, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 550, "spRegen": 0, "eSteal": 0, "hprRaw": 35, "sdRaw": 0, "mdRaw": 0, "fDamPct": -40, "wDamPct": -40, "aDamPct": -40, "tDamPct": -40, "eDamPct": -40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Oppressors", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -3, "int": -3, "agi": -3, "def": 17, "spd": -15, "atkTier": -1, "hpBonus": 900, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Old King's Crown", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 56, "fDef": 5, "wDef": -2, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Out", "tier": "Unique", "type": "relik", "set": null, "material": "273:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "12-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 6, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Queen's Tiara", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 19, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Parasite", "tier": "Rare", "type": "spear", "set": null, "material": "44:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "95-195", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-220", "eDam": "120-170", "atkSpd": "SLOW", "lvl": 98, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 0, "mdPct": 0, "ls": 430, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1350, "spRegen": 0, "eSteal": 0, "hprRaw": -200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 17, "eDamPct": 17, "fDefPct": -28, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Prisoner", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -10, "def": 17, "spd": -40, "atkTier": 0, "hpBonus": 1615, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Scarecrow's Arm", "tier": "Unique", "type": "wand", "set": null, "material": "1:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "3-7", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Rainmaker", "tier": "Rare", "type": "bow", "set": null, "material": "126:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-208", "aDam": "0-0", "tDam": "0-208", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -365, "ms": -2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Skin Tearer", "tier": "Unique", "type": "spear", "set": null, "material": "24:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-14", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Smoking Barrel", "tier": "Unique", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "250-400", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Specialist", "tier": "Rare", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 15, "dex": 15, "int": 15, "agi": 15, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 1176, "wDamPct": 1334, "aDamPct": 1176, "tDamPct": 889, "eDamPct": 1000, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Traveler", "tier": "Rare", "type": "bow", "set": null, "material": "7:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "59-87", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 23, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Thief", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 180, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -4, "ls": 20, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 1, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Stokers", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3100, "fDef": 200, "wDef": -175, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 125, "sdRaw": -90, "mdRaw": 0, "fDamPct": 10, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Wool Trimmer", "tier": "Unique", "type": "dagger", "set": null, "material": "17:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "8-15", "fDam": "0-0", "wDam": "6-11", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Vampire Blade", "tier": "Unique", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "18-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-40", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 47, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Therck's Irritation", "tier": "Rare", "set": null, "material": "184", "quest": null, "poison": 0, "thorns": 3, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -5, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 7, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Visionary's Vice", "tier": "Legendary", "type": "dagger", "set": null, "material": "114:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "93-177", "aDam": "0-0", "tDam": "47-233", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": -15, "dex": 0, "int": 0, "agi": 0, "def": -15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": -35, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -35, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Wildwing", "tier": "Unique", "type": "bow", "set": null, "material": "182:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-23", "fDam": "0-0", "wDam": "0-0", "aDam": "15-30", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Third Eye", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 80, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 3, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 12, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 20, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thermosphere", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2150, "fDef": 50, "wDef": 0, "aDef": 70, "tDef": 90, "eDef": -110, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 19, "str": 0, "dex": 5, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 9, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thinking Helmet", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 8, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Throatcut", "tier": "Rare", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "77-377", "fDam": "77-377", "wDam": "0-0", "aDam": "77-177", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 27, "ls": 145, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": -10, "int": -10, "agi": 13, "def": 13, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Threshold", "tier": "Rare", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "58-74", "aDam": "0-0", "tDam": "55-77", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -55, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -120, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thief's Dagger", "tier": "Unique", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-12", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thrice", "tier": "Rare", "type": "dagger", "set": null, "material": "162:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "33-143", "fDam": "0-0", "wDam": "33-143", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 12, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 102, "mdRaw": 0, "fDamPct": -17, "wDamPct": 17, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 17, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thousand Waves", "tier": "Rare", "type": "relik", "set": null, "material": "273:22", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "966-1143", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": -45, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 0, "def": -8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -30, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -35, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Bow", "tier": "Rare", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "35-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "35-100", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 85, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "material": "128:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "20-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-90", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 70, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thrunda Ripsaw", "tier": "Legendary", "type": "dagger", "set": null, "material": "114", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "100-535", "eDam": "0-0", "atkSpd": "FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -33, "mr": 0, "sdPct": 0, "mdPct": 25, "ls": 335, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Spear", "tier": "Rare", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-95", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "30-95", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunderbolt", "tier": "Legendary", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "11-23", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-101", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": -144, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -36, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Rupturer", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": 0, "wDef": 0, "aDef": -100, "tDef": 0, "eDef": 80, "lvl": 81, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 19, "fDefPct": -8, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Wand", "tier": "Rare", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "10-55", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-55", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunderlock", "tier": "Rare", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "66-99", "fDam": "0-0", "wDam": "0-0", "aDam": "50-99", "tDam": "22-132", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunderbird", "tier": "Unique", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "100-170", "tDam": "130-230", "eDam": "0-0", "atkSpd": "FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 7, "def": 0, "spd": 15, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tidal", "tier": "Unique", "set": null, "material": "66", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": -30, "eDef": -30, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": -5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thundersnow", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 900, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 50, "eDef": -100, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 14, "mdPct": 0, "ls": -75, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -91, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 11, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thundering Wind", "tier": "Rare", "type": "bow", "set": null, "material": "139:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "65-105", "fDam": "0-0", "wDam": "0-0", "aDam": "40-200", "tDam": "40-200", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 7, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": -30, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunderstruck", "tier": "Unique", "type": "spear", "set": null, "material": "44:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-27", "fDam": "0-0", "wDam": "0-0", "aDam": "15-27", "tDam": "15-27", "eDam": "0-0", "atkSpd": "FAST", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 5, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 0, "aDamPct": 10, "tDamPct": 10, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Time Rift", "tier": "Fabled", "type": "chestplate", "set": null, "material": null, "quest": null, "majorIds": ["SORCERY"], "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "fDef": 0, "wDef": -250, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 105, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 60, "mdPct": 0, "ls": 0, "ms": -4, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tidebreaker", "tier": "Rare", "type": "relik", "set": null, "material": "273:22", "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "80-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "110-115", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 16, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 14, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -50, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tidebinder", "tier": "Legendary", "type": "spear", "set": null, "material": "5:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "345-425", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 13, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 50, "wDefPct": 75, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Timbre", "tier": "Unique", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "7-7", "wDam": "7-7", "aDam": "7-7", "tDam": "7-7", "eDam": "7-7", "atkSpd": "SLOW", "lvl": 27, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tinderbox", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3200, "fDef": 110, "wDef": -110, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -30, "agi": 8, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -15, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -10, "spRaw3": 0, "spPct4": -15, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Timthriall", "tier": "Rare", "type": "relik", "set": null, "material": "273:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "212-212", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "212-212", "atkSpd": "NORMAL", "lvl": 98, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 15, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tisaun's Honour", "tier": "Rare", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 15, "lvl": 88, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tiny", "tier": "Unique", "set": null, "material": "160:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 1, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 2, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 1, "def": 0, "spd": 2, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tizatuko", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 125, "fDef": 0, "wDef": 0, "aDef": 7, "tDef": 0, "eDef": -4, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 13, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Toes Tickler", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 20, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Toaster", "tier": "Rare", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "78-96", "fDam": "66-72", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 38, "hprPct": 0, "mr": 0, "sdPct": 11, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tonbo", "tier": "Rare", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-60", "fDam": "0-0", "wDam": "0-0", "aDam": "35-90", "tDam": "0-0", "eDam": "35-90", "atkSpd": "NORMAL", "lvl": 58, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -19, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tisaun's Proof", "tier": "Legendary", "type": "spear", "set": null, "material": "23:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-70", "fDam": "65-80", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "65-80", "atkSpd": "FAST", "lvl": 88, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 20, "int": 0, "agi": 0, "def": 20, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tormenter", "tier": "Unique", "type": "bow", "set": null, "material": "126:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "8-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Togak's Vision", "tier": "Rare", "set": null, "material": "183", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -50, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": 25, "lvl": 77, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 4, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 5, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tourmaline Lyre", "tier": "Unique", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-36", "fDam": "10-17", "wDam": "0-0", "aDam": "8-19", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 20, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 5, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Torrential Tide", "tier": "Legendary", "type": "bow", "set": null, "material": "17:2", "quest": null, "poison": 0, "thorns": 0, "exploding": -40, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "1-100", "fDam": "0-0", "wDam": "1-300", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 25, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 350, "mdRaw": 0, "fDamPct": -150, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tosach", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 2, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Touroto Trousers", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2375, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -10, "atkTier": 0, "hpBonus": 350, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tower", "tier": "Rare", "type": "spear", "set": null, "material": "159:2", "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "200-260", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": -15, "atkTier": 0, "hpBonus": 1715, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Trace", "tier": "Rare", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 2, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 2, "lb": 2, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 2, "eSteal": 0, "hprRaw": 2, "sdRaw": 2, "mdRaw": 2, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Toxotes", "tier": "Rare", "type": "bow", "set": null, "material": "17:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "180-250", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 73, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -600, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tracer", "tier": "Rare", "type": "bow", "set": null, "material": "35:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "240-251", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -150, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 15, "atkTier": 1, "hpBonus": -1500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Travel Charm", "tier": "Unique", "set": null, "material": "160:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 20, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tribal Flute", "tier": "Rare", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "13-22", "fDam": "0-0", "wDam": "0-0", "aDam": "11-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Trauma", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1650, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 30, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": -10, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 150, "fDamPct": 0, "wDamPct": 0, "aDamPct": 11, "tDamPct": 11, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tribulation", "tier": "Unique", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "75-100", "wDam": "0-0", "aDam": "0-0", "tDam": "30-135", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 115, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -14, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Triumph", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1900, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 2, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tribal Headdress", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Trinket", "tier": "Unique", "set": null, "material": "188", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tremorstep", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 7, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 875, "fDef": 0, "wDef": 0, "aDef": -65, "tDef": 0, "eDef": 50, "lvl": 63, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": -60, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": -3, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 11, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tsunami", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 100, "fDef": 0, "wDef": 15, "aDef": 0, "tDef": -15, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": -8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tropics", "tier": "Unique", "type": "bow", "set": null, "material": "17:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "435-535", "aDam": "0-0", "tDam": "0-0", "eDam": "435-535", "atkSpd": "VERY_SLOW", "lvl": 96, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Troms' Pride", "tier": "Unique", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 0, "thorns": 9, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "75-100", "fDam": "0-0", "wDam": "15-25", "aDam": "0-0", "tDam": "0-0", "eDam": "20-35", "atkSpd": "NORMAL", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 90, "fDamPct": -7, "wDamPct": 0, "aDamPct": -7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Troms' Climbing Trousers", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "fDef": -30, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": -5, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tsunasweep", "tier": "Rare", "type": "dagger", "set": null, "material": "162:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-105", "fDam": "0-0", "wDam": "70-115", "aDam": "0-0", "tDam": "40-155", "eDam": "0-0", "atkSpd": "FAST", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": -16, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 18, "aDamPct": 0, "tDamPct": 18, "eDamPct": -14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Turbulence", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 490, "fDef": -40, "wDef": 0, "aDef": 40, "tDef": -50, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 13, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tundra Strike", "tier": "Rare", "type": "bow", "set": null, "material": "17:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "171-171", "fDam": "0-0", "wDam": "400-743", "aDam": "0-0", "tDam": "0-0", "eDam": "400-743", "atkSpd": "SUPER_SLOW", "lvl": 87, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 45, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Turnpike", "tier": "Unique", "type": "relik", "set": null, "material": "273:9", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "30-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "13-15", "atkSpd": "VERY_SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Turmoil", "tier": "Rare", "type": "spear", "set": null, "material": "134:0", "quest": null, "poison": 610, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "25-75", "eDam": "25-75", "atkSpd": "VERY_SLOW", "lvl": 54, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Twin Daggers", "tier": "Unique", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "16-27", "tDam": "16-27", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Twist Band", "tier": "Unique", "set": null, "material": "25", "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 12, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Turquoise", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 18, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3175, "fDef": 0, "wDef": 90, "aDef": 0, "tDef": 0, "eDef": 90, "lvl": 95, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 8, "hprRaw": 0, "sdRaw": 0, "mdRaw": 235, "fDamPct": 0, "wDamPct": 0, "aDamPct": -15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Umbral Mail", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2175, "fDef": -120, "wDef": 80, "aDef": 0, "tDef": 80, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": -8, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Toxin", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 500, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "fDef": 0, "wDef": 0, "aDef": -80, "tDef": 60, "eDef": 60, "lvl": 79, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -10, "mr": 0, "sdPct": 0, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 9, "eDamPct": 9, "fDefPct": 0, "wDefPct": 0, "aDefPct": -13, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ultraviolet", "tier": "Rare", "type": "bow", "set": null, "material": "126:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "6-14", "wDam": "4-16", "aDam": "2-18", "tDam": "0-20", "eDam": "8-12", "atkSpd": "FAST", "lvl": 27, "classReq": null, "strReq": 7, "dexReq": 7, "intReq": 7, "agiReq": 7, "defReq": 7, "hprPct": -12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Umbrella Hat", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": -12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Twilight", "tier": "Legendary", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 50, "eDef": 0, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Undefined", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 110, "sdRaw": 120, "mdRaw": 125, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Undertow", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 150, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unhalting Eagle", "tier": "Unique", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-39", "fDam": "0-0", "wDam": "0-0", "aDam": "11-22", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 36, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unholy Wand", "tier": "Rare", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-60", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": -3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -25, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unrefined Leggings", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 30, "lvl": 50, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 13, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Union", "tier": "Rare", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 39, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unravel", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "fDef": -110, "wDef": 0, "aDef": 70, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 80, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -50, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 18, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 285, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 27, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unspeakable", "tier": "Legendary", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -239, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 36, "dexReq": 47, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -43, "mdRaw": -44, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Updraft", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2825, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 120, "eDef": -110, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 4, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 10, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Upside Down Bowl", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 45, "fDef": 0, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 5, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Undying", "tier": "Rare", "type": "spear", "set": null, "material": "159:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-85", "fDam": "400-500", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "400-500", "atkSpd": "SUPER_SLOW", "lvl": 95, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 25, "mr": 0, "sdPct": -7, "mdPct": -7, "ls": 400, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 20, "spd": -15, "atkTier": 0, "hpBonus": 2500, "spRegen": 0, "eSteal": 0, "hprRaw": 196, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unsheathed Glaive", "tier": "Unique", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "90-105", "wDam": "90-105", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": -30, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Urheus", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "fDef": 8, "wDef": -12, "aDef": 0, "tDef": 0, "eDef": 10, "lvl": 32, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 48, "fDamPct": 0, "wDamPct": 0, "aDamPct": -8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Upside Down Bucket", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 350, "fDef": 0, "wDef": 25, "aDef": 0, "tDef": -15, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 16, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 9, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vacancy", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2525, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -24, "agi": 12, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -15, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -10, "spRaw3": 0, "spPct4": -25, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Uranium Aegis", "tier": "Fabled", "type": "chestplate", "set": null, "material": null, "quest": null, "majorIds": ["PLAGUE"], "poison": 900, "thorns": 15, "exploding": 50, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2725, "fDef": 0, "wDef": -60, "aDef": 0, "tDef": 75, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 35, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -100, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Uriel", "tier": "Rare", "set": null, "material": "95:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Valix", "tier": "Unique", "type": "wand", "set": null, "material": "280:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "9-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vacuum", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2475, "fDef": 0, "wDef": 60, "aDef": -130, "tDef": 0, "eDef": 70, "lvl": 93, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": -30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Valorheart", "tier": "Unique", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "40-50", "wDam": "40-50", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -10, "atkTier": 0, "hpBonus": 250, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Valhalla", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3525, "fDef": 80, "wDef": 0, "aDef": 80, "tDef": 0, "eDef": 80, "lvl": 98, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 215, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 9, "def": 9, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 12, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -25, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Valkyrie", "tier": "Unique", "type": "dagger", "set": null, "material": "179:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-117", "tDam": "0-155", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": -8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -70, "mdRaw": 85, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vampire Stick", "tier": "Unique", "type": "wand", "set": null, "material": "126:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "32-38", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 32, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vandal's Touch", "tier": "Rare", "type": "dagger", "set": null, "material": "16", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-120", "fDam": "0-0", "wDam": "0-0", "aDam": "50-220", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": -60, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 16, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vampire Touch", "tier": "Unique", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-40", "eDam": "0-0", "atkSpd": "FAST", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 12, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 55, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vartija", "tier": "Unique", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "9-13", "fDam": "2-6", "wDam": "0-0", "aDam": "2-6", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": -7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 15, "atkTier": 0, "hpBonus": 160, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vaward", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3900, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vanilla Spade", "tier": "Unique", "type": "spear", "set": null, "material": "24:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "30-45", "aDam": "30-45", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 10, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -5, "eDamPct": -5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Valiant", "tier": "Unique", "type": "wand", "set": null, "material": "18:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-13", "fDam": "0-0", "wDam": "0-0", "aDam": "12-16", "tDam": "0-0", "eDam": "18-21", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 6, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Veantur", "tier": "Rare", "type": "spear", "set": null, "material": "5:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-110", "fDam": "0-0", "wDam": "50-85", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 7, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -25, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vellalar", "tier": "Rare", "type": "spear", "set": null, "material": "5:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "13-18", "fDam": "0-0", "wDam": "11-15", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Veins", "tier": "Unique", "type": "relik", "set": null, "material": "273:26", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "90-100", "wDam": "85-105", "aDam": "80-110", "tDam": "75-115", "eDam": "95-95", "atkSpd": "SLOW", "lvl": 89, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 965, "spRegen": 0, "eSteal": 0, "hprRaw": 115, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ventus Tail", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2150, "fDef": 0, "wDef": 0, "aDef": 120, "tDef": 120, "eDef": -250, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 8, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 7, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 27, "tDamPct": 27, "eDamPct": -45, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Venomsoul", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 525, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "fDef": 0, "wDef": 0, "aDef": -90, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ventilator", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "fDef": -6, "wDef": 0, "aDef": 6, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -8, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Venison", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 735, "fDef": -75, "wDef": 45, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 54, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 19, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Verdigris Sabatons", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 550, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1900, "fDef": 70, "wDef": -60, "aDef": 0, "tDef": 40, "eDef": 0, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 105, "mdRaw": 0, "fDamPct": 0, "wDamPct": -14, "aDamPct": -12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Verglas", "tier": "Rare", "set": null, "material": "160:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -55, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vesuvius", "tier": "Unique", "type": "wand", "set": null, "material": "159:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 33, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-60", "fDam": "100-260", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-260", "atkSpd": "VERY_SLOW", "lvl": 86, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Verstand", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 130, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": -8, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 6, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vinecrawlers", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 425, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1750, "fDef": 0, "wDef": 0, "aDef": -70, "tDef": 0, "eDef": 90, "lvl": 72, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -25, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vigor", "tier": "Unique", "type": "bow", "set": null, "material": "159:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-90", "fDam": "170-200", "wDam": "170-200", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 25, "hprPct": 40, "mr": 0, "sdPct": -7, "mdPct": -16, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vibrato", "tier": "Unique", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "21-22", "fDam": "0-0", "wDam": "0-0", "aDam": "55-56", "tDam": "55-56", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 16, "intReq": 0, "agiReq": 16, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -12, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": -33, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vile", "tier": "Rare", "type": "bow", "set": null, "material": "163:0", "quest": null, "poison": 1100, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "35-115", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "35-115", "atkSpd": "FAST", "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 120, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Virtuoso", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2250, "fDef": 0, "wDef": 70, "aDef": 70, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 34, "mdPct": 0, "ls": 0, "ms": -6, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 8, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 256, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Viper", "tier": "Unique", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "6-22", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 22, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 26, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Virgo", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 1, "exploding": 65, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 5, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 97, "classReq": null, "strReq": 85, "dexReq": 85, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 1, "str": 15, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 2, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 31, "eDamPct": 31, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vitium", "tier": "Rare", "set": null, "material": "160:1", "quest": null, "poison": 50, "thorns": 0, "exploding": 6, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -20, "fDef": 0, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 10, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Virtue", "tier": "Rare", "type": "spear", "set": null, "material": "24:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "175-350", "fDam": "0-0", "wDam": "225-250", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": -6, "def": 0, "spd": -12, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vitriol", "tier": "Unique", "set": null, "material": "192", "quest": null, "poison": 83, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -60, "fDef": 0, "wDef": -5, "aDef": 0, "tDef": 0, "eDef": 10, "lvl": 39, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 12, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vital", "tier": "Rare", "set": null, "material": "87", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -220, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vivace", "tier": "Unique", "type": "relik", "set": null, "material": "273:18", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "13-18", "fDam": "0-0", "wDam": "0-0", "aDam": "9-13", "tDam": "9-13", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 11, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 5, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 18, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voidlight", "tier": "Rare", "type": "wand", "set": null, "material": "126:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-110", "tDam": "0-220", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -40, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 15, "str": -10, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 250, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Volcano", "tier": "Unique", "type": "dagger", "set": null, "material": "159:11", "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "200-300", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "220-265", "atkSpd": "SLOW", "lvl": 98, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": -25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 18, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 18, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Void Catalyst", "tier": "Rare", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-515", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 43, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 25, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 45, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 1, "spPct2": 0, "spRaw2": 1, "spPct3": 0, "spRaw3": 1, "spPct4": 0, "spRaw4": 1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Volmor's Flair", "tier": "Rare", "set": null, "material": "28", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 13, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -750, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voidshard", "tier": "Rare", "set": null, "material": "89", "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -120, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 44, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voleur", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 270, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 3, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 6, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blue Team Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 25, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voodoo", "tier": "Rare", "type": "dagger", "set": null, "material": "16:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "2-17", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blue Team Leggings", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vortex", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1250, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 60, "eDef": -120, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 8, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blue Team Chestplate", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red Team Boots", "tier": "Set", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 25, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blue Team Helmet", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 25, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vorpal", "tier": "Rare", "type": "dagger", "set": null, "material": "128:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "61-72", "aDam": "0-0", "tDam": "0-132", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": -25, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 17, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 120, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red Team Leggings", "tier": "Set", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blitzen", "tier": "Rare", "set": null, "material": "88", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -140, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charcoal", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 3425, "fDef": 120, "wDef": 0, "aDef": 120, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 285, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 195, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 25, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cupid", "tier": "Rare", "set": null, "material": "66", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 50, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 1, "sdPct": -10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 12, "sdRaw": 0, "mdRaw": -19, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Comet", "tier": "Unique", "set": null, "material": "185", "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 12, "wDef": 0, "aDef": 12, "tDef": 0, "eDef": 12, "lvl": 70, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": -1, "sdPct": -6, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Conifer", "tier": "Rare", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "42-58", "wDam": "0-0", "aDam": "44-56", "tDam": "0-0", "eDam": "36-64", "atkSpd": "SLOW", "lvl": 50, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 10, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 250, "spRegen": 0, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red Team Chestplate", "tier": "Set", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dancer", "tier": "Unique", "set": null, "material": "160:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -180, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -35, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dasher", "tier": "Unique", "set": null, "material": "89", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 320, "fDef": -25, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragster", "tier": "Rare", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 750, "fDef": -50, "wDef": 0, "aDef": 40, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": -6, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Donner", "tier": "Unique", "set": null, "material": "95:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 15, "wDef": -25, "aDef": 0, "tDef": 15, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 9, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Garland", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2275, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -160, "eDef": 90, "lvl": 90, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 22, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 280, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -14, "tDefPct": -14, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prancer", "tier": "Rare", "set": null, "material": "95:6", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 130, "fDef": 10, "wDef": 0, "aDef": 0, "tDef": 5, "eDef": 15, "lvl": 55, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 0, "int": 0, "agi": 0, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frostburn", "tier": "Unique", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "45-45", "fDam": "35-100", "wDam": "40-70", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": -1, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -85, "sdRaw": 0, "mdRaw": 0, "fDamPct": 24, "wDamPct": 18, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scrooge", "tier": "Unique", "type": "bow", "set": null, "material": "139:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "40-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "250-405", "eDam": "250-405", "atkSpd": "VERY_SLOW", "lvl": 80, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 325, "ms": 2, "xpb": 0, "lb": 33, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": -25, "eSteal": 10, "hprRaw": -150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sealskin Parka", "tier": "Rare", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1400, "fDef": 0, "wDef": 90, "aDef": 90, "tDef": -70, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 6, "agi": 3, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -40, "eDamPct": 0, "fDefPct": 0, "wDefPct": 16, "aDefPct": 16, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Krampus", "tier": "Unique", "type": "spear", "set": null, "material": "159:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "90-130", "wDam": "0-0", "aDam": "0-0", "tDam": "30-120", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 25, "ls": 180, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": -90, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": -22, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ice Skates", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1200, "fDef": -160, "wDef": 80, "aDef": 55, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -26, "wDamPct": 14, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snowstorm", "tier": "Rare", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-37", "aDam": "0-37", "tDam": "0-37", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 12, "lb": 0, "ref": 0, "str": -5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -36, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ski Mask", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2300, "fDef": 0, "wDef": 60, "aDef": 60, "tDef": -120, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sleigher", "tier": "Rare", "type": "spear", "set": null, "material": "180", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "35-35", "fDam": "0-0", "wDam": "0-0", "aDam": "30-30", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Toy Maker", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1775, "fDef": 0, "wDef": 0, "aDef": 90, "tDef": 90, "eDef": -160, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -50, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 520, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zenith", "tier": "Unique", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 60, "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "20-40", "tDam": "20-82", "eDam": "0-0", "atkSpd": "FAST", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": -190, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 2, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": -15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vixen", "tier": "Rare", "set": null, "material": "160:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 300, "fDef": 20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 70, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 7, "tDefPct": 4, "eDefPct": 5, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wipe", "tier": "Rare", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "13-21", "fDam": "0-0", "wDam": "0-0", "aDam": "26-37", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 15, "def": 0, "spd": 28, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -250, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 22, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Waking Nightmare", "tier": "Unique", "type": "relik", "set": null, "material": "273:20", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "97-117", "fDam": "0-0", "wDam": "0-0", "aDam": "150-200", "tDam": "0-0", "eDam": "150-200", "atkSpd": "SLOW", "lvl": 79, "classReq": null, "strReq": 27, "dexReq": 0, "intReq": 0, "agiReq": 27, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1085, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -40, "aDamPct": 18, "tDamPct": 0, "eDamPct": 18, "fDefPct": -25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wynnter Scarf", "tier": "Rare", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 425, "fDef": 40, "wDef": -70, "aDef": 40, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 0, "aDefPct": 25, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Lethe", "displayName": "Waking Vigil", "tier": "Rare", "type": "wand", "set": null, "material": "35:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "20-40", "fDam": "0-0", "wDam": "0-0", "aDam": "45-100", "tDam": "0-0", "eDam": "45-100", "atkSpd": "FAST", "lvl": 98, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -50, "mdPct": 31, "ls": 0, "ms": 0, "xpb": -25, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 135, "fDamPct": 31, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Walking Stick", "tier": "Rare", "type": "wand", "set": null, "material": "1:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "14-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red Team Helmet", "tier": "Set", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 25, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wastelands", "tier": "Unique", "set": null, "material": "95:5", "quest": null, "poison": 90, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Warmth", "tier": "Unique", "set": null, "material": "45:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "War Pike", "tier": "Unique", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "180-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -10, "atkTier": 0, "hpBonus": 775, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wasp", "tier": "Rare", "set": null, "material": "95:11", "quest": null, "poison": 155, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -12, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Bow", "tier": "Rare", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "70-80", "fDam": "0-0", "wDam": "70-80", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Wand", "tier": "Rare", "type": "wand", "set": null, "material": "5:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-35", "fDam": "0-0", "wDam": "30-35", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Waterspout", "tier": "Unique", "type": "dagger", "set": null, "material": "162:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-120", "fDam": "0-0", "wDam": "140-160", "aDam": "0-0", "tDam": "80-240", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": -9, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 22, "aDefPct": 0, "tDefPct": 22, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "material": "162:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "55-65", "fDam": "0-0", "wDam": "55-65", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Spear", "tier": "Rare", "type": "spear", "set": null, "material": "5:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "70-75", "fDam": "0-0", "wDam": "70-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wavedash", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2250, "fDef": 0, "wDef": 90, "aDef": 90, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wavelength", "tier": "Legendary", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1400, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 67, "classReq": null, "strReq": 14, "dexReq": 14, "intReq": 14, "agiReq": 14, "defReq": 14, "hprPct": 0, "mr": 0, "sdPct": 13, "mdPct": 13, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Waves Raiser", "tier": "Legendary", "type": "wand", "set": null, "material": "5:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "44-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Way Back Home", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1600, "fDef": -100, "wDef": 0, "aDef": 100, "tDef": -100, "eDef": 100, "lvl": 75, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 7, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Weather Warning", "tier": "Unique", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "25-25", "aDam": "0-0", "tDam": "0-50", "eDam": "0-0", "atkSpd": "FAST", "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": -13, "wDefPct": 0, "aDefPct": -13, "tDefPct": 0, "eDefPct": -13, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wedding Ring", "tier": "Unique", "set": null, "material": "56:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 2, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 6, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wayfinder", "tier": "Unique", "type": "dagger", "set": null, "material": "171:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "86-100", "fDam": "0-0", "wDam": "38-49", "aDam": "33-40", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 4, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whirlpool", "tier": "Unique", "type": "wand", "set": null, "material": "5:4", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-30", "fDam": "0-0", "wDam": "10-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 0, "fDamPct": 0, "wDamPct": 9, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -19, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whimsy", "tier": "Rare", "type": "wand", "set": null, "material": "35:5", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "1-37", "fDam": "0-0", "wDam": "0-0", "aDam": "64-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -3, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 25, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 13, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 22, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whisper", "tier": "Unique", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-30", "fDam": "0-0", "wDam": "0-0", "aDam": "12-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "White", "tier": "Rare", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 5, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 7, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "White-hot Leggings", "displayName": "White-Hot Leggings", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2250, "fDef": 170, "wDef": -200, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 70, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": -220, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 220, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whistling Helmet", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 430, "fDef": -30, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whitecap", "tier": "Unique", "type": "bow", "set": null, "material": "17:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "76-112", "fDam": "0-0", "wDam": "51-65", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 16, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "White Noise", "tier": "Unique", "type": "relik", "set": null, "material": "273:19", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "74-110", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 66, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 14, "tDamPct": 0, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -18, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wicked", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": 0, "wDef": -60, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": -1, "sdPct": 15, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whitestone", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 15, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 7, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 7, "aDefPct": 6, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "White Storm", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 130, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 510, "fDef": -20, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whitewater", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "fDef": 0, "wDef": 70, "aDef": 0, "tDef": -80, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 11, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 13, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wild Gauntlet", "tier": "Unique", "type": "dagger", "set": null, "material": "161:0", "quest": null, "poison": 0, "thorns": 13, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "59-74", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "48-63", "atkSpd": "NORMAL", "lvl": 60, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -7, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Willpower", "tier": "Unique", "set": null, "material": "160:8", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -15, "wDef": -15, "aDef": -15, "tDef": -15, "eDef": -15, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Windchime", "tier": "Unique", "type": "wand", "set": null, "material": "179:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-70", "fDam": "0-0", "wDam": "0-0", "aDam": "30-50", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wind Murmurs", "tier": "Unique", "type": "relik", "set": null, "material": "273:19", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "60-86", "fDam": "0-0", "wDam": "0-0", "aDam": "76-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -9, "mdPct": -18, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 12, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wind Mimic", "tier": "Rare", "type": "boots", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2425, "fDef": -120, "wDef": 0, "aDef": 200, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wiggling Villager", "tier": "Unique", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 19, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Windforce", "tier": "Unique", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "33-51", "fDam": "0-0", "wDam": "0-0", "aDam": "31-57", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wing Cap", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 850, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": -70, "eDef": 0, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 8, "tDefPct": -7, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Window Pane", "tier": "Unique", "type": "relik", "set": null, "material": "273:22", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "11-13", "fDam": "0-0", "wDam": "27-33", "aDam": "0-0", "tDam": "27-33", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 13, "intReq": 13, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": -14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -6, "dex": 4, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 9, "aDamPct": 0, "tDamPct": 9, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Windowframe", "tier": "Unique", "type": "relik", "set": null, "material": "273:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "11-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "27-33", "eDam": "27-33", "atkSpd": "NORMAL", "lvl": 34, "classReq": null, "strReq": 12, "dexReq": 12, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -14, "mdPct": 14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": -6, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 9, "eDamPct": 9, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wintergreen", "tier": "Legendary", "type": "relik", "set": null, "material": "273:25", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "90-100", "fDam": "0-0", "wDam": "0-0", "aDam": "45-50", "tDam": "0-0", "eDam": "45-50", "atkSpd": "NORMAL", "lvl": 54, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 1, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": -1, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": -1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Windy Torc", "tier": "Unique", "set": null, "material": "160:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 350, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": -50, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Winterspell", "tier": "Unique", "type": "bow", "set": null, "material": "35:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "135-222", "fDam": "0-0", "wDam": "0-0", "aDam": "120-180", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Winter's Essence", "tier": "Legendary", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 360, "fDef": -100, "wDef": 50, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 20, "mdPct": 0, "ls": 41, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wirt's Leg", "tier": "Unique", "type": "wand", "set": null, "material": "1:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "26-34", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 23, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wolf Bow", "tier": "Unique", "type": "bow", "set": null, "material": "126:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "120-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 30, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "WitherString", "tier": "Unique", "type": "bow", "set": null, "material": "22:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-45", "fDam": "0-0", "wDam": "2-8", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wolf Crest", "tier": "Unique", "set": null, "material": "160:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 90, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wolf Paw", "tier": "Unique", "set": null, "material": "189", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 5, "tDef": 0, "eDef": 5, "lvl": 30, "classReq": null, "strReq": 8, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 4, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wormwood", "tier": "Unique", "type": "boots", "set": null, "material": null, "quest": null, "poison": 23, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 70, "fDef": 0, "wDef": 6, "aDef": -6, "tDef": -6, "eDef": 6, "lvl": 17, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 6, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -14, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wrath", "tier": "Legendary", "type": "wand", "set": null, "material": "159:12", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "39-117", "fDam": "39-117", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "39-117", "atkSpd": "SLOW", "lvl": 78, "classReq": null, "strReq": 39, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 39, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 13, "ls": 280, "ms": 0, "xpb": 0, "lb": 13, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -39, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 165, "fDamPct": 0, "wDamPct": -26, "aDamPct": -26, "tDamPct": -26, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Worry", "tier": "Rare", "set": null, "material": "25", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "World Splitter", "tier": "Rare", "type": "dagger", "set": null, "material": "159:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-80", "fDam": "160-160", "wDam": "0-0", "aDam": "0-0", "tDam": "0-400", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 150, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -33, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": -143, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Worship", "tier": "Unique", "set": null, "material": "56:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 300, "spRegen": 7, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wybel Carved Relik", "tier": "Rare", "type": "relik", "set": null, "material": "273:7", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "270-320", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wybel Horn Spear", "tier": "Rare", "type": "spear", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "240-310", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wybel Fluff Bow", "tier": "Rare", "type": "bow", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "380-440", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wybel Ivory Wand", "tier": "Rare", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "125-170", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wybel Tooth Dagger", "tier": "Rare", "type": "dagger", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "170-220", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Xystus", "tier": "Unique", "type": "spear", "set": null, "material": "180:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-50", "fDam": "0-0", "wDam": "0-0", "aDam": "30-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Xyloid", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1850, "fDef": 0, "wDef": 65, "aDef": 0, "tDef": -100, "eDef": 60, "lvl": 80, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 90, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yggdrasil", "tier": "Unique", "type": "wand", "set": null, "material": "18:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-120", "atkSpd": "NORMAL", "lvl": 98, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": -15, "wDefPct": 10, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yamato Spear", "tier": "Unique", "type": "spear", "set": null, "material": "23", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "150-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 1, "xpb": 16, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yang", "tier": "Unique", "set": null, "material": "95:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": -52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yahya's Nail Clipper", "tier": "Unique", "type": "dagger", "set": null, "material": "18:3", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "18-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-8", "atkSpd": "NORMAL", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 6, "mr": 1, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yume", "tier": "Legendary", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 385, "fDef": -40, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yin", "tier": "Unique", "set": null, "material": "95:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -30, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": -40, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yol", "tier": "Rare", "type": "relik", "set": null, "material": "273:17", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "140-160", "fDam": "356-380", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 2650, "spRegen": 0, "eSteal": 0, "hprRaw": 165, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 30, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "eDefPct": 30, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ylem", "tier": "Unique", "type": "wand", "set": null, "material": "44:1", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-142", "wDam": "0-0", "aDam": "0-0", "tDam": "0-142", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 180, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -80, "sdRaw": 135, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": -25, "aDefPct": 0, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zephra Shredder", "tier": "Legendary", "type": "spear", "set": null, "material": "35:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "110-308", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 80, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 15, "mdPct": 0, "ls": -175, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 30, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 230, "fDamPct": 0, "wDamPct": 0, "aDamPct": 25, "tDamPct": 0, "eDamPct": 0, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zephyr", "tier": "Unique", "type": "dagger", "set": null, "material": "35:10", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-224", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 90, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 11, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 18, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yverlian Blade", "tier": "Unique", "type": "dagger", "set": null, "material": "171:15", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "36-70", "wDam": "43-63", "aDam": "29-77", "tDam": "22-84", "eDam": "50-56", "atkSpd": "FAST", "lvl": 97, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 16, "wDefPct": 16, "aDefPct": 16, "tDefPct": 16, "eDefPct": 16, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zeal", "tier": "Unique", "type": "chestplate", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 275, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 8, "mr": 0, "sdPct": -8, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 4, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zombie Helm", "tier": "Unique", "type": "helmet", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 75, "fDef": 0, "wDef": 0, "aDef": -4, "tDef": 0, "eDef": 4, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 15, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zero", "tier": "Legendary", "type": "bow", "set": null, "material": "126:2", "quest": null, "poison": 0, "thorns": 0, "exploding": 333, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-165", "wDam": "0-165", "aDam": "0-165", "tDam": "0-165", "eDam": "0-165", "atkSpd": "FAST", "lvl": 87, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": -125, "sdRaw": 250, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zombified Pants", "tier": "Unique", "type": "leggings", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 182, "fDef": -3, "wDef": 0, "aDef": -3, "tDef": -3, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 14, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zjarr", "tier": "Unique", "set": null, "material": "45", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 20, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": -3, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 4, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zombified Branch", "tier": "Unique", "type": "wand", "set": null, "material": "1:0", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "126-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 55, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "default", "tier": "Normal", "type": "wand", "set": null, "material": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 12, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zipper", "tier": "Unique", "type": "relik", "set": null, "material": "273:13", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "5-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "50-70", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 11, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 11, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 11, "eDefPct": -21, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}]} \ No newline at end of file +{"items": [{"name": "Dondasch", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 3375, "fDef": 0, "wDef": 0, "aDef": 150, "tDef": 0, "eDef": 150, "lvl": 100, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 27, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 400, "fDamPct": -100, "wDamPct": 0, "aDamPct": 25, "tDamPct": 0, "eDamPct": 25, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eidolon", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "640-811", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 15, "def": 0, "spd": 30, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 30, "tDefPct": 25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nona", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "85-112", "tDam": "0-0", "eDam": "85-112", "atkSpd": "SUPER_FAST", "lvl": 95, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 25, "atkTier": 1, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": -180, "sdRaw": 120, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -100, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tera", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3225, "fDef": 0, "wDef": 0, "aDef": -200, "tDef": 100, "eDef": 100, "lvl": 90, "classReq": null, "strReq": 50, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 20, "ref": 0, "str": 10, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 40, "eDamPct": 40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breakbore", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 57, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "135-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "100-130", "eDam": "100-130", "atkSpd": "SLOW", "lvl": 90, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": -20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Summa", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": -25, "wDef": 0, "aDef": 0, "tDef": -25, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 1, "dex": 4, "int": 0, "agi": 1, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -35, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quick-Strike Leggings", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1525, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": "Assassin", "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 20, "int": 0, "agi": 0, "def": 0, "spd": 14, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -14, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Back-up Plan", "displayName": "Back-Up Plan", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 625, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helm Splitter", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "714-1114", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 70, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 150, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 40, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -2000, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kahontsi Ohstyen", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 35, "category": "weapon", "slots": 4, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-260", "atkSpd": "SLOW", "lvl": 60, "classReq": null, "strReq": 80, "dexReq": 0, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 20, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": -15, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -100, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Durum's Serenity", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 30, "fDef": 0, "wDef": 7, "aDef": 0, "tDef": 0, "eDef": 7, "lvl": 25, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 12, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Greenhoof", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 105, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ohonte Kerhite", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "40-80", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 15, "hprPct": 25, "mr": 3, "sdPct": 25, "mdPct": -75, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 13, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 770, "spRegen": 25, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 45, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Scarecrow's Vest", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 60, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 150, "fDef": -5, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 40, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -7, "atkTier": 0, "hpBonus": 58, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shadestep", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": -275, "fDef": 0, "wDef": 0, "aDef": 100, "tDef": 120, "eDef": 0, "lvl": 70, "classReq": "Archer", "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 175, "ms": 0, "xpb": 0, "lb": 0, "ref": 50, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 30, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -45, "sdRaw": 0, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Onenya Hronkas", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1750, "fDef": 100, "wDef": -60, "aDef": -60, "tDef": 0, "eDef": 100, "lvl": 60, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 85, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -12, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shackle of Shade", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -3, "aDefPct": 9, "tDefPct": 0, "eDefPct": -3, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blade of Shade", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "30-55", "fDam": "65-80", "wDam": "0-0", "aDam": "55-90", "tDam": "40-105", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 225, "ms": 2, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": -250, "spRegen": 0, "eSteal": 0, "hprRaw": -70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Purification Bead", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deadeye", "tier": "Fabled", "type": "bow", "set": null, "quest": null, "majorIds": ["HAWKEYE"], "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "627-629", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 65, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plague Mask", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 400, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 925, "fDef": 10, "wDef": 10, "aDef": 70, "tDef": 10, "eDef": 70, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": -10, "mdPct": -15, "ls": 95, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plague Staff", "tier": "Fabled", "type": "wand", "set": null, "quest": null, "majorIds": ["PLAGUE"], "poison": 1800, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 20, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crossbolt", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "60-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 50, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -25, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Redrock Bandanna", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 425, "fDef": 25, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 19, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 19, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sundown Poncho", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 25, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 34, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 9, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 30, "wDamPct": 0, "aDamPct": 0, "tDamPct": 30, "eDamPct": 0, "fDefPct": 0, "wDefPct": -25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Obolus", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 35, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 38, "ms": 0, "xpb": 10, "lb": 30, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 42, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stave of the Legends", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "50-70", "fDam": "10-40", "wDam": "20-30", "aDam": "0-0", "tDam": "5-45", "eDam": "15-35", "atkSpd": "NORMAL", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 10, "int": 10, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 25, "aDefPct": 0, "tDefPct": 25, "eDefPct": 25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Legend Guard's Plate", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2100, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 70, "classReq": "Warrior", "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": -10, "atkTier": 0, "hpBonus": 339, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Haros' Oar", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 75, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "25-37", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "12-18", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 11, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Constrict Collar", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 80, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 80, "spRegen": 0, "eSteal": 0, "hprRaw": -5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shackles of the Beast", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 525, "fDef": 0, "wDef": -60, "aDef": 50, "tDef": 50, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": -1, "sdPct": -10, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 525, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marius' Prison", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 58, "ms": 4, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 80, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Binding Brace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 25, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -4, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Trainer's Pendant", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": -7, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Braker", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 77, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "600-750", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -100, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": -2050, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lower", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "485-600", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 11, "spPct2": 0, "spRaw2": -3, "spPct3": 0, "spRaw3": -3, "spPct4": 0, "spRaw4": -3, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slider", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "205-330", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -30, "int": 0, "agi": 15, "def": 0, "spd": 40, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 220, "mdRaw": -71, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bonder", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": -500, "category": "weapon", "slots": 4, "drop": "never", "restrict": "Untradable", "nDam": "300-380", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 30, "mr": 4, "sdPct": -20, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stinger", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 2000, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "1680-2200", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 735, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -99, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -240, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Abandoned Tunic", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 22, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "About-Face", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 333, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2675, "fDef": 60, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 86, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": -55, "mdPct": -55, "ls": 195, "ms": 2, "xpb": 0, "lb": 0, "ref": 333, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 160, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Absorption", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "30-60", "aDam": "0-0", "tDam": "40-70", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Achromatic Gloom", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -4, "dex": -4, "int": -4, "agi": -4, "def": -4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 75, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Acid", "tier": "Unique", "set": null, "quest": null, "poison": 550, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -250, "fDef": 0, "wDef": -30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ace of Spades", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "100-100", "wDam": "0-0", "aDam": "10-200", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 45, "hprPct": 0, "mr": -3, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 10, "spd": 15, "atkTier": 0, "hpBonus": 2700, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 25, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Acidstream", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 311, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "31-37", "aDam": "0-0", "tDam": "0-0", "eDam": "12-14", "atkSpd": "SLOW", "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -35, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Abyssal Walkers", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 480, "thorns": 0, "exploding": 5, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": 80, "wDef": -100, "aDef": -80, "tDef": 80, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 100, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adamantite", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2100, "fDef": -50, "wDef": -50, "aDef": -50, "tDef": -50, "eDef": -20, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": 0, "atkTier": 0, "hpBonus": 1350, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -3, "wDamPct": -14, "aDamPct": -14, "tDamPct": -14, "eDamPct": -3, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Acrobat", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-90", "fDam": "0-0", "wDam": "0-0", "aDam": "80-110", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 6, "eDamPct": 0, "fDefPct": -12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adanac", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 50, "aDef": 50, "tDef": -50, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 48, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 6, "aDefPct": 6, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adder Stone", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 375, "fDef": 0, "wDef": 25, "aDef": 0, "tDef": 0, "eDef": 25, "lvl": 80, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 38, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adigard's Snowshoes", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 200, "fDef": -5, "wDef": 15, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -4, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Admiral's Aegis", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 170, "fDef": 0, "wDef": -10, "aDef": 0, "tDef": -10, "eDef": 0, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 7, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adrift", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "22-33", "fDam": "0-0", "wDam": "70-92", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 30, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 40, "aDefPct": 15, "tDefPct": 15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aeolipile", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "100-150", "wDam": "135-200", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aeolus", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 230, "fDef": -30, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -7, "spd": 17, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adventurous", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aeolian", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-50", "fDam": "0-0", "wDam": "0-0", "aDam": "14-22", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aerosol", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-110", "fDam": "0-0", "wDam": "0-0", "aDam": "68-143", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": -6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 90, "fDamPct": -60, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": -60, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aerokinesis", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-190", "fDam": "0-0", "wDam": "0-0", "aDam": "100-190", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 75, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 120, "mdRaw": 0, "fDamPct": -29, "wDamPct": -29, "aDamPct": 20, "tDamPct": -29, "eDamPct": -29, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aerodynamics", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1400, "fDef": -70, "wDef": 0, "aDef": 70, "tDef": 60, "eDef": -80, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aether", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-70", "tDam": "0-70", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 15, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aeronaut", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 140, "fDef": -10, "wDef": 0, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 7, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": -12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Affrettando", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "3-15", "fDam": "0-0", "wDam": "0-0", "aDam": "14-31", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 21, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aersectra", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "111-111", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "48-275", "eDam": "0-0", "atkSpd": "FAST", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 21, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -10, "spd": 0, "atkTier": 0, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": -30, "wDamPct": 0, "aDamPct": 24, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Afterimage", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "23-30", "fDam": "0-0", "wDam": "0-0", "aDam": "39-48", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 90, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 22, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 14, "tDamPct": 0, "eDamPct": 0, "fDefPct": -12, "wDefPct": -12, "aDefPct": 0, "tDefPct": -12, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Agitation", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 19, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "27-117", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "16-75", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 23, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -70, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aggression", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -20, "wDef": -20, "aDef": -20, "tDef": -20, "eDef": 10, "lvl": 44, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "35-60", "fDam": "0-0", "wDam": "0-0", "aDam": "35-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 85, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Bow", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "45-70", "fDam": "0-0", "wDam": "0-0", "aDam": "45-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Wand", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "20-35", "fDam": "0-0", "wDam": "0-0", "aDam": "20-35", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Spear", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "40-70", "fDam": "0-0", "wDam": "0-0", "aDam": "40-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ado Saki", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 105, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": -8, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -6, "ms": 1, "xpb": 12, "lb": 0, "ref": 3, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ajax", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 525, "fDef": 0, "wDef": 0, "aDef": -30, "tDef": 0, "eDef": 30, "lvl": 45, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": -10, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -40, "mdRaw": 85, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Accelerator", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 3500, "fDef": 0, "wDef": 0, "aDef": -150, "tDef": -150, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 11, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Albacore", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "fDef": 0, "wDef": 140, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 80, "mdRaw": 0, "fDamPct": -12, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alaxica", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "27-56", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": -20, "aDamPct": 0, "tDamPct": -20, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Albedo", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2800, "fDef": 65, "wDef": 80, "aDef": 100, "tDef": 80, "eDef": 65, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 65, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 12, "aDefPct": 15, "tDefPct": 12, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aldo", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "94-109", "fDam": "0-0", "wDam": "32-44", "aDam": "71-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 19, "lb": 19, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -190, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alarm", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "7-10", "tDam": "4-13", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": 5, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alice's Sleeve", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 20, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 6, "mr": 0, "sdPct": 0, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aldorei's Vision", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "50-70", "aDam": "0-0", "tDam": "0-0", "eDam": "50-70", "atkSpd": "SLOW", "lvl": 82, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 115, "fDamPct": -10, "wDamPct": 0, "aDamPct": -10, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aliez", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -225, "fDef": 0, "wDef": 0, "aDef": 25, "tDef": 25, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 11, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aldorei's Tear", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 480, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1550, "fDef": 0, "wDef": 50, "aDef": -10, "tDef": -50, "eDef": 50, "lvl": 77, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aldorei's Training Bow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "7-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 7, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 1, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alka Cometflinger", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 31, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "550-785", "atkSpd": "SLOW", "lvl": 93, "classReq": null, "strReq": 80, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 31, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -225, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 31, "fDefPct": 0, "wDefPct": -30, "aDefPct": -30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alkahest", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 1115, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 65, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -20, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 145, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alazarin", "displayName": "Alizarin", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "NORMAL", "nDam": "23-32", "fDam": "20-75", "wDam": "20-75", "aDam": "20-75", "tDam": "20-75", "eDam": "20-75", "atkSpd": "FAST", "lvl": 89, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 23, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1250, "spRegen": 10, "eSteal": 0, "hprRaw": 150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "All for One", "displayName": "All For One", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3800, "fDef": -50, "wDef": -50, "aDef": -50, "tDef": -50, "eDef": 150, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -20, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -150, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Allegro", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1250, "fDef": -50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -30, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Almuj's Walker", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 7, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 8, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alligator", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 4, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 75, "fDef": 0, "wDef": 7, "aDef": 0, "tDef": -5, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 4, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -6, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Altimeter", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "28-32", "tDam": "0-0", "eDam": "25-30", "atkSpd": "VERY_FAST", "lvl": 59, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 27, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 34, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alumia", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 10, "eDef": -5, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 8, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 4, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alternator", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 250, "fDef": 0, "wDef": -10, "aDef": 0, "tDef": 5, "eDef": -5, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 19, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 11, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aloof", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "2-8", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 6, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ambiguity", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -180, "fDef": 40, "wDef": -50, "aDef": 40, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 45, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 600, "spRegen": 0, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Amadeus", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "130-160", "fDam": "0-0", "wDam": "160-200", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 3, "sdPct": 15, "mdPct": 0, "ls": -220, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 15, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Amethyst Ring", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 4, "wDef": 4, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 10, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aluminium", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 5, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Amplitude", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 75, "eDef": -75, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Amulet of the Necromancer", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -5, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -7, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 3, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Almuj's Daggers", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 45, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "11-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "5-16", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anamnesis", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": -1600, "fDef": 0, "wDef": 200, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 4, "sdPct": 0, "mdPct": -55, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 25, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 40, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anchor Chain", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "40-80", "aDam": "0-0", "tDam": "0-0", "eDam": "20-100", "atkSpd": "VERY_SLOW", "lvl": 35, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": -19, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ancient Scout Shoes", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 30, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anchoryl", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 11, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 23, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 11, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 250, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ancient Battle Crossbow", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "65-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "55-95", "atkSpd": "VERY_SLOW", "lvl": 23, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 23, "ls": 0, "ms": 0, "xpb": 10, "lb": 12, "ref": 0, "str": 15, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anarchy", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -7, "wDefPct": -7, "aDefPct": -7, "tDefPct": -7, "eDefPct": -7, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ancient Wand", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-22", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Andante", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "100-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "201-201", "atkSpd": "VERY_SLOW", "lvl": 54, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aneroid", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 95, "fDef": 0, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 10, "lvl": 23, "classReq": null, "strReq": 7, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": -2, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aneurysm", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 0, "wDef": -30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 20, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": -150, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": 100, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anger Point", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": -80, "wDef": -80, "aDef": -80, "tDef": -80, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": -7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 145, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Angel Robe", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1450, "fDef": -60, "wDef": 0, "aDef": 80, "tDef": 20, "eDef": -20, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Amiscia", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 155, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 10, "eDef": -10, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 13, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anno", "tier": "Rare", "set": null, "quest": null, "poison": 110, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 40, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 8, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anokumeme", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "40-62", "aDam": "32-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Animosity", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-90", "fDam": "0-0", "wDam": "0-0", "aDam": "60-80", "tDam": "60-80", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 16, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 8, "def": -8, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -26, "wDefPct": -14, "aDefPct": 0, "tDefPct": 0, "eDefPct": -14, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Andesite Aegis", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2750, "fDef": 110, "wDef": -50, "aDef": -50, "tDef": 100, "eDef": 110, "lvl": 77, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Antimony", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 465, "thorns": 0, "exploding": 10, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 975, "fDef": 75, "wDef": -80, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Antim", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 45, "sdRaw": 30, "mdRaw": 33, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anthracite Ballista", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "754-937", "wDam": "0-0", "aDam": "754-937", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 15, "ls": 500, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 2000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 780, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Apology", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "345-350", "fDam": "0-0", "wDam": "345-350", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 42, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 2000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Antithesis", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1550, "fDef": 60, "wDef": 40, "aDef": 0, "tDef": -120, "eDef": 0, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 35, "hprPct": -27, "mr": 0, "sdPct": 16, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -95, "sdRaw": 0, "mdRaw": 0, "fDamPct": 19, "wDamPct": 13, "aDamPct": 0, "tDamPct": -28, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Albakaya", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-12", "fDam": "8-12", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 40, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aquarius", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2550, "fDef": -100, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 110, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 5, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arakadicus' Maw", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 1350, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "200-260", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "250-325", "atkSpd": "SLOW", "lvl": 98, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 12, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 300, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": -15, "aDefPct": -15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Antipode", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-50", "fDam": "35-60", "wDam": "35-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Backburner", "displayName": "Anvil Crawler", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "103-343", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-2286", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 15, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": -10, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 810, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arakadicus' Claw", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-130", "eDam": "120-190", "atkSpd": "VERY_SLOW", "lvl": 66, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 12, "dex": 12, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -30, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": -30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arbalest", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 40, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "275-325", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "300-325", "atkSpd": "SLOW", "lvl": 87, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -12, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 240, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 25, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": -65, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aratera", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 11, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1650, "fDef": 80, "wDef": -40, "aDef": -80, "tDef": 0, "eDef": 40, "lvl": 70, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 12, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -125, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aphotic", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3200, "fDef": 0, "wDef": 150, "aDef": 0, "tDef": -150, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 50, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -80, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": -6, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arakadicus' Leg", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 465, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-60", "eDam": "30-45", "atkSpd": "SLOW", "lvl": 67, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -50, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -50, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aquamarine", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3300, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 18, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 6, "hprRaw": 150, "sdRaw": 150, "mdRaw": 150, "fDamPct": -25, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arc Bracer", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 7, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -20, "aDef": 0, "tDef": 50, "eDef": -40, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arc Rifle", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "33-110", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "83-330", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1550, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arcane Grieves", "displayName": "Arcane Greaves", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 35, "fDef": 0, "wDef": 3, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arcane Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 40, "fDef": 2, "wDef": 2, "aDef": 2, "tDef": 2, "eDef": 2, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 4, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Archaic", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 350, "fDef": 40, "wDef": -30, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arcus", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": 40, "eDef": -90, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ardiente", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2600, "fDef": 80, "wDef": -120, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -40, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -40, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aries", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 25, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 25, "ls": 240, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 225, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ariodo's Dial", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arkhalis", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "127-297", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": -15, "dex": 35, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": -1, "hpBonus": -1350, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 425, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arma Gauntlet", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "110-150", "fDam": "40-95", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "50-85", "atkSpd": "NORMAL", "lvl": 75, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": -12, "atkTier": 0, "hpBonus": 1600, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": -80, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Armageddon", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "120-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "70-250", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 53, "classReq": null, "strReq": 10, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Asbestos", "tier": "Unique", "set": null, "quest": null, "poison": 385, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -375, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -14, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 65, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Artifice", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 20, "eDef": -25, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -9, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ashes Anew", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "90-110", "wDam": "0-0", "aDam": "90-115", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 30, "hprPct": 0, "mr": 1, "sdPct": -10, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 50, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Asher's Relic", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": -10, "ms": -2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": -6, "eSteal": 0, "hprRaw": 4, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Asphalt", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "93-94", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "93-94", "atkSpd": "VERY_FAST", "lvl": 77, "classReq": null, "strReq": 32, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 32, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 200, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -5, "agi": -5, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 125, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": -20, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Assassin's Hood", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 110, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 315, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -10, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Archpriest", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "11-18", "fDam": "0-0", "wDam": "11-13", "aDam": "11-13", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 18, "agiReq": 18, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 11, "str": 0, "dex": 0, "int": 5, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 4, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -21, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 7, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Asphyxia", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "fDef": 0, "wDef": 0, "aDef": -200, "tDef": 150, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": -15, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": -50, "tDamPct": 30, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Astigmatism", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 600, "fDef": -20, "wDef": -20, "aDef": -20, "tDef": -20, "eDef": -20, "lvl": 48, "classReq": null, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "hprPct": -15, "mr": -1, "sdPct": 18, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 13, "wDamPct": 13, "aDamPct": 13, "tDamPct": 13, "eDamPct": 13, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Asterisk", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-15", "fDam": "0-0", "wDam": "0-0", "aDam": "11-15", "tDam": "11-15", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 13, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -4, "dex": 0, "int": 0, "agi": 0, "def": -4, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Assurance", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-52", "fDam": "30-38", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "30-38", "atkSpd": "SLOW", "lvl": 53, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Astral Walkers", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1500, "fDef": 70, "wDef": -65, "aDef": 0, "tDef": 70, "eDef": -75, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 14, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -15, "fDefPct": 12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Atoll", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 80, "wDef": 80, "aDef": 0, "tDef": -70, "eDef": -70, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -18, "fDefPct": 13, "wDefPct": 14, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Asymptote", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1250, "fDef": 0, "wDef": 0, "aDef": -100, "tDef": 60, "eDef": 60, "lvl": 66, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -10, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 115, "ms": 1, "xpb": -10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -55, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Atheist", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 110, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 15, "lvl": 19, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -5, "wDamPct": 0, "aDamPct": 0, "tDamPct": -5, "eDamPct": 8, "fDefPct": 0, "wDefPct": -5, "aDefPct": -5, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Auric", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 9, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 70, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": -60, "mdRaw": -65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aurora", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Audacity", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 35, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Atroce", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 240, "thorns": 15, "exploding": 20, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 950, "fDef": 0, "wDef": -60, "aDef": -60, "tDef": 60, "eDef": 60, "lvl": 63, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 10, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Atlas", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 200, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -8, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aura of Element", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 0, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 79, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 23, "wDamPct": 23, "aDamPct": 23, "tDamPct": 23, "eDamPct": 23, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Augoeides", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1000, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 8, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Autumn Tree", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 25, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "3-7", "atkSpd": "SLOW", "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Australis", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "34-40", "wDam": "34-40", "aDam": "34-40", "tDam": "34-40", "eDam": "34-40", "atkSpd": "FAST", "lvl": 72, "classReq": null, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 24, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 600, "spRegen": 24, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Average Golden Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 73, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Autotomized", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": -3, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 0, "agi": 7, "def": -3, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Average Golden Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 112, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Awakening", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "60-96", "wDam": "60-96", "aDam": "60-96", "tDam": "60-96", "eDam": "60-96", "atkSpd": "NORMAL", "lvl": 94, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Average Golden Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 86, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Average Golden Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 71, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Azimuth", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-80", "tDam": "0-0", "eDam": "20-60", "atkSpd": "FAST", "lvl": 66, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -9, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 17, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 15, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Awesome Bandanna", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 5, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Azar", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Azotar", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 250, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "untradable", "nDam": "65-75", "fDam": "50-60", "wDam": "50-60", "aDam": "50-60", "tDam": "50-60", "eDam": "50-60", "atkSpd": "SLOW", "lvl": 64, "classReq": null, "strReq": 14, "dexReq": 14, "intReq": 14, "agiReq": 14, "defReq": 14, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 140, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Azure Halo", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3300, "fDef": 0, "wDef": 150, "aDef": 150, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 30, "defReq": 0, "hprPct": 10, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 23, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 30, "eSteal": 0, "hprRaw": 170, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -33, "eDamPct": -33, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Babbling Bow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "16-22", "fDam": "0-0", "wDam": "36-53", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 6, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 13, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": -30, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Azurite", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 18, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2675, "fDef": 0, "wDef": 90, "aDef": 0, "tDef": 0, "eDef": 80, "lvl": 92, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 27, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 6, "hprRaw": 0, "sdRaw": 0, "mdRaw": 225, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ba'al's Betrayal", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -45, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 23, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Back Protector", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 2, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 130, "fDef": 0, "wDef": -6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Babylon's Scale", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": -13, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "10-400", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 65, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": -10, "spd": 13, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -19, "wDamPct": 0, "aDamPct": 19, "tDamPct": 0, "eDamPct": 0, "fDefPct": -16, "wDefPct": 0, "aDefPct": 16, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bad Wolf", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1350, "fDef": 0, "wDef": 0, "aDef": -100, "tDef": 70, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 32, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Backfire", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 14, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "126-149", "fDam": "149-160", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "137-171", "atkSpd": "SUPER_SLOW", "lvl": 69, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": -105, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ballista", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "125-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "75-150", "atkSpd": "VERY_SLOW", "lvl": 55, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -2, "int": 0, "agi": 0, "def": 5, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bakteri", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 680, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2150, "fDef": -50, "wDef": -70, "aDef": -50, "tDef": 65, "eDef": 90, "lvl": 77, "classReq": null, "strReq": 50, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 140, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -120, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -30, "aDamPct": 0, "tDamPct": 45, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ballad", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "fDef": 20, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 20, "hprPct": 15, "mr": 1, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Balankia", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 380, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": -5, "int": -5, "agi": -5, "def": -5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Balloon's Bane", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-150", "fDam": "200-375", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 0, "ls": 115, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 9, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 9, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Balm", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 630, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 20, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": -4, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bamboo Cuff", "tier": "Unique", "set": null, "quest": null, "poison": 125, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 4, "eDamPct": 4, "fDefPct": -8, "wDefPct": 0, "aDefPct": -8, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bantisu's Approach", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2525, "fDef": -75, "wDef": 0, "aDef": 75, "tDef": 0, "eDef": 75, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Barbarian", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "fDef": 0, "wDef": 0, "aDef": 80, "tDef": 0, "eDef": 70, "lvl": 92, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 300, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": -10, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Barbed Spear", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 120, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "65-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 26, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -10, "mr": 0, "sdPct": -7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bardiche", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-190", "fDam": "0-0", "wDam": "100-200", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 40, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 12, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 18, "tDamPct": 0, "eDamPct": -20, "fDefPct": 0, "wDefPct": 23, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Barrage", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Andesite-hewn Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "31-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bard's Song", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "25-75", "aDam": "25-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -7, "mdPct": -11, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 12, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 19, "aDamPct": 19, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Andesite-hewn Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "18-22", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Andesite-hewn Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "8-14", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Andesite-hewn Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Backlash", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "30-200", "eDam": "90-90", "atkSpd": "SLOW", "lvl": 77, "classReq": null, "strReq": 20, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 180, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 0, "eSteal": 0, "hprRaw": -90, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Basaltic Schynbalds", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 620, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 50, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Andesite-hewn Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "19-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unfinished Chain Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 265, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Standard Chain Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 445, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Standard Chain Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 470, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Standard Chain Mail", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Chain Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 560, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Chain Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 530, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Chain Mail", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 625, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "High-Quality Chain Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 660, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Chain Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 590, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unfinished Chain Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 282, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "High-Quality Chain Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "High-Quality Chain Mail", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 770, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "High-Quality Chain Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 735, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unfinished Chain Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawed Chain Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 355, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unfinished Chain Mail", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 318, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawed Chain Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 335, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawed Chain Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 380, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawed Chain Mail", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Standard Chain Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 420, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dim Diamond Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1540, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clear Diamond Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2210, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloudy Diamond Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloudy Diamond Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1980, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clear Diamond Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2160, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clear Diamond Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2330, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clear Diamond Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2270, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brilliant Diamond Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brilliant Diamond Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2460, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dim Diamond Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1580, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloudy Diamond Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2040, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Smoky Diamond Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1730, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brilliant Diamond Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2530, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dim Diamond Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1630, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brilliant Diamond Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2600, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloudy Diamond Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1930, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Smoky Diamond Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1780, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diorite-hewn Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "27-31", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dim Diamond Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1680, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diorite-hewn Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "45-61", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diorite-hewn Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "26-37", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Smoky Diamond Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1880, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diorite-hewn Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "15-22", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Smoky Diamond Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1830, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Used Golden Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 127, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diorite-hewn Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aged Golden Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 71, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "New Golden Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 158, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "New Golden Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 168, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "New Golden Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 178, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "New Golden Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 192, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Used Golden Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 137, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shining Golden Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 206, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shining Golden Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 233, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aged Golden Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 78, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shining Golden Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Used Golden Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 148, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aged Golden Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 86, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aged Golden Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 80, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Avocado", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "25-29", "aDam": "0-0", "tDam": "0-0", "eDam": "25-29", "atkSpd": "NORMAL", "lvl": 29, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 65, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shining Golden Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 247, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Worn Golden Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 92, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Worn Golden Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Worn Golden Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 111, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Worn Golden Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 109, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Used Golden Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 119, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Granite-hewn Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "68-84", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Granite-hewn Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "38-42", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Granite-hewn Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "42-59", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Granite-hewn Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "19-27", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plated Iron Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1090, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Granite-hewn Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cracked Iron Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plated Iron Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1130, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solid Iron Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plated Iron Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1165, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solid Iron Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1280, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solid Iron Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1240, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solid Iron Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1320, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reinforced Iron Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1410, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reinforced Iron Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reinforced Iron Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1360, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cracked Iron Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 830, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cracked Iron Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 860, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cracked Iron Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 890, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thin Iron Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 955, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reinforced Iron Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1490, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plated Iron Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1055, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thin Iron Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1025, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thin Iron Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 920, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thin Iron Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 990, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Padded Leather Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 30, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plain Leather Cap", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 3, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Padded Leather Tunic", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 34, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hard Leather Cap", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 36, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Padded Leather Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 26, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Studded Leather Cap", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 54, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hard Leather Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 44, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hard Leather Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 40, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hard Leather Tunic", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 49, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Studded Leather Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 60, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plain Leather Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 5, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plain Leather Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 7, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plain Leather Tunic", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 9, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Studded Leather Tunic", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 65, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tanned Leather Cap", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 11, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tanned Leather Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 14, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Studded Leather Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 55, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tanned Leather Tunic", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 20, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tanned Leather Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 17, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Birch Wood Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "15-21", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Padded Leather Cap", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 23, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Birch Wood Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "9-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Jungle Wood Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "18-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Birch Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "8-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Jungle Wood Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Jungle Wood Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "28-34", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Jungle Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "15-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Oak Wood Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "4-8", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Birch Wood Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-7", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Oak Wood Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "2-5", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Oak Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "2-7", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Oak Wood Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Spruce Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "11-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Spruce Wood Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "13-17", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Spruce Wood Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Spruce Wood Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "20-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stone-hewn Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "17-21", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bastille", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3600, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": -5, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stone-hewn Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "9-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stone-hewn Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "3-6", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Battery", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-100", "fDam": "0-0", "wDam": "50-150", "aDam": "0-0", "tDam": "0-200", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 15, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Battleground Dancer", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2750, "fDef": -160, "wDef": 0, "aDef": 80, "tDef": 0, "eDef": 80, "lvl": 98, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 70, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -25, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -12, "agi": 5, "def": 0, "spd": 16, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stone-hewn Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "8-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Battle Bishop", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 430, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 45, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bear Pelt", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 57, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 10, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 17, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bear Opener", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "60-100", "atkSpd": "VERY_SLOW", "lvl": 47, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": -12, "mdPct": 0, "ls": 55, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Beauty", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bedrock Eater", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "27-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 3, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bedruthan", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "160-210", "atkSpd": "NORMAL", "lvl": 92, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Behemoth", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "114-834", "eDam": "491-651", "atkSpd": "SUPER_SLOW", "lvl": 92, "classReq": null, "strReq": 40, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Belligerence", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 25, "ls": -145, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 95, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bete Noire", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 100, "eDef": 100, "lvl": 80, "classReq": null, "strReq": 80, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 30, "mdPct": 110, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 20, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -10, "hpBonus": 0, "spRegen": -150, "eSteal": 0, "hprRaw": -235, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bejeweled Bracelet", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Belcon", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "85-125", "fDam": "0-0", "wDam": "90-130", "aDam": "0-0", "tDam": "0-0", "eDam": "70-100", "atkSpd": "NORMAL", "lvl": 92, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 30, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": -30, "tDefPct": -30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bianco", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "42-60", "fDam": "0-0", "wDam": "0-0", "aDam": "30-38", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 9, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Big Ol' Hammer", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "18-25", "atkSpd": "SLOW", "lvl": 23, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": -4, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Big Arm", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "560-1100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 90, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 15, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 231, "fDefPct": 0, "wDefPct": 0, "aDefPct": -25, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Birch Wood Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "10-12", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bibliotek", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "207-207", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 11, "dex": 11, "int": 11, "agi": 11, "def": 11, "spd": 0, "atkTier": 0, "hpBonus": -300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 35, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": -35, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Birch Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-10", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Birch Wood Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "13-19", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bishop", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 120, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": "Mage", "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -25, "mdPct": -25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 35, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bizzles", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-135", "fDam": "0-0", "wDam": "150-225", "aDam": "0-0", "tDam": "50-325", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -850, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": -25, "tDamPct": 13, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Birch Wood Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "4-7", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stone-hewn Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "5-7", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Abyss", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 1414, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "920-950", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 75, "dex": -100, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": -10, "aDamPct": -10, "tDamPct": 22, "eDamPct": -50, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Birch Wood Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bismuthinite", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 1825, "thorns": 35, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "140-260", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "60-115", "atkSpd": "SLOW", "lvl": 82, "classReq": null, "strReq": 35, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 12, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 40, "eDamPct": 0, "fDefPct": -12, "wDefPct": -12, "aDefPct": -12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-120", "fDam": "90-160", "wDam": "0-0", "aDam": "0-0", "tDam": "50-200", "eDam": "0-0", "atkSpd": "FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": -2, "sdPct": 19, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -25, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 19, "wDamPct": -30, "aDamPct": 0, "tDamPct": 19, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -40, "tDefPct": 0, "eDefPct": -40, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Arrow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 2000, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "350-555", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 89, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 215, "ms": -3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blackened Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 110, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 20, "eDef": -15, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blackout", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 20, "fDef": 6, "wDef": 0, "aDef": 0, "tDef": -6, "eDef": 0, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -2, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": -5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Sheep", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1800, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Spear", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "120-130", "fDam": "0-0", "wDam": "0-0", "aDam": "50-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 135, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -5, "int": 0, "agi": 9, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 9, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bladeguard", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "80-120", "fDam": "35-90", "wDam": "0-0", "aDam": "35-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 15, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blade of Snow", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-28", "fDam": "0-0", "wDam": "12-19", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": -7, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blade of Purity", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "190-240", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 0, "sdRaw": 175, "mdRaw": 180, "fDamPct": -150, "wDamPct": -150, "aDamPct": -150, "tDamPct": -150, "eDamPct": -150, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blade of Wisdom", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-16", "fDam": "0-0", "wDam": "12-20", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 8, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": -5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Ring", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bladestorm", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "17-20", "fDam": "0-0", "wDam": "0-0", "aDam": "37-50", "tDam": "22-29", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 12, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -7, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bleeding Wand", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-41", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -13, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 33, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bladerunners", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": 0, "wDef": 40, "aDef": -20, "tDef": 20, "eDef": -40, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": -16, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 4, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 35, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blank", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 5, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blightsaber", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 800, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "95-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "95-105", "eDam": "95-105", "atkSpd": "FAST", "lvl": 91, "classReq": null, "strReq": 33, "dexReq": 33, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 19, "mdPct": 19, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": -3, "spPct2": 0, "spRaw2": 3, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blessed Wrappings", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 30, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 15, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blindblight", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 95, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 200, "fDef": -3, "wDef": -3, "aDef": -3, "tDef": -3, "eDef": -3, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 15, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": -4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -10, "sdRaw": 0, "mdRaw": 36, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blizzard", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-13", "fDam": "0-0", "wDam": "29-37", "aDam": "29-37", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 11, "mdPct": -13, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -17, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blind Thrust", "tier": "Fabled", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3725, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -300, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 95, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -14, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 3200, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 45, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Block Buster", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 48, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "130-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "90-110", "atkSpd": "SLOW", "lvl": 76, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blood-Soaked Claws", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "23-34", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 12, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -6, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bloodlust", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2900, "fDef": 50, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": 75, "lvl": 87, "classReq": null, "strReq": 30, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -25, "mr": 0, "sdPct": -7, "mdPct": 20, "ls": 210, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -8, "agi": 0, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blossom", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-65", "atkSpd": "NORMAL", "lvl": 33, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blue Mask", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 15, "dex": 15, "int": 15, "agi": 15, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bloudil", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1380, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 14, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blight", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 1000, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "10-20", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 33, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blueberry", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 870, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 16, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bloodless", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 250, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 41, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": -20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blur", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "80-101", "tDam": "64-123", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 9, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -21, "wDamPct": 0, "aDamPct": 14, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -18, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blushwind", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 0, "fDef": 110, "wDef": -75, "aDef": 110, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -25, "agi": 7, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 3000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": -20, "spRaw2": 0, "spPct3": -10, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blues Whistle", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 1500, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "200-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-130", "atkSpd": "FAST", "lvl": 99, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -295, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bolt", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "3-10", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-9", "eDam": "0-0", "atkSpd": "FAST", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bob's Lost Leggings", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 880, "fDef": 30, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Boiler", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "54-82", "fDam": "40-68", "wDam": "40-68", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 35, "hprPct": 16, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 13, "wDefPct": 13, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bolter", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "16-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "117-133", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 16, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 90, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -8, "tDefPct": 12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bombardier", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "25-45", "fDam": "15-35", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": -50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bonethrasher", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "55-193", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": -7, "agi": 13, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 85, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Boots of Blue Stone", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 2175, "fDef": 30, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 82, "classReq": null, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 0, "fDamPct": -6, "wDamPct": -6, "aDamPct": -6, "tDamPct": -6, "eDamPct": -6, "fDefPct": 6, "wDefPct": 6, "aDefPct": 6, "tDefPct": 6, "eDefPct": 6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Booster Plate", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2800, "fDef": 0, "wDef": 130, "aDef": 100, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 35, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -18, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 3, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Boulder", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 6, "lvl": 24, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -2, "mdRaw": 8, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 5, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Boots of the Sorcerer", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 96, "fDef": 0, "wDef": 5, "aDef": 0, "tDef": 10, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bough of Fir", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-65", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "20-35", "atkSpd": "NORMAL", "lvl": 53, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 16, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 16, "ref": 0, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 19, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bovemist Amulet", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 5, "aDef": 0, "tDef": 5, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 8, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bovine Killer", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 65, "fDef": 0, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 5, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": -4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bow of Retribution", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 18, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-20", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 39, "ms": 1, "xpb": 0, "lb": 0, "ref": 18, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bourreau", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -2, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 4, "mdRaw": 4, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brainwash", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2800, "fDef": 0, "wDef": -220, "aDef": 0, "tDef": 100, "eDef": 70, "lvl": 96, "classReq": null, "strReq": 40, "dexReq": 70, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -40, "mr": 4, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 4, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": -50, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 300, "mdRaw": 0, "fDamPct": 0, "wDamPct": -30, "aDamPct": 0, "tDamPct": 25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bow Of Wisdom", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "50-66", "fDam": "0-0", "wDam": "6-12", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brackenwall", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 360, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "fDef": 0, "wDef": 0, "aDef": -40, "tDef": 0, "eDef": 110, "lvl": 83, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 13, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bravery", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-65", "fDam": "0-0", "wDam": "0-0", "aDam": "20-50", "tDam": "0-0", "eDam": "18-22", "atkSpd": "SLOW", "lvl": 46, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bow of Wisdom", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-66", "fDam": "0-0", "wDam": "6-12", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breakdown", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2375, "fDef": 0, "wDef": -50, "aDef": 0, "tDef": -50, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 11, "str": 15, "dex": 9, "int": -10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 30, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brass Knuckle", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breakbeat", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1800, "fDef": -40, "wDef": -20, "aDef": 0, "tDef": -20, "eDef": -20, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 7, "wDamPct": 7, "aDamPct": 10, "tDamPct": 7, "eDamPct": 4, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breaker Bar", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "315-380", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 80, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -40, "wDamPct": -40, "aDamPct": 40, "tDamPct": -40, "eDamPct": 40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breeze", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-12", "fDam": "0-0", "wDam": "0-0", "aDam": "8-14", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 3, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brass Brand", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 60, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-280", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "140-200", "atkSpd": "FAST", "lvl": 86, "classReq": null, "strReq": 40, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -290, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 25, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 40, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breath of the Vampire", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "65-80", "fDam": "0-0", "wDam": "0-0", "aDam": "45-85", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 190, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breath of the Dragon", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "10-10", "fDam": "13-17", "wDam": "0-0", "aDam": "23-27", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 11, "defReq": 11, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 6, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 9, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brimstone", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-100", "fDam": "120-150", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 85, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 20, "mr": -1, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 27, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bridge of the Divide", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 650, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 20, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bright Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 15, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 3, "eDef": -3, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brocach", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "fDef": 0, "wDef": 0, "aDef": -150, "tDef": 0, "eDef": 175, "lvl": 94, "classReq": null, "strReq": 65, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 19, "fDefPct": 0, "wDefPct": 0, "aDefPct": -19, "tDefPct": 0, "eDefPct": 23, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Broken Balance", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": -500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 75, "mdPct": 75, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -7, "dex": -7, "int": -7, "agi": -7, "def": -7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Broken Gauntlet", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 410, "fDef": 0, "wDef": -25, "aDef": -25, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Broken Cross", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 45, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "143-257", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "86-143", "eDam": "86-143", "atkSpd": "SUPER_SLOW", "lvl": 62, "classReq": null, "strReq": 25, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 13, "ls": 0, "ms": 0, "xpb": 20, "lb": 10, "ref": 45, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -40, "spd": 0, "atkTier": 0, "hpBonus": 831, "spRegen": -13, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -30, "wDefPct": -30, "aDefPct": -30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Broken Harp", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "25-40", "fDam": "0-0", "wDam": "15-20", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bronze-Plated Greaves", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 160, "fDef": 8, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Broken Trident", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "28-44", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 3, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brook", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": 0, "wDef": 130, "aDef": 0, "tDef": -150, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -7, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brook Keeper", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 460, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bull", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-60", "fDam": "20-35", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-75", "atkSpd": "FAST", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": -7, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 450, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -25, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bubbline", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1875, "fDef": 0, "wDef": 140, "aDef": 0, "tDef": -90, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bubble", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bulldozer", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "60-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "55-75", "atkSpd": "VERY_SLOW", "lvl": 24, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": -100, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Burn", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 6, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bottled Sky", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2700, "fDef": 0, "wDef": 0, "aDef": 150, "tDef": 0, "eDef": -100, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 6, "int": -24, "agi": 6, "def": 6, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -10, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -10, "spRaw3": 0, "spPct4": -20, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bumblebee", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "12-18", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Burning Pants", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 6, "exploding": 5, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 100, "fDef": -5, "wDef": -5, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": -20, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bullseye", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Burnout", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 3200, "fDef": -80, "wDef": 0, "aDef": -80, "tDef": 0, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 60, "hprPct": 0, "mr": -1, "sdPct": -14, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 12, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Buster Bracer", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -15, "wDef": -15, "aDef": -15, "tDef": -15, "eDef": -15, "lvl": 20, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -45, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Burning Torch", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "10-30", "fDam": "110-180", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -90, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": -30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": -5, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Butcher's Clever", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-55", "fDam": "0-0", "wDam": "40-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Butterfly Wings", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "33-49", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Butter Helmet", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 56, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bygones", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "126-1143", "wDam": "0-0", "aDam": "0-0", "tDam": "469-800", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": -30, "mr": 0, "sdPct": 0, "mdPct": 25, "ls": -290, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 720, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -35, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Butter Knife", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "13-21", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bylvis' Pitchfork", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "150-210", "fDam": "0-0", "wDam": "75-110", "aDam": "75-110", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 17, "aDamPct": 17, "tDamPct": -20, "eDamPct": 0, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wybel Paw", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -100, "mr": 0, "sdPct": -100, "mdPct": -100, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 35, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Foreword", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "5-10", "fDam": "0-0", "wDam": "0-0", "aDam": "90-95", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cadence", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2750, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 94, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 17, "wDamPct": 17, "aDamPct": 17, "tDamPct": 17, "eDamPct": 17, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Permafrosted Saxifrage", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "50-73", "tDam": "0-0", "eDam": "60-63", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 18, "dexReq": 0, "intReq": 0, "agiReq": 18, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 10, "fDefPct": -20, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Caesura", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2375, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": -145, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 17, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cactus", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 12, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -11, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calcined Estoc", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "90-99", "aDam": "0-0", "tDam": "0-0", "eDam": "90-99", "atkSpd": "NORMAL", "lvl": 68, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": -15, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cage of Bones", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 800, "fDef": 80, "wDef": -100, "aDef": 0, "tDef": 60, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calcite", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1500, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Caldera", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-80", "fDam": "65-100", "wDam": "75-90", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": -1200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 18, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -25, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Caffeine", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -160, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calidum Aurea", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1650, "fDef": 100, "wDef": -95, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 19, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calidade Mail", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 110, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Caledonia", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "350-500", "fDam": "200-250", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 90, "hprPct": 0, "mr": 0, "sdPct": -11, "mdPct": -11, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 825, "spRegen": 0, "eSteal": 0, "hprRaw": 125, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Call of the Void", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 65, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -75, "ms": 0, "xpb": 0, "lb": 0, "ref": 65, "str": 0, "dex": 0, "int": 0, "agi": -8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calming Torc", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 260, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": -60, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cancer\u058e", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 5200, "fDef": 180, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 70, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 20, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 385, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 50, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Call to Concord", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 625, "fDef": 25, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": 10, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Canyon Spirit", "tier": "Unique", "type": "wand", "set": null, "quest": "The Lost", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-110", "atkSpd": "NORMAL", "lvl": 85, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 19, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Candlestick", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 4, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-22", "fDam": "11-33", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Carapace", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1400, "fDef": 0, "wDef": 0, "aDef": -70, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": -5, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 700, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": -20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Capricorn", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3250, "fDef": 0, "wDef": 100, "aDef": 100, "tDef": -100, "eDef": -100, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 65, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 9, "agi": 10, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Capstone", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 880, "fDef": 35, "wDef": -30, "aDef": -30, "tDef": 0, "eDef": 35, "lvl": 55, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 14, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 14, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 14, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cardiac Arrest", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 700, "thorns": 0, "exploding": 27, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 90, "eDef": 130, "lvl": 91, "classReq": null, "strReq": 70, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -50, "mr": 0, "sdPct": 24, "mdPct": 60, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Capsaicin", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 700, "fDef": -40, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": -15, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -40, "sdRaw": 50, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Carnivorous", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -8, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 10, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 4, "sdRaw": 0, "mdRaw": 9, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Canopy", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 14, "exploding": 0, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 1300, "fDef": -100, "wDef": 80, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 69, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Carrot", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "1-280", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "1-190", "atkSpd": "VERY_SLOW", "lvl": 58, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 25, "ls": -90, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": -20, "agi": -5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Carvel's Creation", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 51, "fDef": 0, "wDef": 7, "aDef": 7, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cardinal Ruler", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "360-400", "fDam": "95-105", "wDam": "0-0", "aDam": "0-0", "tDam": "5-195", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": -30, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 260, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 16, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cascade", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "23-40", "fDam": "23-40", "wDam": "23-40", "aDam": "23-40", "tDam": "23-40", "eDam": "23-40", "atkSpd": "VERY_FAST", "lvl": 98, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "hprPct": 0, "mr": 2, "sdPct": 30, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -6, "dex": -6, "int": -6, "agi": -6, "def": -6, "spd": 30, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 90, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Careless Whisper", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "210-255", "wDam": "0-0", "aDam": "210-255", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 11, "def": 11, "spd": -8, "atkTier": 0, "hpBonus": 1750, "spRegen": 0, "eSteal": 0, "hprRaw": 125, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": -69, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cassiterite", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1500, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 71, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 150, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cataract", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-2114", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": -130, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -30, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cave In", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 35, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "50-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-55", "atkSpd": "SLOW", "lvl": 21, "classReq": null, "strReq": 18, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 25, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -30, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ceiling", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-120", "tDam": "0-0", "eDam": "40-80", "atkSpd": "FAST", "lvl": 70, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -17, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Carvel's Sight", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "22-30", "fDam": "0-0", "wDam": "9-14", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 8, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cementing Arrow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-90", "fDam": "0-0", "wDam": "140-175", "aDam": "0-0", "tDam": "0-0", "eDam": "140-175", "atkSpd": "VERY_SLOW", "lvl": 62, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": -12, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Caterpillar", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 735, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3175, "fDef": 0, "wDef": 0, "aDef": -110, "tDef": 0, "eDef": 130, "lvl": 92, "classReq": null, "strReq": 80, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cemented Bow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "183-217", "fDam": "0-0", "wDam": "400-514", "aDam": "0-0", "tDam": "0-0", "eDam": "400-514", "atkSpd": "SUPER_SLOW", "lvl": 80, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": -12, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Centennial", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2125, "fDef": 100, "wDef": 100, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 18, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": -10, "tDamPct": -10, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Celebration", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "125-145", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 25, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Celestial", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-16", "fDam": "0-0", "wDam": "0-0", "aDam": "6-11", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 3, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Centrifugal", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-120", "atkSpd": "SLOW", "lvl": 90, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 6, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cementing String", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-50", "fDam": "0-0", "wDam": "40-55", "aDam": "0-0", "tDam": "0-0", "eDam": "40-55", "atkSpd": "SLOW", "lvl": 48, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": -8, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cenote", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 68, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 55, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cerid's Precision", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 300, "fDef": 0, "wDef": -20, "aDef": 0, "tDef": 30, "eDef": -20, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 60, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": -10, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cerid's Dynamo", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "5-37", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 59, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ceramic Shell Greaves", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 18, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2555, "fDef": 135, "wDef": 0, "aDef": 70, "tDef": -135, "eDef": -70, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": -40, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -12, "agi": 8, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 40, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "spPct1": -30, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chain Hook", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-85", "fDam": "0-0", "wDam": "0-0", "aDam": "45-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 76, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 19, "fDefPct": -9, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chained Pixels", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 512, "fDef": 16, "wDef": 16, "aDef": 16, "tDef": 16, "eDef": 16, "lvl": 38, "classReq": null, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 16, "lb": 16, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chains of Steel", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 280, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 40, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chain Link", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chaleur", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "70-125", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": -25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -5, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 35, "mdRaw": 59, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chakram", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 350, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "22-50", "fDam": "0-0", "wDam": "0-0", "aDam": "39-66", "tDam": "22-110", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 21, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chaos", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 30, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 90, "fDamPct": -20, "wDamPct": -20, "aDamPct": -20, "tDamPct": -20, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chameleon", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 9, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 750, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 57, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": -5, "dex": -5, "int": -5, "agi": -5, "def": -5, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charm of the Magma", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 625, "fDef": 45, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 45, "lvl": 88, "classReq": "Warrior", "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chaotic", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 7, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "6-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "6-193", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charm of the Storms", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -200, "fDef": 0, "wDef": 30, "aDef": 30, "tDef": -70, "eDef": 0, "lvl": 88, "classReq": "Archer", "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 13, "aDamPct": 13, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charging Flame", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 24, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-80", "fDam": "40-160", "wDam": "60-140", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charm of the Tides", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 400, "fDef": 40, "wDef": 40, "aDef": 0, "tDef": -80, "eDef": 0, "lvl": 88, "classReq": "Mage", "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 1, "sdPct": -21, "mdPct": -21, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charm of the Leech", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 21, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -7, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charm of the Flea", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 15, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 4, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charm of the Tempest", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 25, "tDef": 25, "eDef": -60, "lvl": 88, "classReq": "Assassin", "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 11, "tDamPct": 11, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charm of the Tick", "tier": "Unique", "set": null, "quest": null, "poison": 60, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 45, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 9, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charon's Left Arm", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-21", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "8-13", "eDam": "10-17", "atkSpd": "SLOW", "lvl": 21, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 14, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charm of the Vampire", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 225, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 45, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chef Hamsey's Apron", "tier": "Rare", "type": "chestplate", "set": null, "quest": "Recipe For Disaster", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2900, "fDef": -150, "wDef": -150, "aDef": 0, "tDef": 150, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charybdis", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2100, "fDef": 0, "wDef": 80, "aDef": 0, "tDef": -120, "eDef": 80, "lvl": 85, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 220, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chestplate of Ineptitude", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3375, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": -3, "int": -3, "agi": -3, "def": -3, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -150, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cherufe", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-90", "fDam": "75-80", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "65-75", "atkSpd": "VERY_SLOW", "lvl": 38, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 50, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 145, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": -18, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chest Breaker", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-92", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 48, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": -4, "spd": 0, "atkTier": 0, "hpBonus": -210, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chimney", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 760, "fDef": 55, "wDef": -55, "aDef": 55, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 25, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chief", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-10", "fDam": "4-6", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 40, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chill", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -40, "fDef": -5, "wDef": 5, "aDef": 5, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 13, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chipped Leather Pants", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 11, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chimaera", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 78, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 5, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 7, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chinked Leggings", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1650, "fDef": 90, "wDef": 0, "aDef": -160, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -9, "atkTier": 0, "hpBonus": 650, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": -15, "tDefPct": 7, "eDefPct": 7, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chipped Leather Tunic", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 16, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chipped Leather Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 7, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chandelle", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "5-8", "fDam": "5-8", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 5, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 10, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chipped Leather Cap", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 3, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chlorine", "tier": "Unique", "set": null, "quest": null, "poison": 170, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": -7, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chroma Cannon", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-40", "fDam": "20-60", "wDam": "20-60", "aDam": "20-60", "tDam": "20-60", "eDam": "20-60", "atkSpd": "VERY_SLOW", "lvl": 45, "classReq": null, "strReq": 11, "dexReq": 11, "intReq": 11, "agiReq": 11, "defReq": 11, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -150, "spRegen": -30, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chrysoprase", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-100", "fDam": "40-90", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-90", "atkSpd": "SLOW", "lvl": 59, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": -13, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chlorofury", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-40", "fDam": "0-0", "wDam": "35-40", "aDam": "0-0", "tDam": "0-0", "eDam": "35-40", "atkSpd": "NORMAL", "lvl": 63, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cigar", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "48-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Circuit Buster", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "12-31", "eDam": "0-0", "atkSpd": "FAST", "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -9, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ciocca", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-25", "fDam": "0-0", "wDam": "0-0", "aDam": "10-25", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -8, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Circuit Flights", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "43-60", "tDam": "52-74", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -169, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 75, "fDamPct": 0, "wDamPct": 0, "aDamPct": 18, "tDamPct": 18, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 24, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cinnabar", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "fDef": 90, "wDef": -75, "aDef": 90, "tDef": -75, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 55, "hprPct": 25, "mr": 0, "sdPct": -12, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clairvoyance", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-100", "fDam": "0-0", "wDam": "60-110", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 14, "aDefPct": 0, "tDefPct": 14, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clap", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 4, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cirrus", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 950, "fDef": 0, "wDef": 40, "aDef": 70, "tDef": -90, "eDef": -70, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 6, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cleanshear", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 875, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 75, "ms": 0, "xpb": 0, "lb": 0, "ref": 3, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clash Hook", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 34, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-15", "fDam": "0-0", "wDam": "0-0", "aDam": "5-10", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clarity", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Claw", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-18", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 3, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clearwater", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": -200, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-120", "fDam": "0-0", "wDam": "60-80", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 14, "aDefPct": 0, "tDefPct": -8, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clay", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cleansing Flame", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "8-16", "fDam": "45-55", "wDam": "45-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -10, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloud Cover", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 80, "tDef": -70, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": -11, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 11, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloudbreaker", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "34-70", "fDam": "0-0", "wDam": "0-0", "aDam": "49-66", "tDam": "37-54", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 7, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -5, "wDamPct": 0, "aDamPct": 20, "tDamPct": 20, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clock Stick", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "2-14", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloud Nine", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "20-50", "fDam": "0-0", "wDam": "40-110", "aDam": "10-10", "tDam": "60-90", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 8, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -40, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 25, "aDefPct": 20, "tDefPct": 25, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clovis Leg Guards", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 380, "fDef": -40, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": 15, "lvl": 46, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cnidocyte", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 450, "thorns": 12, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "fDef": 0, "wDef": 70, "aDef": -80, "tDef": -80, "eDef": 90, "lvl": 78, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": -16, "mr": 0, "sdPct": 6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cluster", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 800, "thorns": 0, "exploding": 65, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "53-320", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 65, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 585, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloudburst", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 80, "fDef": 0, "wDef": 0, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -5, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 30, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coba", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1700, "fDef": 80, "wDef": -70, "aDef": 0, "tDef": 80, "eDef": -100, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 125, "ms": 0, "xpb": 10, "lb": 15, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -150, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coalwalkers", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 210, "fDef": 15, "wDef": -15, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 31, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -5, "atkTier": 0, "hpBonus": 70, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corase Torc", "displayName": "Coarse Torc", "tier": "Unique", "set": null, "quest": null, "poison": 80, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 55, "fDef": 0, "wDef": 0, "aDef": -20, "tDef": 0, "eDef": 20, "lvl": 43, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coeur de Lion", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "50-75", "fDam": "30-55", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 15, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 600, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cobra", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "8-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "6-18", "eDam": "0-0", "atkSpd": "FAST", "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 6, "hprRaw": 0, "sdRaw": 0, "mdRaw": 23, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coat of Byakko", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1925, "fDef": -100, "wDef": 0, "aDef": 75, "tDef": 0, "eDef": 75, "lvl": 85, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 260, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cockleburr", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 35, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "220-300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "140-200", "atkSpd": "SLOW", "lvl": 96, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 290, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 260, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": -10, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coconut\u058e", "displayName": "Coconut", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "90-105", "aDam": "0-0", "tDam": "0-0", "eDam": "90-105", "atkSpd": "VERY_SLOW", "lvl": 45, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Col Legno", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "25-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "30-35", "eDam": "30-35", "atkSpd": "FAST", "lvl": 48, "classReq": null, "strReq": 24, "dexReq": 24, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -50, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coiled Briar", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 11, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -15, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": -6, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cold Integrity", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "48-51", "fDam": "0-0", "wDam": "0-0", "aDam": "24-27", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1500, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 800, "mdRaw": 0, "fDamPct": 0, "wDamPct": 72, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cognizance", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 360, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -4, "dex": 0, "int": 10, "agi": 0, "def": -4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": -7, "fDefPct": -7, "wDefPct": 7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Concentration", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Collier Tunic", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 55, "fDef": 7, "wDef": -5, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 15, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Collector", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 1, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Columns", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 50, "fDef": 0, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 5, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -5, "atkTier": 0, "hpBonus": 20, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Conductor", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 9, "exploding": 7, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 180, "fDef": 0, "wDef": -10, "aDef": 0, "tDef": -10, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 16, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Condensation", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2000, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": -120, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 85, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 30, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Conclave Crossfire", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 99, "thorns": 0, "exploding": -100, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "5-9", "fDam": "12-15", "wDam": "0-0", "aDam": "0-0", "tDam": "12-15", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 13, "intReq": 0, "agiReq": 0, "defReq": 13, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -10, "dex": 15, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -50, "tDamPct": 0, "eDamPct": -50, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Comfort", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 8, "spRegen": 0, "eSteal": 0, "hprRaw": 2, "sdRaw": 0, "mdRaw": -3, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Conflagrate", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": -1800, "fDef": 180, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 90, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 260, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -16, "agi": 0, "def": 16, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 260, "fDamPct": 50, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Conrupt", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 475, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2950, "fDef": 0, "wDef": -100, "aDef": -100, "tDef": 110, "eDef": 110, "lvl": 99, "classReq": null, "strReq": 50, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 295, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -20, "eSteal": 0, "hprRaw": -125, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Conference Call", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 1111, "thorns": 0, "exploding": -100, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "37-41", "fDam": "97-100", "wDam": "0-0", "aDam": "0-0", "tDam": "97-100", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 47, "intReq": 0, "agiReq": 0, "defReq": 47, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 350, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": -15, "dex": 15, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -70, "tDefPct": 0, "eDefPct": -70, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cool", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 4, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Contamination", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 1000, "thorns": 0, "exploding": 65, "category": "weapon", "slots": 0, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "5-30", "atkSpd": "SLOW", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Convallaria", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 300, "thorns": 12, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "fDef": 0, "wDef": 0, "aDef": -65, "tDef": 0, "eDef": 55, "lvl": 55, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 75, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Copper Knife", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "100-195", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "classReq": null, "strReq": 40, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 25, "fDefPct": -20, "wDefPct": -20, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cooler", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 490, "fDef": -30, "wDef": 40, "aDef": 25, "tDef": -30, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": -11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 55, "mdRaw": 0, "fDamPct": -5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Contrail", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -50, "wDef": 10, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Collier's Guard", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1100, "fDef": 75, "wDef": -40, "aDef": -40, "tDef": 0, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 21, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -2, "def": 7, "spd": -7, "atkTier": 0, "hpBonus": 275, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Copper-Alloy Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 275, "fDef": 8, "wDef": -10, "aDef": 0, "tDef": 8, "eDef": -10, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": -7, "aDamPct": 0, "tDamPct": 5, "eDamPct": -7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Conductor's Baton", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "27-37", "aDam": "0-0", "tDam": "27-37", "eDam": "0-0", "atkSpd": "FAST", "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": -120, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Copper-Alloy Pike", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "26-38", "fDam": "8-14", "wDam": "0-0", "aDam": "0-0", "tDam": "8-14", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Sanctuary", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": -90, "wDef": 0, "aDef": 200, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 70, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 85, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Sanctuary", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": -90, "tDef": 0, "eDef": 170, "lvl": 80, "classReq": null, "strReq": 70, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 85, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Centipede", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": -50, "tDef": -50, "eDef": -50, "lvl": 80, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -1000, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -8, "spd": 24, "atkTier": 2, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Copper Plate", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 225, "fDef": -8, "wDef": 0, "aDef": 0, "tDef": -8, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rainbow Sanctuary", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 80, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 35, "agiReq": 35, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 85, "wDamPct": 85, "aDamPct": 85, "tDamPct": 85, "eDamPct": 85, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dune Storm", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": -1300, "fDef": 0, "wDef": 0, "aDef": 260, "tDef": 0, "eDef": 190, "lvl": 87, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 70, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 12, "dex": 0, "int": 0, "agi": 16, "def": 0, "spd": 36, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 620, "fDamPct": 0, "wDamPct": 0, "aDamPct": 56, "tDamPct": 0, "eDamPct": 48, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Sanctuary", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 200, "wDef": -90, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 70, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 85, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Sanctuary", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 190, "eDef": -70, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 70, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 85, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corrupted Nii Mukluk", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2275, "fDef": 100, "wDef": 0, "aDef": 0, "tDef": -50, "eDef": 0, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 65, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dust Skaters", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 800, "thorns": 18, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2375, "fDef": 0, "wDef": 0, "aDef": 55, "tDef": 0, "eDef": -80, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 18, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 24, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 230, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 45, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infidel", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-1029", "fDam": "0-0", "wDam": "0-1257", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 350, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 30, "eDamPct": 0, "fDefPct": -70, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Golden Scarab", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 80, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 16, "lb": 32, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 8, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 24, "eDamPct": -64, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lion's Pelt", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 40, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 3200, "fDef": 0, "wDef": 0, "aDef": -70, "tDef": 0, "eDef": 100, "lvl": 89, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 25, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Sanctuary", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 250, "aDef": 0, "tDef": -70, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 70, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 85, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Manna", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "180-280", "fDam": "0-0", "wDam": "200-320", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 89, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1800, "spRegen": 0, "eSteal": 0, "hprRaw": 175, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plague", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 4, "drop": "never", "restrict": "Untradable", "nDam": "600-888", "fDam": "600-888", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 700, "ms": 3, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 30, "wDefPct": -40, "aDefPct": 35, "tDefPct": 25, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sacramentalia", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 20, "wDef": 0, "aDef": 20, "tDef": 20, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": -12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Judas", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-117", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "53-53", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 33, "ls": -1085, "ms": 2, "xpb": 0, "lb": 30, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -30, "eSteal": 0, "hprRaw": 0, "sdRaw": 150, "mdRaw": 0, "fDamPct": 0, "wDamPct": -70, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corrupted Uth Belt", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2375, "fDef": 150, "wDef": -70, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 0, "aDefPct": 25, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ghoul", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "40-55", "fDam": "0-0", "wDam": "0-0", "aDam": "65-80", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 235, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corrupted Nii Plate", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1625, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": -75, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nest", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "20-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-95", "atkSpd": "NORMAL", "lvl": 76, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": -15, "tDamPct": -15, "eDamPct": 35, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corrupted Nii Shako", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1650, "fDef": 50, "wDef": 50, "aDef": 0, "tDef": -50, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 50, "hprPct": 30, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scytodidae", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "195-245", "fDam": "0-0", "wDam": "145-190", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -20, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 140, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vanguard", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 15, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Achilles", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3600, "fDef": 0, "wDef": -850, "aDef": 0, "tDef": 0, "eDef": 250, "lvl": 86, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 450, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 40, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 500, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Catalyst", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -325, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": -5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ossuary", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2550, "fDef": 0, "wDef": 0, "aDef": 90, "tDef": 90, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 245, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 24, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -15, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Argos", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 3900, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 15, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 140, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Drain", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 375, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 200, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -75, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corrupted Uth Plume", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2350, "fDef": 0, "wDef": -60, "aDef": 150, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 75, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coriolis", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "fDef": 0, "wDef": 0, "aDef": 55, "tDef": 0, "eDef": -60, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 11, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prognosticum", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tophet", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3050, "fDef": 100, "wDef": -120, "aDef": 0, "tDef": 100, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": -15, "aDamPct": 0, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brace of the Ninth", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "143-149", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 40, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Desperation", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": -100, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-96", "wDam": "0-0", "aDam": "0-203", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 50, "hprPct": 50, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 360, "ms": 0, "xpb": 0, "lb": 0, "ref": -100, "str": -20, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 35, "atkTier": 0, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coronium", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 550, "fDef": 0, "wDef": -40, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": -8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Conduit of Spirit", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": 0, "wDef": 0, "aDef": 150, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 110, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": 0, "ls": 0, "ms": 4, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 50, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Final Compulsion", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "343-419", "fDam": "152-227", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "152-227", "atkSpd": "SUPER_SLOW", "lvl": 92, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": -100, "mr": 0, "sdPct": 0, "mdPct": 40, "ls": 290, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 2875, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pulse Starter", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 650, "fDef": 35, "wDef": 0, "aDef": 0, "tDef": 35, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pulse Stopper", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": -10, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 130, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Closure", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 1500, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "150-285", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "200-450", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 15, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 185, "mdRaw": 0, "fDamPct": 80, "wDamPct": 0, "aDamPct": -100, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Peaceful Rest", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "22-31", "fDam": "64-80", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 35, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": -25, "atkTier": -30, "hpBonus": 0, "spRegen": 100, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": -30, "eDamPct": 0, "fDefPct": 40, "wDefPct": 40, "aDefPct": 25, "tDefPct": 25, "eDefPct": 25, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rune of Safe Passage", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1000, "fDef": -25, "wDef": -30, "aDef": -25, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 10, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corrupted Uth Sandals", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3400, "fDef": 75, "wDef": -80, "aDef": 75, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 85, "defReq": 85, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 30, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bane", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 40, "exploding": 30, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 120, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 17, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 125, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Demonio", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 2, "drop": "never", "restrict": "untradable", "nDam": "90-120", "fDam": "130-200", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 190, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Depth", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "50-55", "fDam": "30-50", "wDam": "0-0", "aDam": "60-65", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 10, "atkTier": 0, "hpBonus": 900, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nightmare", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "200-250", "wDam": "0-0", "aDam": "50-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 70, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 255, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 12, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -20, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Crossing", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -75, "eDef": -75, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 550, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Destructor", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 100, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "490-500", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 35, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -100, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 325, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 25, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Void", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1400, "fDef": 0, "wDef": 0, "aDef": 80, "tDef": 0, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": -10, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wall Breaker", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 100, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "229-343", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "114-1143", "atkSpd": "SUPER_SLOW", "lvl": 72, "classReq": null, "strReq": 80, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -60, "mdPct": 65, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corruption Seal", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 675, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2650, "fDef": 0, "wDef": -90, "aDef": -90, "tDef": 90, "eDef": 90, "lvl": 92, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 205, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": -60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cotton Swab", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "150-160", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 40, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -50, "wDefPct": -20, "aDefPct": -20, "tDefPct": -20, "eDefPct": -20, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cosmium", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corsair", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2900, "fDef": 0, "wDef": 0, "aDef": 110, "tDef": 80, "eDef": -140, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": -16, "agi": 0, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -15, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": -20, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coursing Mail", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1250, "fDef": 0, "wDef": -60, "aDef": 0, "tDef": 0, "eDef": -60, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 105, "fDamPct": 0, "wDamPct": -7, "aDamPct": 0, "tDamPct": 13, "eDamPct": -7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coyopa", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "30-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "52-96", "eDam": "0-0", "atkSpd": "FAST", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 12, "mdPct": 0, "ls": 60, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Countdown", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-64", "fDam": "10-74", "wDam": "10-74", "aDam": "0-84", "tDam": "0-84", "eDam": "20-64", "atkSpd": "FAST", "lvl": 84, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": -15, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -290, "sdRaw": 0, "mdRaw": 0, "fDamPct": 19, "wDamPct": 19, "aDamPct": 19, "tDamPct": 19, "eDamPct": 19, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Couteau", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "66-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coyote Crest", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 250, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crack the Skies", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "140-220", "tDam": "110-140", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 13, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -16, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crafted Gem", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "1-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sorrow", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 1400, "fDef": 0, "wDef": 150, "aDef": 0, "tDef": -150, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 95, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": -4, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 42, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corrupted Witherhead's Bow", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "37-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "11-181", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 14, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cracklers", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 25, "exploding": 20, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "fDef": 80, "wDef": -115, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 200, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 12, "spd": 0, "atkTier": -4, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 1450, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crackshot", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "149-149", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Creek", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": -50, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 7, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crater Print", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2525, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 65, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": -5, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": -25, "tDefPct": 0, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Creeper Mask", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 5, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crescendo", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "fDef": 45, "wDef": 45, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 30, "hprPct": 22, "mr": 1, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 18, "tDefPct": 18, "eDefPct": 18, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cross", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "41-53", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -4, "mdPct": -3, "ls": 0, "ms": 0, "xpb": 10, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crestfallen", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "fDef": 0, "wDef": 0, "aDef": -90, "tDef": 0, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -15, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 240, "mdRaw": 0, "fDamPct": -20, "wDamPct": 0, "aDamPct": 0, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Salticidae", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "343-857", "tDam": "0-0", "eDam": "114-514", "atkSpd": "SUPER_SLOW", "lvl": 76, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 30, "def": 0, "spd": 42, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 3, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crescent", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "130-190", "fDam": "0-0", "wDam": "150-165", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cross-aegis", "displayName": "Cross-Aegis", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "72-105", "fDam": "31-44", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 19, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -12, "atkTier": 0, "hpBonus": 450, "spRegen": 0, "eSteal": 0, "hprRaw": 32, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 13, "wDefPct": -30, "aDefPct": 13, "tDefPct": 12, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crimson", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "restrict": null, "nDam": "105-125", "fDam": "120-140", "wDam": "120-140", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 45, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 436, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 13, "agi": 0, "def": 13, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 207, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 35, "tDefPct": 35, "eDefPct": 35, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crossroad Killer", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "314-486", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "194-686", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 70, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 19, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 14, "int": 0, "agi": 0, "def": -5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crossbow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "200-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crowbeak", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-60", "fDam": "0-0", "wDam": "0-0", "aDam": "21-24", "tDam": "14-36", "eDam": "0-0", "atkSpd": "FAST", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -6, "tDefPct": -6, "eDefPct": -6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crown of Suzaku", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2600, "fDef": 30, "wDef": -90, "aDef": 200, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 55, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 165, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 8, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 14, "eDamPct": 14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cruel Sun", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "75-85", "fDam": "75-85", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 20, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -10, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 2, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crust Crusher", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "275-300", "fDam": "300-375", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "300-375", "atkSpd": "VERY_SLOW", "lvl": 99, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cryoseism", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "331-380", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 70, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -35, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crwth", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "77-143", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "110-138", "atkSpd": "VERY_FAST", "lvl": 83, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 23, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 23, "fDefPct": 0, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crystal", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1575, "fDef": 0, "wDef": 110, "aDef": 110, "tDef": -70, "eDef": -70, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 50, "str": 0, "dex": 0, "int": 9, "agi": 9, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crystal Necklace", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 28, "classReq": null, "strReq": 3, "dexReq": 3, "intReq": 3, "agiReq": 3, "defReq": 3, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crystal Senbon", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "NORMAL", "nDam": "77-77", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 70, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cue Stick", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "300-350", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "200-350", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 16, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 77, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crash", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -215, "fDef": 0, "wDef": -50, "aDef": 0, "tDef": 30, "eDef": 40, "lvl": 63, "classReq": null, "strReq": 20, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crystal Thorn", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 12, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "65-75", "aDam": "0-0", "tDam": "0-0", "eDam": "70-90", "atkSpd": "NORMAL", "lvl": 80, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gaze from the Snowbank", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3200, "fDef": 0, "wDef": -50, "aDef": -75, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 80, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -270, "ms": 4, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 480, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Culex", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 172, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 585, "fDef": 0, "wDef": 0, "aDef": -20, "tDef": -25, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 60, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cumulonimbus", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1800, "fDef": 0, "wDef": 70, "aDef": 70, "tDef": 70, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 31, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 10, "agi": 10, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Curse", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "7-11", "fDam": "0-0", "wDam": "9-11", "aDam": "0-0", "tDam": "0-0", "eDam": "9-11", "atkSpd": "VERY_FAST", "lvl": 38, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": -20, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Curador Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": -30, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3600, "fDef": 120, "wDef": 120, "aDef": 0, "tDef": -150, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 50, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 255, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 160, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -18, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cursed Spike", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 2000, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "140-185", "atkSpd": "FAST", "lvl": 80, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1700, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cyanine", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 0, "wDef": 90, "aDef": 0, "tDef": -120, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -17, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cumulus", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1225, "fDef": 0, "wDef": 30, "aDef": 60, "tDef": -80, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cursed Bow", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "22-38", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-50", "eDam": "0-0", "atkSpd": "FAST", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 18, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 4, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cyclone", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "11-66", "fDam": "0-0", "wDam": "0-0", "aDam": "44-143", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -150, "sdRaw": 0, "mdRaw": 65, "fDamPct": 30, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cyclops' Spear", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-18", "fDam": "0-0", "wDam": "12-16", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": -8, "mr": 1, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cyclo", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 4, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 8, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 23, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cypress", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "28-38", "fDam": "0-0", "wDam": "9-57", "aDam": "0-0", "tDam": "0-0", "eDam": "16-50", "atkSpd": "SLOW", "lvl": 35, "classReq": null, "strReq": 18, "dexReq": 0, "intReq": 18, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": -19, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Czytash's Compass", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Widow", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 2400, "thorns": 55, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "42-43", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 220, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 40, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 150, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Butterfly", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 70, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 12, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brise", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 135, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 12, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mud", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 280, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 28, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 38, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Field", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -40, "fDef": 8, "wDef": 10, "aDef": 4, "tDef": 2, "eDef": 6, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 4, "aDamPct": 5, "tDamPct": 7, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Garoth's Hope", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 160, "fDef": 15, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 30, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Digger", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 120, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 30, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nauticals", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "99-101", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "110-198", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 3, "sdPct": -25, "mdPct": -25, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 15, "int": 15, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vitre", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": -5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Orange Lily", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "100-180", "fDam": "0-0", "wDam": "225-375", "aDam": "0-0", "tDam": "0-0", "eDam": "225-375", "atkSpd": "SLOW", "lvl": 96, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": -150, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": -100, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -3, "spPct4": 0, "spRaw4": 10, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Amaranth", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "120-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "260-300", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1500, "spRegen": 0, "eSteal": 0, "hprRaw": -150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 30, "fixID": true, "spPct1": 0, "spRaw1": -2, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dying Lobelia", "tier": "Legendary", "set": null, "quest": null, "poison": 1150, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 97, "classReq": null, "strReq": 65, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 13, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Forest Aconite", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 3300, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "classReq": null, "strReq": 70, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -25, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 40, "spRaw4": 0, "rainbowRaw": 1275, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Royal Hydrangea", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Untradable", "nDam": "11-15", "fDam": "0-0", "wDam": "195-235", "aDam": "185-240", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 65, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 65, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 50, "str": 0, "dex": 0, "int": 15, "agi": 25, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -25, "aDamPct": -25, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": -150, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flashfire Gauntlet", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 40, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 90, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yellow Rose", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 80, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-1200", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 400, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 30, "dex": 0, "int": 30, "agi": -30, "def": -30, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flashfire Knuckle", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 450, "fDef": 10, "wDef": -30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 90, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -65, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anti-Static", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 200, "eDef": 100, "lvl": 91, "classReq": null, "strReq": 80, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 10, "wDefPct": 5, "aDefPct": 15, "tDefPct": 30, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Salpinx", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "163-177", "fDam": "0-0", "wDam": "0-0", "aDam": "163-177", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 77, "defReq": 0, "hprPct": 0, "mr": -7, "sdPct": 0, "mdPct": 0, "ls": -277, "ms": 7, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 21, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 21, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": -77, "spRaw2": 0, "spPct3": -49, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Byte", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 512, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 14, "wDefPct": 14, "aDefPct": 14, "tDefPct": 14, "eDefPct": 14, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Discharge", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": 0, "wDef": -100, "aDef": 0, "tDef": -50, "eDef": -150, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 195, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 70, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crustacean", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "35-42", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 25, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Paranoia", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "83-83", "fDam": "82-82", "wDam": "0-0", "aDam": "82-82", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 35, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 200, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": -40, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gigabyte", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -512, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 48, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heat Sink", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3750, "fDef": 160, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 65, "defReq": 50, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 365, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 5, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hardcore", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "188-192", "atkSpd": "SUPER_FAST", "lvl": 92, "classReq": null, "strReq": 75, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 115, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -20, "eDamPct": 30, "fDefPct": 0, "wDefPct": -20, "aDefPct": -35, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -2, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sine", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2525, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": 75, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 75, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 15, "int": 15, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -45, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Packet", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 100, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "80-240", "fDam": "0-0", "wDam": "0-0", "aDam": "200-200", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 270, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sawtooth", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "27-80", "fDam": "16-43", "wDam": "16-43", "aDam": "16-43", "tDam": "16-43", "eDam": "16-43", "atkSpd": "SUPER_FAST", "lvl": 91, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Megabyte", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 512, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 14, "wDamPct": 14, "aDamPct": 14, "tDamPct": 14, "eDamPct": 14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scorpion Tail", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 135, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "dungeon", "restrict": "Untradable", "hp": 250, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ra", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "dungeon", "hp": 0, "fDef": 0, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 12, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kindled Orchid", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3200, "fDef": 0, "wDef": -80, "aDef": 0, "tDef": 0, "eDef": -80, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": -30, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 300, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wick", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "55-138", "fDam": "0-0", "wDam": "0-0", "aDam": "17-88", "tDam": "22-83", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": -25, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 20, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Witherhead's Bow", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 40, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "dungeon", "nDam": "3-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-17", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 8, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vertebra", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "dungeon", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 8, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rat Skull", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 4, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "dungeon", "hp": 40, "fDef": 0, "wDef": 0, "aDef": 3, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arakadicus' Body", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "dungeon", "hp": 145, "fDef": 0, "wDef": 0, "aDef": -10, "tDef": 0, "eDef": 15, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 5, "dex": 5, "int": 0, "agi": 10, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spider's Eye Pendant", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "dungeon", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silkwrap", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "dungeon", "hp": 15, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 4, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spider Bracelet", "tier": "Unique", "set": null, "quest": null, "poison": 18, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "dungeon", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Webstring", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "dungeon", "nDam": "16-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "14-16", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tremolo", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "35-36", "tDam": "34-47", "eDam": "0-0", "atkSpd": "FAST", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 13, "intReq": 0, "agiReq": 13, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 11, "ref": 0, "str": -11, "dex": 11, "int": 0, "agi": 11, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blasphemy", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 55, "ms": 6, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spiderweb String", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 57, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "dungeon", "nDam": "40-55", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 15, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heartbreak", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hearthfire", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 50, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 45, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shade", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 450, "fDef": 0, "wDef": 0, "aDef": 40, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": -10, "aDamPct": 25, "tDamPct": -10, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brainfreeze", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 0, "wDef": 20, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 18, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Criistal", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron Foot", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 650, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Barbed", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 50, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "30-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "5-70", "eDam": "0-0", "atkSpd": "FAST", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vapor", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cuthroat", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "40-65", "fDam": "65-105", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 75, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 980, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fetish", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 250, "thorns": 10, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 90, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Granite Plate", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 800, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -30, "mdPct": 40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jungle Spirit", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "55-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 22, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Molten Greaves", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1100, "fDef": 80, "wDef": 0, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Piranha", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "dungeon", "restrict": "Untradable", "hp": 470, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whirlwind", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "55-80", "fDam": "0-0", "wDam": "0-0", "aDam": "50-85", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 40, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lobotomy", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 640, "fDef": 0, "wDef": 0, "aDef": 40, "tDef": 0, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": 5, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 25, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grounder", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "120-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-200", "atkSpd": "SLOW", "lvl": 64, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 18, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sacrificial", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "79-95", "eDam": "80-85", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 85, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Admiral", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1500, "fDef": 45, "wDef": 45, "aDef": 45, "tDef": 45, "eDef": 45, "lvl": 67, "classReq": null, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 20, "ref": 0, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ouragan", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "35-50", "fDam": "0-0", "wDam": "40-80", "aDam": "30-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ambivalence", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 70, "wDef": 0, "aDef": 70, "tDef": 70, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 250, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -70, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 50, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 130, "spRaw1": 0, "spPct2": 85, "spRaw2": 0, "spPct3": 130, "spRaw3": 0, "spPct4": 100, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Algaa", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "40-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "210-330", "atkSpd": "VERY_SLOW", "lvl": 64, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 16, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gaping Cavity", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": -80, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 1200, "ms": 4, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Redbeard's Hand Cannon", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 40, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "960-1223", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 66, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 30, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Evolved", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 3500, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-50", "atkSpd": "FAST", "lvl": 100, "classReq": null, "strReq": 75, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -80, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 25, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 2250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": -30, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rumble", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "6-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "6-88", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 105, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": -10, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Exploited", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "majorIds": ["GREED"], "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "30-45", "fDam": "75-85", "wDam": "0-0", "aDam": "60-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 65, "hprPct": 0, "mr": 0, "sdPct": -30, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 0, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -3, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Forsaken", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "98-130", "fDam": "0-0", "wDam": "49-65", "aDam": "49-65", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 300, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 30, "eDamPct": 0, "fDefPct": -50, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -50, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Nothing", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-1", "wDam": "0-0", "aDam": "0-1", "tDam": "0-1", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 88000, "mdPct": 20000, "ls": 700, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -25, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -2, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Writhing Growth", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 51, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4204, "fDef": 129, "wDef": 0, "aDef": 0, "tDef": 97, "eDef": 106, "lvl": 100, "classReq": null, "strReq": 49, "dexReq": 31, "intReq": 0, "agiReq": 0, "defReq": 37, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -43, "def": 0, "spd": 0, "atkTier": -6, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 4997, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 33, "spRaw1": 0, "spPct2": 21, "spRaw2": 0, "spPct3": 46, "spRaw3": 0, "spPct4": 33, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Watched", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "85-90", "wDam": "63-69", "aDam": "85-90", "tDam": "85-90", "eDam": "85-90", "atkSpd": "FAST", "lvl": 100, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": -25, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 5000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 35, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 25, "aDefPct": 25, "tDefPct": 25, "eDefPct": 25, "fixID": true, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clunderthap", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "12-22", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-29", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chaser", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 150, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "20-24", "fDam": "0-0", "wDam": "0-0", "aDam": "39-50", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 30, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sprout", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "40-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "110-130", "atkSpd": "VERY_SLOW", "lvl": 40, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -25, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dune Beast Jaw", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jaw Breaker", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "60-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "105-135", "atkSpd": "VERY_SLOW", "lvl": 38, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Karma", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "30-45", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 108, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 6, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hashr Claw", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "10-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-55", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Springtrap", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 65, "exploding": 40, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 650, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 50, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Defibrillator", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "4-6", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-15", "eDam": "0-0", "atkSpd": "FAST", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 9, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corpse", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "8-10", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "4-9", "atkSpd": "SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 1, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sol", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "20-30", "fDam": "30-40", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 360, "spRegen": 0, "eSteal": 0, "hprRaw": 21, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Serpent's Kiss", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 40, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Untradable", "nDam": "2-4", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ribcage", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 58, "fDef": 0, "wDef": -3, "aDef": -3, "tDef": 0, "eDef": 5, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Knee", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 38, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Macabre", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "untradable", "nDam": "10-12", "fDam": "12-16", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 6, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fangs", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "8-12", "fDam": "0-0", "wDam": "10-13", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 2, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sketiq", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "7-10", "fDam": "0-0", "wDam": "0-0", "aDam": "1-3", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skull Breaker", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "40-49", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Miasma", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "20-40", "fDam": "0-0", "wDam": "0-0", "aDam": "35-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 39, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stale", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "12-16", "fDam": "0-0", "wDam": "8-14", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Witherhead's Talisman", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hourglass", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 135, "thorns": 18, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "untradable", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 150, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Abdomen", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Maul", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "86-114", "atkSpd": "SUPER_SLOW", "lvl": 21, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spinneret", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 95, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 3, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cephalothorax", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 75, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Web Plate", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": -10, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 16, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spider Ring", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 3, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 3, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iklaj", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "9-12", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": 2, "int": 0, "agi": 4, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stingy", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 105, "fDef": 0, "wDef": -5, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -8, "aDamPct": 0, "tDamPct": 17, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sting", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "10-18", "fDam": "14-22", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 10, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Web Spitter", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "13-26", "fDam": "0-0", "wDam": "14-20", "aDam": "10-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Abolition", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "50-110", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 38, "ms": 0, "xpb": 22, "lb": 22, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cathedral", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "14-24", "fDam": "0-0", "wDam": "0-0", "aDam": "22-32", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Damnation", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "70-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 70, "fDamPct": 32, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dead Samurai's Plate", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 150, "fDef": 10, "wDef": 10, "aDef": 12, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Ripper", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 250, "fDef": 0, "wDef": -10, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 43, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sanies", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "20-42", "fDam": "0-0", "wDam": "20-42", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 40, "mdPct": 0, "ls": 0, "ms": -2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Death's Reach", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "42-55", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "44-55", "atkSpd": "SLOW", "lvl": 29, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -50, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 35, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hymn of the Dead", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 220, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "15-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thriller", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "untradable", "nDam": "6-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "28-50", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": -100, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 13, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 13, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Putrid", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 60, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "0-0", "wDam": "14-18", "aDam": "0-0", "tDam": "0-0", "eDam": "16-22", "atkSpd": "NORMAL", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Styx's Grab", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "15-25", "fDam": "0-0", "wDam": "20-25", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 12, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 24, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Damasse", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 8, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 3, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dalaam", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1480, "fDef": -75, "wDef": 0, "aDef": 75, "tDef": -75, "eDef": 75, "lvl": 67, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dance Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 360, "fDef": -10, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": -10, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -5, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": -5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dancer's Rhythm", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "58-75", "fDam": "0-0", "wDam": "0-0", "aDam": "20-28", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": -5, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dandelion", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 12, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "fDef": -6, "wDef": 5, "aDef": -6, "tDef": 0, "eDef": 5, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 10, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dancing Blade", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "64-75", "fDam": "0-0", "wDam": "0-0", "aDam": "75-96", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": -15, "aDefPct": 0, "tDefPct": -15, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dapper Trilby", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 38, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dark Channeler", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2225, "fDef": 0, "wDef": 90, "aDef": -100, "tDef": 90, "eDef": -100, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 193, "mdRaw": 0, "fDamPct": 0, "wDamPct": 16, "aDamPct": 0, "tDamPct": 16, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -40, "tDefPct": 0, "eDefPct": -40, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dark Ambience", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "7-9", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "3-3", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 5, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dark Shroud", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2675, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 70, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": -12, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 25, "int": 0, "agi": 40, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 40, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Darkiron Ring", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Darkiron Scrap", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 25, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 3, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dark Needle", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-10", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "6-14", "eDam": "0-0", "atkSpd": "FAST", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 6, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Darksteel Full Helm", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2475, "fDef": 100, "wDef": -120, "aDef": 0, "tDef": 100, "eDef": -80, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 10, "spd": 15, "atkTier": -15, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 2200, "fDamPct": 15, "wDamPct": -15, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dark Mage Robes", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 525, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -10, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Darkweaver", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "300-475", "aDam": "0-0", "tDam": "300-475", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 19, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 17, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 17, "aDamPct": 0, "tDamPct": 17, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -17, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Darkiron Zweihander", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-125", "fDam": "50-125", "wDam": "0-0", "aDam": "50-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 39, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dart Sling", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "10-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dead Man's Flats", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 620, "fDef": 40, "wDef": -75, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 25, "hprPct": -10, "mr": 0, "sdPct": 0, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 11, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Death's Toe", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 110, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -35, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 28, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dead Sands", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 145, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -35, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 26, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -100, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deepwood Root", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "50-100", "aDam": "0-0", "tDam": "0-0", "eDam": "60-90", "atkSpd": "SLOW", "lvl": 86, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deathbringer", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "70-130", "eDam": "90-110", "atkSpd": "SLOW", "lvl": 83, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 16, "mdPct": 22, "ls": 205, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -95, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deathsplinter", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 1420, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-110", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-220", "eDam": "0-220", "atkSpd": "SLOW", "lvl": 94, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 725, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 25, "dex": 25, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -500, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Death Growl", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "24-27", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deluge", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 45, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 6, "fDefPct": -15, "wDefPct": -15, "aDefPct": -15, "tDefPct": -15, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deja Vu", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "99-113", "wDam": "99-113", "aDam": "99-113", "tDam": "7-7", "eDam": "7-7", "atkSpd": "NORMAL", "lvl": 86, "classReq": null, "strReq": 32, "dexReq": 32, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 100, "ms": 0, "xpb": 0, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -100, "sdRaw": 0, "mdRaw": 0, "fDamPct": -21, "wDamPct": -21, "aDamPct": -21, "tDamPct": 51, "eDamPct": 51, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Defiance", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 50, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 8, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Decoder Ring", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 8, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 9, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Compiler", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "594-914", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 92, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 20, "dex": 20, "int": 20, "agi": 20, "def": 20, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Delirium", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2225, "fDef": 0, "wDef": 0, "aDef": -200, "tDef": 125, "eDef": 70, "lvl": 87, "classReq": null, "strReq": 50, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 14, "ls": -335, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": -10, "agi": 0, "def": 0, "spd": 31, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 16, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Demon Seeker", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 20, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Demeter", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": -90, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 40, "lvl": 68, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": -8, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 165, "fDamPct": -40, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 16, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Demon Tide", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "spellCost3Pct": -25, "spellCost2Pct": -20, "spellCost1Pct": -30, "spellCost4Pct": -30, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2625, "fDef": 65, "wDef": -200, "aDef": 0, "tDef": 65, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 65, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": -45, "mdPct": -40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 20, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dematerialized", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-61", "fDam": "0-0", "wDam": "0-0", "aDam": "0-61", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": -180, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Darksteel Ring", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 450, "fDef": 40, "wDef": -30, "aDef": 0, "tDef": 40, "eDef": -30, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 4, "spd": -7, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Demon's Will", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "150-200", "fDam": "120-235", "wDam": "0-0", "aDam": "0-0", "tDam": "120-235", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 440, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 185, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": -12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Depressing Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Depressing Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Depressing Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Depressing Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-1", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dern's Desolation", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 100, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "24-38", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "4-24", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deracine", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "20-25", "fDam": "0-0", "wDam": "15-20", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deserter", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-105", "fDam": "0-0", "wDam": "0-0", "aDam": "75-125", "tDam": "0-0", "eDam": "85-115", "atkSpd": "NORMAL", "lvl": 90, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 16, "dex": 0, "int": 0, "agi": 16, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Requiem", "displayName": "Desperado", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "22-55", "fDam": "6-116", "wDam": "0-0", "aDam": "0-0", "tDam": "33-44", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -10, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 154, "mdRaw": 0, "fDamPct": 23, "wDamPct": -25, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Despair", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-80", "fDam": "0-60", "wDam": "0-0", "aDam": "0-0", "tDam": "0-60", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": -13, "mr": 0, "sdPct": 13, "mdPct": 0, "ls": 75, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -7, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -13, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dern's Shadow", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 24, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dart Frog's Skin", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 3000, "thorns": 25, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2200, "fDef": 60, "wDef": 0, "aDef": -130, "tDef": 0, "eDef": 70, "lvl": 85, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": -50, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 4, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 12, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Detlas' Legacy", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-25", "fDam": "0-0", "wDam": "10-15", "aDam": "0-0", "tDam": "5-30", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Detlas' Stick", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "3-5", "fDam": "0-0", "wDam": "1-3", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Determination", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1750, "fDef": 75, "wDef": 75, "aDef": 75, "tDef": 75, "eDef": 75, "lvl": 78, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 30, "mr": 0, "sdPct": -30, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 120, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Devil's Scissor", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-24", "fDam": "16-24", "wDam": "0-0", "aDam": "0-0", "tDam": "16-24", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 25, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Detlas' Skin", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 172, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": -15, "eDef": 0, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": -5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Devoreuse", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "58-66", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 41, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Daybreak", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-50", "fDam": "30-40", "wDam": "0-0", "aDam": "0-0", "tDam": "10-60", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 10, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": -1, "hpBonus": 125, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dhoruba", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "140-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "180-220", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 15, "lb": 15, "ref": 0, "str": -8, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -30, "tDefPct": 15, "eDefPct": 15, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Devotion", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 10, "aDef": 15, "tDef": 0, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 5, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Devilish", "tier": "Rare", "set": null, "quest": null, "poison": 192, "thorns": 0, "exploding": 5, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -15, "aDef": -15, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 29, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -90, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Sky", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "24-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 18, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diaminar", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-120", "fDam": "410-590", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 315, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -5, "atkTier": 0, "hpBonus": 1500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -14, "aDamPct": -14, "tDamPct": -14, "eDamPct": -14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Dust", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2375, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 19, "lb": 34, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -11, "wDefPct": -11, "aDefPct": -11, "tDefPct": -11, "eDefPct": -11, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diablo", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 33, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "50-80", "fDam": "60-120", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 58, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": -24, "mdPct": 36, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": -50, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dionaea", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3850, "fDef": 80, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 110, "lvl": 96, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 12, "ls": 225, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 265, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 25, "aDefPct": -15, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diet", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -2, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diode", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 140, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Digested Dagger", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 30, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-23", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dirge", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 485, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-80", "fDam": "0-0", "wDam": "0-0", "aDam": "55-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 69, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 110, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": -2, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -10, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diorite Boots", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 6, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 425, "fDef": 20, "wDef": -40, "aDef": 0, "tDef": 0, "eDef": 15, "lvl": 40, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": -24, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Disappeared", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -50, "fDef": 0, "wDef": 0, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Disco", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Discordant", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -7, "wDefPct": -7, "aDefPct": -7, "tDefPct": -7, "eDefPct": -7, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Discotek", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "23-33", "wDam": "23-33", "aDam": "23-33", "tDam": "23-33", "eDam": "23-33", "atkSpd": "FAST", "lvl": 49, "classReq": null, "strReq": 11, "dexReq": 11, "intReq": 11, "agiReq": 11, "defReq": 11, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": -300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 35, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -35, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Discord", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 370, "fDef": -15, "wDef": -15, "aDef": -15, "tDef": 0, "eDef": -30, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dislocater", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 7, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "31-43", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dizzy Spell", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2750, "fDef": -120, "wDef": 0, "aDef": 120, "tDef": -120, "eDef": 120, "lvl": 88, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 280, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 350, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dissector", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "48-51", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 55, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dolomite", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 830, "fDef": 0, "wDef": 0, "aDef": -50, "tDef": 0, "eDef": 50, "lvl": 57, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Djinni", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "170-210", "wDam": "0-0", "aDam": "200-370", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 40, "hprPct": 20, "mr": 0, "sdPct": 16, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 160, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dofotri", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 1, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Doomsday", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "20-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-70", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 40, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Doppler", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "fDef": -45, "wDef": 0, "aDef": 30, "tDef": 30, "eDef": -45, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -5, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 12, "eDamPct": 0, "fDefPct": -13, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragon Fang", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "4-18", "fDam": "22-36", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dorian", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-106", "fDam": "100-106", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 15, "mr": 0, "sdPct": 12, "mdPct": -10, "ls": -105, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 45, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -19, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Downfall", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -600, "fDef": 0, "wDef": -35, "aDef": -35, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 100, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragon Hide Plate", "tier": "Rare", "type": "chestplate", "set": null, "quest": "The Belly of the Beast", "poison": 0, "thorns": 0, "exploding": 15, "category": "armor", "slots": 2, "drop": "never", "hp": 2500, "fDef": 160, "wDef": -120, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": -28, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragon Hide Leggings", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 3, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 510, "fDef": 50, "wDef": -50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -50, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deux", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1900, "fDef": 0, "wDef": 80, "aDef": -60, "tDef": 80, "eDef": -100, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -6, "dex": 3, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragon Slayer", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-85", "fDam": "65-75", "wDam": "0-0", "aDam": "20-30", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragon Skin", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "fDef": 30, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dravarden", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 950, "fDef": 30, "wDef": 30, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 15, "agiReq": 0, "defReq": 15, "hprPct": 20, "mr": 1, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 7, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -40, "tDamPct": 0, "eDamPct": -40, "fDefPct": 0, "wDefPct": 0, "aDefPct": -25, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Drale's Hide", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 38, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragon's Tongue", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-110", "fDam": "70-120", "wDam": "70-120", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 55, "hprPct": 46, "mr": 2, "sdPct": -24, "mdPct": -24, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 131, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -45, "eDamPct": -45, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Draken", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 70, "eDef": -100, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 65, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": -7, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 18, "eDamPct": -12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Drifting Spear", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "60-100", "aDam": "25-50", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 9, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 5, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 18, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dread", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "23-33", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": -18, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dreamcloud", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2050, "fDef": 70, "wDef": 70, "aDef": 70, "tDef": 70, "eDef": 70, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 20, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 160, "sdRaw": 0, "mdRaw": 0, "fDamPct": -8, "wDamPct": -2, "aDamPct": -2, "tDamPct": -8, "eDamPct": -5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Drizzling Doublet", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 375, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 2, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 7, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Druid's Ring", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 200, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 65, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Drifter", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "54-62", "fDam": "0-0", "wDam": "36-88", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -4, "int": 8, "agi": 4, "def": 0, "spd": 13, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 17, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Droplets", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-110", "fDam": "0-0", "wDam": "60-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Drumstick", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-48", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "48-96", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 25, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dune Sandals", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "fDef": -15, "wDef": -15, "aDef": 20, "tDef": 0, "eDef": 15, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 9, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "DuskHelm", "displayName": "Duskhelm", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 125, "fDef": 10, "wDef": -7, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": -5, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dunesweeper", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-140", "fDam": "0-0", "wDam": "0-0", "aDam": "140-195", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 92, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 200, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -6, "eDamPct": 19, "fDefPct": 0, "wDefPct": 0, "aDefPct": 19, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dusk Painter", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "16-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "9-18", "eDam": "0-0", "atkSpd": "FAST", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 7, "mdPct": 7, "ls": 12, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -8, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Durum's Journey", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 550, "fDef": -20, "wDef": 15, "aDef": 0, "tDef": -25, "eDef": 30, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": -15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 70, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dust", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 105, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 190, "fDef": 0, "wDef": 0, "aDef": -15, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -9, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 4, "fDefPct": 0, "wDefPct": -6, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "DuskShield", "displayName": "Duskshield", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 350, "fDef": 0, "wDef": 15, "aDef": 0, "tDef": 15, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -8, "fDefPct": 0, "wDefPct": 6, "aDefPct": 0, "tDefPct": 6, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Doubt", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "686-777", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "731-743", "atkSpd": "SUPER_SLOW", "lvl": 93, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 35, "wDamPct": -55, "aDamPct": -55, "tDamPct": -25, "eDamPct": 0, "fDefPct": 25, "wDefPct": 15, "aDefPct": 0, "tDefPct": 15, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dusty Ring", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dust Devil", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -10, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 9, "tDamPct": 0, "eDamPct": 9, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dusty Staff", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 80, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "12-16", "atkSpd": "SLOW", "lvl": 26, "classReq": null, "strReq": 8, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -4, "tDefPct": 0, "eDefPct": 7, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dust Bowl", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 15, "lvl": 51, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dynamic", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 7, "eDef": -7, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 5, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dying Light", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "151-161", "aDam": "141-171", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 38, "agiReq": 38, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": -217, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 10, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Breaker", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2725, "fDef": 90, "wDef": 0, "aDef": -150, "tDef": 0, "eDef": 90, "lvl": 90, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": -6, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 2100, "fDamPct": 40, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Bow", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "never", "nDam": "150-200", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-200", "atkSpd": "VERY_SLOW", "lvl": 50, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dysnomia", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "fDef": 0, "wDef": -40, "aDef": -40, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 25, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -40, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "never", "nDam": "85-110", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "85-110", "atkSpd": "NORMAL", "lvl": 65, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Wand", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "never", "nDam": "50-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "50-70", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earthsky Equinox", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "150-220", "tDam": "0-0", "eDam": "170-200", "atkSpd": "FAST", "lvl": 98, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 16, "dex": 0, "int": 0, "agi": 16, "def": 0, "spd": 15, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earthquake", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "34-114", "fDam": "80-149", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "80-149", "atkSpd": "SUPER_SLOW", "lvl": 60, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Spear", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "never", "nDam": "140-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "140-190", "atkSpd": "VERY_SLOW", "lvl": 60, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ebrithil", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ebb and Flow", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "16-24", "fDam": "0-0", "wDam": "46-54", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 11, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": -5, "int": 14, "agi": -5, "def": -5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 16, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 11, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eater", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 3, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Edgy", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -10, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Echolocation", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 111, "thorns": -10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "39-45", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 18, "ms": 0, "xpb": 0, "lb": 0, "ref": -10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Echo", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 4, "tDef": 0, "eDef": 0, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eclipse", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-30", "fDam": "10-30", "wDam": "10-30", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 22, "agiReq": 0, "defReq": 22, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": -10, "mdRaw": -13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ectoplasm", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1025, "fDef": 0, "wDef": 55, "aDef": 55, "tDef": -100, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -15, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Effervescence", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-4", "fDam": "0-0", "wDam": "0-44", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 24, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 22, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -14, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Efteling", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2500, "fDef": 0, "wDef": 50, "aDef": 50, "tDef": -200, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": -6, "sdPct": 40, "mdPct": 0, "ls": 175, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Egression", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 100, "tDef": 0, "eDef": -100, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -45, "mdPct": -45, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 23, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 70, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Efilim Sage Cloak", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1550, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 77, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 7, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ehwaz", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eil", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -2, "dex": -2, "int": -2, "agi": -2, "def": 13, "spd": 0, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eitr", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 415, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1430, "fDef": 65, "wDef": -50, "aDef": 0, "tDef": 55, "eDef": -70, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 16, "wDamPct": -18, "aDamPct": 0, "tDamPct": 13, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Electric Torc", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 140, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": -30, "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ekeloch", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 455, "thorns": 5, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1310, "fDef": 0, "wDef": 0, "aDef": -150, "tDef": 150, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Electrocharge Greaves", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 60, "eDef": -60, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -60, "sdRaw": 0, "mdRaw": 90, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Electrolytic", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "25-47", "fDam": "0-0", "wDam": "14-58", "aDam": "0-0", "tDam": "3-69", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 33, "intReq": 33, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -10, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 0, "fDamPct": -20, "wDamPct": 0, "aDamPct": -20, "tDamPct": 0, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Electrum", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 780, "fDef": 0, "wDef": 45, "aDef": 0, "tDef": 45, "eDef": -90, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 75, "mdRaw": 0, "fDamPct": -20, "wDamPct": 8, "aDamPct": -20, "tDamPct": 8, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Emerald Chopper", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "170-200", "fDam": "0-0", "wDam": "0-0", "aDam": "220-250", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 7, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 40, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Electrophorus", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 300, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": 0, "eDef": -60, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 74, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Elven Moccasins", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 8, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ein", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 1, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 1, "mdPct": 1, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 1, "mdRaw": 1, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Embers", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-30", "fDam": "11-19", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 13, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 17, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": -9, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Emerald Staff", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "60-80", "atkSpd": "SLOW", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": -50, "mdRaw": -65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enchanter", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-10", "fDam": "0-0", "wDam": "3-5", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Emotion", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "22-30", "fDam": "24-28", "wDam": "23-29", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 12, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 1, "sdPct": -5, "mdPct": -5, "ls": -8, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 12, "agi": -5, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 8, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Empire Builder", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 8, "drop": "NORMAL", "nDam": "55-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "End of Limits", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "70-150", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "classReq": null, "strReq": 60, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 11, "mdPct": 16, "ls": -205, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 80, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 16, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Endurance", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 65, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2050, "fDef": 0, "wDef": -150, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enderman's Feet", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 920, "fDef": 0, "wDef": -30, "aDef": -60, "tDef": 80, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -5, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Endotherm", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1300, "fDef": 80, "wDef": 0, "aDef": 80, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 25, "mr": 0, "sdPct": -20, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": 75, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 14, "wDefPct": 0, "aDefPct": 14, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enmity", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -80, "eDef": -40, "lvl": 100, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 75, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -18, "wDefPct": -18, "aDefPct": -18, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ensa's Failure", "tier": "Rare", "set": null, "quest": null, "poison": 450, "thorns": 11, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -250, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 11, "eDamPct": 11, "fDefPct": 0, "wDefPct": -8, "aDefPct": -8, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ensa's Ideals", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "fDef": 0, "wDef": 100, "aDef": 100, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 25, "defReq": 0, "hprPct": 25, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enduzskam", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1950, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 80, "eDef": -90, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 16, "eDamPct": -14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Equilibrium", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 120, "fDef": 8, "wDef": 8, "aDef": 8, "tDef": 8, "eDef": 8, "lvl": 24, "classReq": null, "strReq": 2, "dexReq": 2, "intReq": 2, "agiReq": 2, "defReq": 2, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enzan's Lucky Charm", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 3, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 1, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Equalizer", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 16, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2450, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 86, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 16, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -8, "wDamPct": -8, "aDamPct": -8, "tDamPct": -8, "eDamPct": -8, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ensa's Resolve", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-10", "fDam": "0-0", "wDam": "150-210", "aDam": "130-230", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 35, "defReq": 0, "hprPct": 30, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 19, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 11, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eliminere", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-101", "eDam": "0-256", "atkSpd": "SUPER_FAST", "lvl": 87, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -140, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1370, "spRegen": 0, "eSteal": 0, "hprRaw": -135, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Errant", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 500, "fDef": -60, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -5, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Erratio", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 61, "thorns": 11, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 413, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 6, "intReq": 0, "agiReq": 12, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 55, "ms": 0, "xpb": 0, "lb": 0, "ref": 3, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -2, "eSteal": 0, "hprRaw": -6, "sdRaw": 0, "mdRaw": 16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 13, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Equinox", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 6, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -22, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 33, "agiReq": 0, "defReq": 33, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 6, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 9, "wDamPct": 9, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Erhu", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "60-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 10, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eleven", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "11-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 11, "mr": 0, "sdPct": 0, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 11, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eruption", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "250-350", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-160", "atkSpd": "VERY_SLOW", "lvl": 49, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -15, "atkTier": 0, "hpBonus": 550, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Esper's Focus", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "434-611", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -40, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -700, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Esclavage", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 5, "ref": 0, "str": 5, "dex": -1, "int": 0, "agi": 0, "def": 5, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Espoir", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Essence Bastion", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "170-205", "fDam": "125-155", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 1385, "spRegen": 10, "eSteal": 0, "hprRaw": 125, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Estuarine", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "70-80", "fDam": "0-0", "wDam": "71-85", "aDam": "0-0", "tDam": "0-0", "eDam": "100-110", "atkSpd": "NORMAL", "lvl": 71, "classReq": null, "strReq": 28, "dexReq": 0, "intReq": 32, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 13, "fDamPct": 0, "wDamPct": 35, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ethereal", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "17-22", "fDam": "0-0", "wDam": "44-77", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 25, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 19, "tDamPct": 0, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eternity's Edge", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "395-395", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "395-395", "eDam": "395-395", "atkSpd": "SUPER_SLOW", "lvl": 77, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 16, "dex": 16, "int": 0, "agi": 0, "def": 0, "spd": -16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 150, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": -2, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Etikal", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "22-32", "fDam": "8-12", "wDam": "8-12", "aDam": "8-12", "tDam": "8-12", "eDam": "8-12", "atkSpd": "SLOW", "lvl": 35, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Evanescent", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-150", "fDam": "0-0", "wDam": "55-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -40, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Euouae", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -75, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 9, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Euthanasia", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 100, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": -8, "sdRaw": 32, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Evaporator", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1400, "fDef": 0, "wDef": 0, "aDef": -70, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -18, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -13, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Evalach", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 4, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "fDef": 12, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 12, "hprPct": 18, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 4, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -6, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ex Nihilo", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4000, "fDef": 0, "wDef": -150, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": 0, "ls": 350, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 325, "fDamPct": -40, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Event Horizon", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-198", "eDam": "0-198", "atkSpd": "VERY_FAST", "lvl": 99, "classReq": null, "strReq": 55, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 5000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -35, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -76, "wDefPct": -76, "aDefPct": -76, "tDefPct": -76, "eDefPct": -76, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Executioner Helmet", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 27, "ls": 265, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 115, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 160, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Exhaustion", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2750, "fDef": 140, "wDef": -65, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 90, "hprPct": 35, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 345, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -20, "atkTier": -1, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 18, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Evening Primrose", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2000, "fDef": 60, "wDef": -40, "aDef": -40, "tDef": 60, "eDef": -40, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": -15, "atkTier": 0, "hpBonus": -500, "spRegen": 0, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Exosphere", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1800, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 60, "eDef": -120, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 24, "intReq": 0, "agiReq": 24, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 18, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 18, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 6, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 6, "tDefPct": 6, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Facedown", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": -15, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2200, "fDef": -30, "wDef": -30, "aDef": -30, "tDef": -30, "eDef": -30, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": -15, "str": 0, "dex": 10, "int": 0, "agi": -5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Exion", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 21, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 3, "eDef": -6, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 4, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Facile", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 8, "mr": 0, "sdPct": 6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Facetious", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 40, "tDef": -20, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Faith Healer", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1750, "fDef": 0, "wDef": 65, "aDef": 65, "tDef": 0, "eDef": 0, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 40, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 75, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Far Cosmos", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 9, "int": 9, "agi": 9, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Faith of the Bovemist", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 7, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Faded", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 190, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fault Lines", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "125-130", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "125-130", "atkSpd": "VERY_SLOW", "lvl": 32, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": -10, "def": 8, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 18, "wDamPct": 0, "aDamPct": -20, "tDamPct": 0, "eDamPct": 18, "fDefPct": 0, "wDefPct": 0, "aDefPct": -20, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fate's Shear", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "64-69", "aDam": "0-0", "tDam": "0-0", "eDam": "91-139", "atkSpd": "SUPER_FAST", "lvl": 97, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": -300, "sdRaw": 250, "mdRaw": 115, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": -35, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Faustian Contract", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "235-300", "wDam": "0-0", "aDam": "0-0", "tDam": "185-350", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": -25, "mr": -2, "sdPct": 30, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 650, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Feedback", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "60-100", "eDam": "0-0", "atkSpd": "FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 17, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -90, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 16, "eDamPct": -16, "fDefPct": 0, "wDefPct": -8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fatigue", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-38", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Favian's Wing", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": -10, "tDef": -15, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Featherweight", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 18, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Feithid", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 270, "fDef": -5, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 20, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fehu", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 13, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fermion", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3225, "fDef": 75, "wDef": 75, "aDef": 75, "tDef": 75, "eDef": 75, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 40, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 2, "sdPct": -7, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fenmask", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 80, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "fDef": 0, "wDef": 105, "aDef": 0, "tDef": 0, "eDef": 140, "lvl": 81, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 30, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": -40, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 18, "aDamPct": 0, "tDamPct": 0, "eDamPct": 18, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fern", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "2-14", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "2-6", "atkSpd": "VERY_FAST", "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 11, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 40, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Female Pirate Wig", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 3075, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fierce Thunder", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "17-38", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-47", "eDam": "0-0", "atkSpd": "FAST", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fibreglass", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-50", "tDam": "0-0", "eDam": "10-40", "atkSpd": "FAST", "lvl": 51, "classReq": null, "strReq": 17, "dexReq": 0, "intReq": 0, "agiReq": 17, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fierte", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-70", "fDam": "55-110", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 700, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 13, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fever Dream", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "44-44", "fDam": "44-44", "wDam": "0-0", "aDam": "44-44", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 35, "hprPct": 0, "mr": -1, "sdPct": 28, "mdPct": 28, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -26, "wDefPct": -33, "aDefPct": -26, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fiery Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Quest Item", "nDam": "0-0", "fDam": "1-3", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fiery Dagger", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Quest Item", "nDam": "0-0", "fDam": "1-3", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fiery Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Quest Item", "nDam": "0-0", "fDam": "1-3", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fiery Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Quest Item", "nDam": "0-0", "fDam": "1-3", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fighting Spirit", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "52-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 19, "wDamPct": 19, "aDamPct": 19, "tDamPct": 19, "eDamPct": 19, "fDefPct": -15, "wDefPct": -15, "aDefPct": -15, "tDefPct": -15, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fiery Torc", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 400, "fDef": 40, "wDef": -40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fiery Wand", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Quest Item", "nDam": "0-0", "fDam": "1-3", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fingertrap", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -1, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -5, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Finesse", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 43, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fireball", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 4, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "55-70", "fDam": "55-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 920, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Spear", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "70-90", "fDam": "70-90", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 770, "spRegen": 0, "eSteal": 0, "hprRaw": 65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Firefly", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 65, "wDef": -70, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 105, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Bow", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "70-100", "fDam": "70-100", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 440, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Firestorm Bellows", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-100", "fDam": "50-150", "wDam": "0-0", "aDam": "50-150", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -8, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 750, "spRegen": 0, "eSteal": 0, "hprRaw": -125, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -33, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Firecloud", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 4, "tDef": 0, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 13, "fDamPct": 4, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Firequake", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 26, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 70, "wDef": -85, "aDef": -85, "tDef": 0, "eDef": 70, "lvl": 63, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 21, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 21, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fishscale", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2525, "fDef": 60, "wDef": 80, "aDef": 0, "tDef": -180, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -15, "tDefPct": -30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Firesworn", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "61-82", "fDam": "61-82", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 61, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -36, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fissure", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 26, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-170", "atkSpd": "VERY_SLOW", "lvl": 48, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -9, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": 0, "aDamPct": -10, "tDamPct": 0, "eDamPct": 11, "fDefPct": 0, "wDefPct": 0, "aDefPct": -12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flameshot Hilt", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 45, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "1257-1771", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 14, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": -150, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fission Blade", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 33, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-74", "fDam": "0-74", "wDam": "0-0", "aDam": "0-0", "tDam": "0-74", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 150, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": -143, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flamiche", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "20-24", "fDam": "18-22", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 16, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": -5, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flaming Bow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-20", "fDam": "6-8", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 16, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flaming Fangs", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 12, "exploding": 5, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "56-68", "fDam": "32-42", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flare Blitz", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "73-87", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 24, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 40, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": -100, "spRegen": 0, "eSteal": 0, "hprRaw": -15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Wand", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-40", "fDam": "30-40", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 590, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flash", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "37-107", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 8, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": -400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flashing Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2100, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 100, "eDef": -200, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": -40, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -25, "spRaw1": 0, "spPct2": -15, "spRaw2": 0, "spPct3": -25, "spRaw3": 0, "spPct4": -15, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawed Golden Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 44, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawed Leather Cap", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 31, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawed Leather Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 35, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawed Golden Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 58, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Andesite Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "76-84", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Andesite Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "43-51", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Andesite Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "130-154", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Andesite Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "81-109", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Birch Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "62-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Birch Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "49-53", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Birch Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "28-38", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Birch Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "21-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Andesite Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "35-45", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Chain Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 155, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Birch Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "36-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Chain Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 192, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Chain Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 176, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Diorite Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "104-112", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Chain Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 135, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Diorite Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Diorite Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "112-144", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Diorite Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "184-214", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Granite Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "134-141", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Granite Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "76-88", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Diorite Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "48-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Granite Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "160-199", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Granite Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "223-277", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Jungle Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "122-144", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Granite Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-77", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Jungle Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "77-99", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Jungle Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "93-97", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Birch Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "50-52", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Jungle Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "41-53", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Birch Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "56-72", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Jungle Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-111", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Birch Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "22-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Birch Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "31-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Birch Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "37-48", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Jungle Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "36-44", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Jungle Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "80-82", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Jungle Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-61", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Jungle Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Oak Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "41-49", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Oak Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "37-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Oak Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "27-33", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Spruce Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "41-52", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Oak Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Oak Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "21-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Spruce Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "61-82", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Spruce Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Oak Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "41-57", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Jungle Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "56-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Spruce Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "51-63", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Oak Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "33-37", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Light Spruce Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "67-69", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Oak Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "20-27", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Oak Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "27-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Spruce Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "91-111", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Oak Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "15-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Spruce Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "70-74", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Spruce Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "63-71", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Spruce Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "42-54", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Stone Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Spruce Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "31-41", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Stone Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Stone Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "54-76", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Stone Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "90-106", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flawless Stone Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "51-59", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flex", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -95, "wDef": 0, "aDef": 40, "tDef": 0, "eDef": 50, "lvl": 72, "classReq": null, "strReq": 70, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": -6, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fleet", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 345, "fDef": 0, "wDef": 15, "aDef": 15, "tDef": -20, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 9, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -45, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 11, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Floodgate", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "40-200", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 13, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -40, "wDamPct": 10, "aDamPct": -40, "tDamPct": -40, "eDamPct": -40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flintlock", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 40, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "170-180", "fDam": "50-200", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "50-200", "atkSpd": "SLOW", "lvl": 86, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 25, "dex": 0, "int": 0, "agi": 0, "def": 25, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -14, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flood Bath", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "157-165", "wDam": "154-168", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": -11, "mdPct": -11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 661, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 33, "wDamPct": 33, "aDamPct": -33, "tDamPct": -33, "eDamPct": -33, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -33, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fluffster", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-100", "fDam": "0-0", "wDam": "0-0", "aDam": "90-140", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 19, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flux and Flow", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "28-34", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "12-14", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 27, "mdRaw": 0, "fDamPct": 0, "wDamPct": 13, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 20, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fluorine", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 2, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -1, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flush", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "40-85", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fluffy Spear", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "43-66", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 125, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Foam Bracer", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 30, "aDef": 10, "tDef": -45, "eDef": 0, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 4, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Foot Warmers", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 550, "fDef": 30, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 6, "aDefPct": 6, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fog", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 10, "aDef": 30, "tDef": -25, "eDef": -40, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 4, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 4, "aDefPct": 7, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Forgotten", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 36, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 2, "dex": 3, "int": 2, "agi": 1, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Follow The Wind", "displayName": "Follow the Wind", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 40, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Foreboding", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Founder", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 500, "fDef": 0, "wDef": 0, "aDef": -50, "tDef": 0, "eDef": 50, "lvl": 97, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -6, "atkTier": 0, "hpBonus": 270, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fortitude", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 40, "fDef": 5, "wDef": -8, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 12, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -6, "atkTier": 0, "hpBonus": 25, "spRegen": 0, "eSteal": 0, "hprRaw": 6, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fourchette", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-17", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 11, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frenzied Mockery", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2727, "fDef": 95, "wDef": -135, "aDef": -75, "tDef": 115, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 235, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": -50, "wDefPct": 0, "aDefPct": 0, "tDefPct": -50, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fragment", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-110", "fDam": "0-0", "wDam": "0-0", "aDam": "45-75", "tDam": "30-90", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 18, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 14, "tDamPct": 14, "eDamPct": 0, "fDefPct": -30, "wDefPct": -25, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frigid", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1270, "fDef": -75, "wDef": 75, "aDef": 75, "tDef": -75, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": -11, "wDefPct": 0, "aDefPct": 0, "tDefPct": -11, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fractured", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 300, "fDef": 30, "wDef": -60, "aDef": 0, "tDef": 20, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 165, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frontliner", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3500, "fDef": 50, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 190, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 30, "wDefPct": -30, "aDefPct": 30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frontier", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "400-406", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "199-202", "atkSpd": "VERY_SLOW", "lvl": 78, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 800, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frenzy", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "39-149", "fDam": "0-0", "wDam": "0-0", "aDam": "39-99", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 23, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": -10, "aDefPct": -5, "tDefPct": -10, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frosted Leggings", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -60, "wDef": 60, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -35, "wDefPct": 30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frostbite", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -100, "wDef": 60, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 30, "defReq": 0, "hprPct": -35, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frustration", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-77", "fDam": "39-39", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": -90, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 17, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frozen Brook", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-80", "fDam": "0-0", "wDam": "30-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 10, "agi": -5, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fulmine Belt", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1775, "fDef": 0, "wDef": 0, "aDef": -100, "tDef": 100, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 65, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -10, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fuse", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Funnel", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 20, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 2, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Full Charge", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "525-650", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 13, "mdPct": 0, "ls": 305, "ms": -3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fyrespit", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "130-180", "fDam": "140-210", "wDam": "50-80", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1500, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gert Boots", "displayName": "Gert Shakestomper Toefeet", "tier": "Rare", "type": "boots", "set": null, "quest": "The Hunger of Gerts Part 1", "poison": 0, "thorns": 0, "exploding": 40, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1800, "fDef": 0, "wDef": 0, "aDef": -80, "tDef": 0, "eDef": 70, "lvl": 78, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 50, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 325, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gert Hammer", "displayName": "Gert Rock Smashbanger", "tier": "Legendary", "type": "spear", "set": null, "quest": "The Hunger of Gerts Part 2", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "500-600", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 79, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 65, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gert Knife", "displayName": "Gert Swingpoke Cuttyrock", "tier": "Legendary", "type": "dagger", "set": null, "quest": "The Hunger of Gerts Part 2", "poison": 800, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "53-245", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 79, "classReq": null, "strReq": 30, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gert Super Special Magic Ultistick", "tier": "Legendary", "type": "wand", "set": null, "quest": "The Hunger of Gerts Part 2", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Untradable", "nDam": "1-3", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -1, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reinforced Gert Chestplate", "displayName": "Gert Veryhard Chestclothes", "tier": "Rare", "type": "chestplate", "set": null, "quest": "The Hunger of Gerts Part 1", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2425, "fDef": 110, "wDef": -70, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gert Wand", "displayName": "Gert Whooshy Bonkpole", "tier": "Legendary", "type": "wand", "set": null, "quest": "The Hunger of Gerts Part 2", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "Untradable", "nDam": "150-410", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 79, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -45, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 30, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gale's Force", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "132-165", "fDam": "0-0", "wDam": "0-0", "aDam": "132-165", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 15, "str": 0, "dex": 7, "int": 0, "agi": 13, "def": 0, "spd": 30, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 25, "tDamPct": 0, "eDamPct": -50, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Galena", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "fDef": 60, "wDef": -80, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 60, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -20, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fog of Creation", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "230-285", "fDam": "80-85", "wDam": "80-85", "aDam": "80-85", "tDam": "80-85", "eDam": "80-85", "atkSpd": "SLOW", "lvl": 100, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": 200, "mdRaw": 260, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Galaxy Piercer", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "14-19", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 5, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Garnet", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-50", "fDam": "0-0", "wDam": "20-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -48, "sdRaw": 0, "mdRaw": 0, "fDamPct": 18, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Galvanization", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1800, "fDef": -80, "wDef": 60, "aDef": 0, "tDef": 60, "eDef": -80, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": -12, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -29, "wDamPct": 12, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": -14, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gale Rider", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "12-20", "fDam": "0-0", "wDam": "0-0", "aDam": "14-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": -5, "spd": 20, "atkTier": 0, "hpBonus": -60, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 11, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Galloping Spurs", "tier": "Fabled", "type": "boots", "set": null, "quest": null, "majorIds": ["CAVALRYMAN"], "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 560, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 40, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gargantuan", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Garnet Ring", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 200, "fDef": 20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 18, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 6, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gavel's Memory", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "1-30", "fDam": "0-0", "wDam": "0-0", "aDam": "14-18", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gert Leggings", "displayName": "Gert Bumpstump Legcovercloth", "tier": "Rare", "type": "leggings", "set": null, "quest": "The Hunger of Gerts Part 1", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2000, "fDef": 50, "wDef": 50, "aDef": 70, "tDef": 0, "eDef": 70, "lvl": 78, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Geis", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 850, "fDef": 0, "wDef": -90, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 25, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -15, "agi": -10, "def": -10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gearbox Stave", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "110-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gemini", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "stealing": 8, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 5000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": -10, "ls": 335, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Genesis", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 78, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 35, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 140, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Genoxyde", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "250-400", "fDam": "0-0", "wDam": "0-0", "aDam": "400-450", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 290, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": -15, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gestation", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "42-44", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "21-33", "atkSpd": "SLOW", "lvl": 23, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 60, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 20, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gert Mask", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Quest Item", "hp": 650, "fDef": -40, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Giant's Bracer", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 19, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 12, "dex": -2, "int": 0, "agi": -2, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -70, "mdRaw": 90, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Geothermal", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -10, "aDef": 0, "tDef": 0, "eDef": 10, "lvl": 38, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 5, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ghost", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gibyeong", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-130", "fDam": "0-0", "wDam": "100-145", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 1, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 13, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 140, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Geyser", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 19, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2100, "fDef": 65, "wDef": 65, "aDef": 65, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 35, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -100, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Giant Claw", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "130-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 9, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gilded Cuff", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ghostly Blades", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "13-17", "aDam": "13-17", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": 0, "int": 7, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Giant Step", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glacial Crest", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-50", "fDam": "0-0", "wDam": "0-0", "aDam": "20-36", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 8, "mdPct": 15, "ls": 36, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -75, "spRegen": 0, "eSteal": 0, "hprRaw": -15, "sdRaw": 0, "mdRaw": 0, "fDamPct": -30, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glare", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "3-10", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "30-40", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 40, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ginto", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 180, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 18, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -6, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gilded Mail", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glitz", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gloomstone", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -25, "aDef": -15, "tDef": 0, "eDef": -10, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glissando", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "0-9", "fDam": "0-9", "wDam": "0-9", "aDam": "0-9", "tDam": "0-9", "eDam": "0-9", "atkSpd": "FAST", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 1500, "mdRaw": 975, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 10, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glitchtean", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "56-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "13-128", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -18, "mdPct": -16, "ls": 0, "ms": 0, "xpb": 6, "lb": 10, "ref": 13, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 131, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gnarl", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-200", "atkSpd": "VERY_SLOW", "lvl": 78, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": -2, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -12, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gnir", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 7, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 220, "fDef": 0, "wDef": 25, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glowing Wand", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "4-6", "fDam": "2-6", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 15, "spRegen": 1, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gert Bow", "displayName": "Gert Shootstick Tossflinger", "tier": "Legendary", "type": "bow", "set": null, "quest": "The Hunger of Gerts Part 2", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Untradable", "nDam": "1600-2057", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 79, "classReq": null, "strReq": 70, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -40, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 780, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Golden Pants of Fortune", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 70, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 15, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glowstone Killer", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "34-47", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "56-73", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 17, "lb": 0, "ref": 0, "str": -3, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Golden Embrace", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 4, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 116, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 4, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gospel", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goswhit", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 23, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goliath", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 100, "fDef": 4, "wDef": 2, "aDef": 2, "tDef": 2, "eDef": 2, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 12, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gouttes", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 8, "aDef": 0, "tDef": -4, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Granite Helm", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 26, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1550, "fDef": 20, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 20, "lvl": 63, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -9, "atkTier": 0, "hpBonus": 400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -25, "aDefPct": 20, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grateful Dead", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "restrict": null, "nDam": "999-999", "fDam": "0-0", "wDam": "3-3", "aDam": "3-3", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 15, "tDefPct": 20, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gravesbane", "displayName": "Windshear", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "stealing": 6, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "fDef": 0, "wDef": -110, "aDef": 90, "tDef": 90, "eDef": -110, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 255, "fDamPct": 0, "wDamPct": 0, "aDamPct": 16, "tDamPct": 16, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grandfather", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "54-61", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -24, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gravity", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "majorIds": ["MAGNET"], "poison": 0, "thorns": 30, "exploding": 0, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 5500, "fDef": 250, "wDef": 250, "aDef": 250, "tDef": 250, "eDef": 250, "lvl": 100, "classReq": null, "strReq": 55, "dexReq": 55, "intReq": 55, "agiReq": 55, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 295, "ms": 1, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -25, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": -150, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Graviton Lance", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "380-380", "aDam": "0-0", "tDam": "180-580", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 36, "intReq": 36, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": -20, "dex": 55, "int": 55, "agi": -20, "def": -20, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Great Brace", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 150, "fDef": 20, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 5, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 18, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gnocchi", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 74, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 8, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Green Helmet", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2050, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Great Charm", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 125, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Greaves of the Veneer", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 4000, "fDef": 200, "wDef": 65, "aDef": 65, "tDef": 0, "eDef": 200, "lvl": 89, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 20, "spd": -10, "atkTier": 0, "hpBonus": 1500, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -5, "aDamPct": -15, "tDamPct": -15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 50, "aDefPct": 40, "tDefPct": 40, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Green Perfection", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "23-25", "fDam": "11-14", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grillface", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3400, "fDef": 175, "wDef": 0, "aDef": 150, "tDef": 0, "eDef": -150, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 70, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": 15, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 192, "sdRaw": 0, "mdRaw": 380, "fDamPct": 20, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -40, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Griffin", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-45", "fDam": "0-0", "wDam": "0-0", "aDam": "45-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 8, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 19, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grenouille", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-75", "fDam": "0-0", "wDam": "20-35", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gridlock", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "85-115", "aDam": "0-0", "tDam": "35-165", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Guacamole", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "156-160", "aDam": "0-0", "tDam": "0-0", "eDam": "156-160", "atkSpd": "NORMAL", "lvl": 88, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 17, "dex": 0, "int": 17, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 940, "spRegen": 0, "eSteal": 0, "hprRaw": 110, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grip of the Land", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2825, "fDef": 140, "wDef": -120, "aDef": 0, "tDef": 0, "eDef": 140, "lvl": 88, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 65, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Groundshakers", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1400, "fDef": 0, "wDef": 0, "aDef": -80, "tDef": 0, "eDef": 80, "lvl": 72, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -55, "mdRaw": 170, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gust", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -5, "wDef": 0, "aDef": 5, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gungnir", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "170-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 25, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gwydion", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-130", "atkSpd": "NORMAL", "lvl": 69, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": -12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Boreal-Patterned Aegis", "displayName": "Anima-Infused Cuirass", "tier": "Legendary", "type": "chestplate", "set": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3800, "fDef": 200, "wDef": 200, "aDef": 0, "tDef": 200, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -30, "dex": 0, "int": 0, "agi": -30, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 20, "wDefPct": 20, "aDefPct": 0, "tDefPct": 20, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": -1, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": -1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gypsum", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 270, "fDef": 0, "wDef": 0, "aDef": -20, "tDef": 0, "eDef": 20, "lvl": 37, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 70, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ambertoise Shell", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 3000, "fDef": 100, "wDef": 150, "aDef": 0, "tDef": 150, "eDef": 100, "lvl": 88, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 10, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 25, "aDefPct": 0, "tDefPct": 25, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Abyss-Imbued Leggings", "tier": "Legendary", "type": "leggings", "set": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3400, "fDef": 0, "wDef": 175, "aDef": 175, "tDef": 0, "eDef": 175, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 425, "ms": 4, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -30, "int": 0, "agi": 0, "def": -30, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 350, "mdRaw": 455, "fDamPct": 0, "wDamPct": 20, "aDamPct": 20, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 15, "aDefPct": 15, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Beetle Aegis", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": -60, "wDef": 0, "aDef": -60, "tDef": 120, "eDef": 120, "lvl": 91, "classReq": null, "strReq": 40, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 24, "mdPct": 24, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 12, "dex": 12, "int": 0, "agi": -5, "def": -5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 30, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bottled Thunderstorm", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 6, "int": 0, "agi": 6, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Griswold's Edge", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "100-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-30", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 7, "lb": 7, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chaos-Woven Greaves", "tier": "Legendary", "type": "leggings", "set": null, "quest": "The Qira Hive", "poison": 2250, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4200, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": 100, "eDef": 100, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 50, "mdPct": 50, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -30, "def": -30, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": 30, "eDamPct": 30, "fDefPct": 0, "wDefPct": 5, "aDefPct": 0, "tDefPct": 5, "eDefPct": 5, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breezehands", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clockwork", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1500, "fDef": 60, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cinderchain", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2875, "fDef": 150, "wDef": -100, "aDef": 0, "tDef": 150, "eDef": -100, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 800, "fDamPct": 45, "wDamPct": 0, "aDamPct": -65, "tDamPct": 40, "eDamPct": -65, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Contrast", "tier": "Legendary", "set": null, "quest": "The Qira Hive", "poison": 750, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 200, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grindcore", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 100, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "36-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "24-28", "eDam": "20-28", "atkSpd": "SLOW", "lvl": 25, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -15, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 25, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coral Ring", "tier": "Rare", "set": null, "quest": null, "poison": -365, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 800, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hephaestus-Forged Greaves", "displayName": "Eden-Blessed Guards", "tier": "Legendary", "type": "leggings", "set": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4600, "fDef": 300, "wDef": 300, "aDef": 300, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 40, "defReq": 40, "hprPct": 50, "mr": 4, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -30, "dex": -30, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 325, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 30, "wDefPct": 30, "aDefPct": 30, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Elysium-Engraved Aegis", "tier": "Legendary", "type": "chestplate", "set": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4200, "fDef": 200, "wDef": 0, "aDef": 200, "tDef": 0, "eDef": 200, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -30, "int": -30, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 275, "sdRaw": 0, "mdRaw": 660, "fDamPct": 20, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 20, "fDefPct": 15, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dupliblaze", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 18, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 40, "wDef": -80, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 24, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Elder Oak Roots", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2725, "fDef": 0, "wDef": 120, "aDef": 0, "tDef": 0, "eDef": 120, "lvl": 90, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 2, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": -25, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anima-Infused Helmet", "displayName": "Boreal-Patterned Crown", "tier": "Legendary", "type": "helmet", "set": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3000, "fDef": 0, "wDef": 150, "aDef": 150, "tDef": 150, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": -40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -30, "dex": 0, "int": 0, "agi": 0, "def": -30, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 425, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 25, "tDamPct": 25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gaea-Hewn Boots", "tier": "Legendary", "type": "boots", "set": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 20, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 5000, "fDef": 225, "wDef": 225, "aDef": 0, "tDef": 0, "eDef": 225, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 3, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -30, "int": 0, "agi": -30, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 300, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 25, "wDefPct": 25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 25, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gale's Freedom", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2225, "fDef": 0, "wDef": 0, "aDef": 120, "tDef": 120, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 20, "str": 0, "dex": 7, "int": 12, "agi": 7, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flashstep", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2350, "fDef": 0, "wDef": 0, "aDef": 100, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 12, "def": 0, "spd": 40, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Golemlus Core", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1225, "fDef": 50, "wDef": -30, "aDef": 50, "tDef": -30, "eDef": 50, "lvl": 90, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 110, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -10, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hephaestus-Forged Sabatons", "tier": "Legendary", "type": "boots", "set": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 5400, "fDef": 250, "wDef": 0, "aDef": 250, "tDef": 250, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 500, "ms": 4, "xpb": 0, "lb": 0, "ref": 0, "str": -30, "dex": 0, "int": -30, "agi": 0, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 10, "tDamPct": 10, "eDamPct": 0, "fDefPct": 25, "wDefPct": 0, "aDefPct": 25, "tDefPct": 25, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -40, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Humbark Moccasins", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2125, "fDef": 0, "wDef": 0, "aDef": -100, "tDef": 80, "eDef": 80, "lvl": 89, "classReq": null, "strReq": 50, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infused Hive Dagger", "tier": "Legendary", "type": "dagger", "set": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "300-360", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infused Hive Spear", "tier": "Legendary", "type": "spear", "set": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "240-290", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infused Hive Bow", "tier": "Legendary", "type": "bow", "set": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "360-430", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infused Hive Relik", "tier": "Legendary", "type": "relik", "set": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "380-410", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infused Hive Wand", "tier": "Legendary", "type": "wand", "set": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "never", "restrict": "Untradable", "nDam": "175-220", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Insulated Plate Mail", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": 150, "wDef": 0, "aDef": 100, "tDef": 150, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -5, "def": 10, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 30, "aDefPct": 20, "tDefPct": 0, "eDefPct": 30, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Intensity", "tier": "Legendary", "set": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 425, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mantlewalkers", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 25, "exploding": 50, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 4000, "fDef": 125, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 150, "lvl": 97, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 40, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Moon Pool Circlet", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 35, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Obsidian-Framed Helmet", "tier": "Legendary", "type": "helmet", "set": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 5400, "fDef": 225, "wDef": 0, "aDef": 0, "tDef": 225, "eDef": 225, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 450, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -30, "agi": -30, "def": 0, "spd": 0, "atkTier": -14, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 4000, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 15, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 20, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prowess", "tier": "Legendary", "set": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 425, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silt of the Seafloor", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 35, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3250, "fDef": 0, "wDef": 240, "aDef": -70, "tDef": -40, "eDef": 200, "lvl": 93, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 8, "dex": 0, "int": 15, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 40, "wDefPct": 30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 40, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pride of the Aerie", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2100, "fDef": -70, "wDef": 0, "aDef": 140, "tDef": 0, "eDef": 140, "lvl": 84, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 28, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 14, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 21, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -35, "eDefPct": 21, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soulflare", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3800, "fDef": 150, "wDef": 125, "aDef": 0, "tDef": -125, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 440, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 33, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sparkling Visor", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 125, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 20, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 15, "eDefPct": -25, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sparkweaver", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 3850, "fDef": 150, "wDef": 0, "aDef": 0, "tDef": 200, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 20, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 30, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stillwater Blue", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2500, "fDef": 0, "wDef": 180, "aDef": 0, "tDef": -100, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 4, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 0, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Subur Clip", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 89, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -2, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Turbine Greaves", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2800, "fDef": 100, "wDef": 0, "aDef": 100, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 325, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Static-charged Leggings", "displayName": "Static-Charged Leggings", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 40, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 2050, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 100, "eDef": -150, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -40, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 40, "eDamPct": 0, "fDefPct": 0, "wDefPct": -25, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Trench Scourer", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 2450, "fDef": 0, "wDef": 130, "aDef": 0, "tDef": 100, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 4, "xpb": 40, "lb": 40, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 0, "tDamPct": 25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Twilight-Gilded Cloak", "tier": "Legendary", "type": "chestplate", "set": null, "quest": "The Qira Hive", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3000, "fDef": 0, "wDef": 0, "aDef": 175, "tDef": 175, "eDef": 175, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -40, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -30, "agi": 0, "def": -30, "spd": 20, "atkTier": 2, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 25, "tDamPct": 25, "eDamPct": 25, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lightning Flash", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunderous Step", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2100, "fDef": -80, "wDef": 0, "aDef": 0, "tDef": 125, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": -5, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 250, "mdRaw": 325, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 15, "eDamPct": -15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vortex Bracer", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 400, "fDef": -40, "wDef": 0, "aDef": 40, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 75, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whitecap Crown", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2300, "fDef": 0, "wDef": 150, "aDef": 0, "tDef": -120, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 75, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 320, "mdRaw": 0, "fDamPct": -10, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hailstone", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "fDef": 0, "wDef": 40, "aDef": 40, "tDef": -80, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 10, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hallfred's Greed", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -3, "eSteal": 6, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hairy Cap", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 4, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Halbert", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "36-58", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hammer of the Forge", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "171-229", "fDam": "257-457", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "257-457", "atkSpd": "SUPER_SLOW", "lvl": 90, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -15, "atkTier": 0, "hpBonus": 750, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Handcuff", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 33, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": -2, "int": 0, "agi": 0, "def": 4, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hammer of the Blacksmith", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "23-46", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "126-183", "atkSpd": "SUPER_SLOW", "lvl": 30, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 22, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": -12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hard Hat", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 180, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 4, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hamsey's Brilliance", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 720, "fDef": 30, "wDef": 30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -7, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Haqherphix", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 17, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-32", "eDam": "11-21", "atkSpd": "SUPER_FAST", "lvl": 42, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 4, "xpb": 9, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Handmade Bucie Knife", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "48-58", "fDam": "34-56", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 7, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": -6, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hard Light", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "60-90", "wDam": "60-90", "aDam": "60-90", "tDam": "60-90", "eDam": "60-90", "atkSpd": "FAST", "lvl": 96, "classReq": null, "strReq": 23, "dexReq": 23, "intReq": 23, "agiReq": 23, "defReq": 23, "hprPct": 0, "mr": 1, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 17, "dex": 17, "int": 17, "agi": 17, "def": 17, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -25, "wDefPct": -25, "aDefPct": -25, "tDefPct": -25, "eDefPct": -25, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Harsh Noise", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "10-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 15, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Harbinger of Fate", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 40, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "130-130", "wDam": "0-0", "aDam": "0-0", "tDam": "100-160", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 13, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -20, "eSteal": 0, "hprRaw": -100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Harmony", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 2650, "fDef": 70, "wDef": 70, "aDef": 0, "tDef": 70, "eDef": 70, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 65, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 18, "mdPct": -18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 35, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Harwrol", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "50-80", "fDam": "0-0", "wDam": "0-0", "aDam": "80-115", "tDam": "0-0", "eDam": "80-115", "atkSpd": "FAST", "lvl": 97, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 19, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 23, "atkTier": 0, "hpBonus": 2500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -25, "aDamPct": 0, "tDamPct": -25, "eDamPct": 0, "fDefPct": 25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hardline", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 650, "fDef": 20, "wDef": -20, "aDef": -20, "tDef": 0, "eDef": 35, "lvl": 51, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 325, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heart of Fire", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 650, "fDef": 35, "wDef": -35, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 35, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hearts Club", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "26-32", "fDam": "10-14", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 20, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Head Knocker", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "22-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "22-34", "atkSpd": "VERY_SLOW", "lvl": 25, "classReq": null, "strReq": 18, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -3, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 36, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 4, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Haze", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-60", "fDam": "20-50", "wDam": "0-0", "aDam": "20-50", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 350, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heartache", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 12, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "85-115", "fDam": "0-0", "wDam": "175-225", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -175, "ms": 0, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 145, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heartstrings", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "62-90", "fDam": "30-50", "wDam": "0-0", "aDam": "25-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 30, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 140, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heat Burst", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "50-54", "fDam": "76-80", "wDam": "0-0", "aDam": "76-80", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 0, "ls": 95, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 32, "wDamPct": -35, "aDamPct": 32, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heatwave", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "382-1144", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 30, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heaven's Gate", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-60", "fDam": "0-0", "wDam": "20-66", "aDam": "20-66", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 13, "atkTier": 0, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heatwind", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "17-26", "fDam": "23-31", "wDam": "0-0", "aDam": "15-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 30, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heavenly Wisp", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-40", "fDam": "0-0", "wDam": "30-60", "aDam": "30-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "HellRaiser", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "30-35", "fDam": "26-36", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heliophilia", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 30, "fDef": 6, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 30, "spRegen": 0, "eSteal": 0, "hprRaw": 10, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hell's Scream", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-190", "fDam": "160-240", "wDam": "0-0", "aDam": "120-280", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 255, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -8, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -100, "fDefPct": 30, "wDefPct": 0, "aDefPct": 30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heavensent", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-4", "fDam": "0-0", "wDam": "54-66", "aDam": "54-66", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 17, "agiReq": 17, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 15, "def": -8, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heliophobia", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 950, "fDef": 0, "wDef": 80, "aDef": 0, "tDef": -65, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 15, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 75, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -18, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -8, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hell Walk", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 12, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 140, "wDef": -160, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 22, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hellion", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 380, "fDef": 40, "wDef": -40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 85, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": -8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hellbow", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-120", "fDam": "130-210", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-80", "atkSpd": "SLOW", "lvl": 76, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 3, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hellkite's Beak", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-135", "fDam": "55-90", "wDam": "0-0", "aDam": "0-0", "tDam": "45-75", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 11, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -6, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -6, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": -8, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hellkite's Wing", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "40-48", "wDam": "0-0", "aDam": "0-0", "tDam": "32-72", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 9, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": -10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helm of Andesite", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 6, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 630, "fDef": 20, "wDef": -40, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 49, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": -5, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": -5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helm of Darkness", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 140, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 15, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helm of the Dead", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 390, "fDef": 0, "wDef": 0, "aDef": -30, "tDef": 20, "eDef": 15, "lvl": 44, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 27, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": -5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 5, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hellstrand", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "300-350", "fDam": "200-280", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 25, "mr": 1, "sdPct": 15, "mdPct": 0, "ls": 655, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -25, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -40, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helter Skelter", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "19-29", "tDam": "19-29", "eDam": "0-0", "atkSpd": "FAST", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": -40, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -45, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 11, "tDamPct": 11, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": -1, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helmet of Wisdom", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 30, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 3, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helmet of Intelligence", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 13, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heracul", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "625-900", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-225", "atkSpd": "VERY_SLOW", "lvl": 77, "classReq": null, "strReq": 90, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 0, "int": 0, "agi": 0, "def": -10, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -8, "wDefPct": -6, "aDefPct": -10, "tDefPct": -4, "eDefPct": -2, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helmet of Blue Stone", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1050, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 62, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -5, "wDamPct": -5, "aDamPct": -5, "tDamPct": -5, "eDamPct": -5, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hetusol", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4200, "fDef": 180, "wDef": 80, "aDef": 0, "tDef": -160, "eDef": -100, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 50, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 250, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -30, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heroism", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 31, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3500, "fDef": 120, "wDef": 50, "aDef": 120, "tDef": 50, "eDef": 50, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 60, "hprPct": -143, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 300, "ms": 0, "xpb": 0, "lb": 0, "ref": 31, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 10, "spd": 23, "atkTier": 0, "hpBonus": 1000, "spRegen": 0, "eSteal": 0, "hprRaw": -10, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hertz", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 8, "eDef": -10, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heura", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 34, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 3025, "fDef": -110, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 110, "lvl": 96, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 11, "fDefPct": -20, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hewa", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "130-170", "fDam": "0-0", "wDam": "0-0", "aDam": "170-210", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": -8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": -30, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hexed Amulet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 16, "lb": 16, "ref": 0, "str": -2, "dex": -2, "int": -2, "agi": -2, "def": -2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hidden", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hero's End", "displayName": "Flummox", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2750, "fDef": 115, "wDef": -130, "aDef": 0, "tDef": 115, "eDef": -100, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 275, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 255, "mdRaw": 0, "fDamPct": 11, "wDamPct": 0, "aDamPct": 0, "tDamPct": 11, "eDamPct": -35, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hickory Stick", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "40-95", "fDam": "20-45", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": -8, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hilltop", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 210, "fDef": 0, "wDef": 0, "aDef": -7, "tDef": 0, "eDef": 15, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hilt", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "8-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -6, "mdRaw": -8, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hiker's Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 85, "fDef": 0, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 7, "lvl": 20, "classReq": null, "strReq": 7, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -8, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hirudo", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "90-130", "aDam": "0-0", "tDam": "0-0", "eDam": "100-120", "atkSpd": "NORMAL", "lvl": 82, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 13, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 145, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -17, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -17, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hollow Branch", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 560, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-60", "fDam": "0-0", "wDam": "0-0", "aDam": "50-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": -12, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Holocene", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "40-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "90-110", "atkSpd": "SLOW", "lvl": 49, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -8, "wDamPct": -8, "aDamPct": -8, "tDamPct": -8, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Holiday Spirit", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "18-22", "fDam": "30-36", "wDam": "30-36", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 3, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 45, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hollow", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 110, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 150, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hope", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "280-340", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 18, "lb": 16, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Holy Greaves", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "fDef": 0, "wDef": 25, "aDef": 0, "tDef": 25, "eDef": -30, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 75, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Horizon", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2750, "fDef": -100, "wDef": 0, "aDef": 100, "tDef": 0, "eDef": 120, "lvl": 90, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 5, "int": 0, "agi": 10, "def": 0, "spd": 14, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 150, "sdRaw": -200, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hook", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "13-18", "fDam": "0-0", "wDam": "0-0", "aDam": "13-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hothead", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 60, "fDef": 5, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hornblende", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 340, "fDef": 0, "wDef": 0, "aDef": -15, "tDef": 0, "eDef": 20, "lvl": 40, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hunger", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 110, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 9, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -7, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hostage", "tier": "Unique", "type": "spear", "set": null, "quest": "Prison Story", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "7-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 10, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hypercane", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "22-44", "fDam": "0-44", "wDam": "11-33", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": -20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hunter", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-9", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "2-15", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 12, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hysteria", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2075, "fDef": 70, "wDef": -100, "aDef": 0, "tDef": 80, "eDef": -100, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 40, "mr": -1, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 8, "spd": 10, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 18, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hero's Beginning", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 140, "fDef": 3, "wDef": 3, "aDef": 3, "tDef": 3, "eDef": 3, "lvl": 27, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 33, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hydra", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-77", "fDam": "77-99", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 33, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 160, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 777, "spRegen": 0, "eSteal": 0, "hprRaw": 99, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ice Band", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -20, "wDef": 25, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Icarus", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "fDef": -20, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -12, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ice Climbing Boots", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 9, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 440, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": -40, "eDef": 10, "lvl": 43, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 35, "mdRaw": 0, "fDamPct": -10, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ice Sickle", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "22-32", "fDam": "0-0", "wDam": "12-42", "aDam": "2-52", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -10, "int": 8, "agi": 8, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 10, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ignatius", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "20-30", "fDam": "70-80", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 5, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ignition", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 40, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "21-75", "fDam": "115-185", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 65, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 435, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": -30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ik-El-Van", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "48-75", "fDam": "0-0", "wDam": "60-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 16, "mr": 1, "sdPct": 10, "mdPct": -15, "ls": -120, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Andesite Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "535-615", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Illuminite", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 725, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 60, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Electro Mage's Boots", "tier": "Rare", "type": "boots", "set": null, "quest": "The Envoy Part II", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 150, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 16, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 12, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ife", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "fDef": 0, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -9, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 150, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -14, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Andesite Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "180-204", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Andesite Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "146-176", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Andesite Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "315-331", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Andesite Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "355-413", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Birch Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "217-225", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Birch Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "131-163", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Birch Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "292-326", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Diorite Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "629-705", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Diorite Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "210-236", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Birch Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "184-226", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Birch Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "97-123", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Diorite Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "366-382", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Diorite Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "171-203", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Granite Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "402-418", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Granite Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "455-525", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Granite Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "700-770", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Diorite Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "414-476", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Granite Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "190-220", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Jungle Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "380-430", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Jungle Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "284-292", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Birch Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "195-199", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Jungle Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "235-300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Birch Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "225-265", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Jungle Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "130-160", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Birch Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "152-176", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Birch Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "92-104", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Birch Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "123-147", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Jungle Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "275-315", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Jungle Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "149-176", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Jungle Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "232-236", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Jungle Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "180-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Oak Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "167-171", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Jungle Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "110-125", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Oak Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "106-128", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Oak Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "196-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Jungle Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "175-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Oak Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "145-167", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Spruce Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "256-299", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Spruce Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "220-224", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Oak Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "87-101", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Oak Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "255-286", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Spruce Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "105-117", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Spruce Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "139-167", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Light Spruce Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "182-198", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Oak Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "187-195", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Oak Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "115-141", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Oak Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "85-109", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Oak Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "168-192", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Spruce Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "154-188", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Spruce Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "341-377", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Spruce Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "209-269", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Spruce Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "253-261", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Spruce Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "114-142", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Stone Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "158-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Imperious", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "500-500", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 30, "agi": 15, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 8, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Stone Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "275-291", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Stone Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "470-542", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impudent", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impulse", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-229", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "126-371", "eDam": "126-371", "atkSpd": "SUPER_SLOW", "lvl": 53, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -7, "sdPct": 0, "mdPct": 12, "ls": 110, "ms": 6, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -75, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 14, "eDamPct": 14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impure Morph-Gold", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 125, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 25, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Incendiary", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 255, "fDef": 40, "wDef": -30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 39, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Stone Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "311-368", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Stone Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "129-166", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Incinerator", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 500, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "121-143", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 18, "wDamPct": -10, "aDamPct": -10, "tDamPct": -10, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Incandescent", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "fDef": 30, "wDef": 30, "aDef": 0, "tDef": 0, "eDef": -50, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 13, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 17, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Incense Burner", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "36-46", "fDam": "31-51", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -5, "atkTier": 0, "hpBonus": 70, "spRegen": 10, "eSteal": 0, "hprRaw": 10, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infected Band", "tier": "Unique", "set": null, "quest": null, "poison": 220, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -60, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 30, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infilak", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 77, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "55-99", "fDam": "55-88", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infatuation", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-70", "fDam": "27-55", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 25, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 48, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 450, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": -60, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 18, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Inferna Flamewreath", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "420-448", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 80, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": -50, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Influence", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "54-66", "fDam": "27-33", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 14, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 46, "ms": 0, "xpb": 19, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -19, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Infinity", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-30", "fDam": "20-30", "wDam": "20-30", "aDam": "20-30", "tDam": "20-30", "eDam": "20-30", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ingrainment", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 230, "fDef": -40, "wDef": 90, "aDef": 0, "tDef": 0, "eDef": 90, "lvl": 59, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 46, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 55, "sdRaw": 0, "mdRaw": 0, "fDamPct": -50, "wDamPct": 0, "aDamPct": 0, "tDamPct": -50, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iniquity", "tier": "Rare", "set": null, "quest": null, "poison": 395, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -40, "aDef": -60, "tDef": 60, "eDef": 40, "lvl": 74, "classReq": null, "strReq": 30, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 6, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Interference", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "3-158", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 28, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -38, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 56, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -21, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Insulation", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 240, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -4, "wDamPct": 0, "aDamPct": 0, "tDamPct": -4, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Inundatio", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 35, "aDef": 0, "tDef": 30, "eDef": -65, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 65, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 42, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iodide", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1180, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 70, "eDef": -60, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ionosphere", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2850, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 90, "eDef": 0, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 145, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ionian", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 488, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-90", "atkSpd": "NORMAL", "lvl": 69, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iris", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "34-36", "fDam": "34-38", "wDam": "34-38", "aDam": "34-38", "tDam": "34-38", "eDam": "34-38", "atkSpd": "SLOW", "lvl": 85, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 1, "sdPct": -10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 14, "wDefPct": 14, "aDefPct": 14, "tDefPct": 14, "eDefPct": 14, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron Grippers", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "20-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "200-500", "eDam": "300-400", "atkSpd": "VERY_SLOW", "lvl": 84, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 455, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 25, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron Knuckle", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "9-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "6-9", "atkSpd": "SUPER_FAST", "lvl": 15, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron Bracer", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 10, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron Incrusted Pants", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 42, "fDef": 0, "wDef": -2, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": -7, "atkTier": 0, "hpBonus": 10, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -5, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron String", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "47-63", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -3, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": -2, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Irradiation", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 487, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-41", "aDam": "0-0", "tDam": "17-72", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 28, "intReq": 28, "agiReq": 0, "defReq": 0, "hprPct": -23, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron Scrap", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 14, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "fDef": 30, "wDef": 0, "aDef": -40, "tDef": 0, "eDef": 30, "lvl": 48, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron Mail", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 40, "fDef": 0, "wDef": 0, "aDef": -2, "tDef": 0, "eDef": 5, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 12, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Island Chain", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "126-144", "fDam": "0-0", "wDam": "160-190", "aDam": "0-0", "tDam": "0-0", "eDam": "160-190", "atkSpd": "SLOW", "lvl": 83, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 2500, "spRegen": 0, "eSteal": 0, "hprRaw": 165, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ironclad", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": 30, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 30, "lvl": 66, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -18, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ivory", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": -1000, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "132-171", "fDam": "0-0", "wDam": "0-0", "aDam": "77-99", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 225, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -40, "eDamPct": 0, "fDefPct": 30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Isaz", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "1-3", "fDam": "0-0", "wDam": "6-9", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ivy", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 50, "thorns": 6, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "20-32", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "10-16", "atkSpd": "SLOW", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jackal Crest", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 20, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 9, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 4, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ivory Bow", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "165-195", "fDam": "15-21", "wDam": "15-21", "aDam": "15-21", "tDam": "15-21", "eDam": "15-21", "atkSpd": "NORMAL", "lvl": 75, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": -10, "aDamPct": -10, "tDamPct": -10, "eDamPct": -10, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jackpot", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 77, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 7, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jag", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 4, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 3, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jate", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 63, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jade Talon", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "108-127", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 66, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 19, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jera", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 500, "fDef": -50, "wDef": -50, "aDef": -50, "tDef": -50, "eDef": -50, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 40, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jiandan Handwraps", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 827, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jewel", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1645, "fDef": 100, "wDef": -80, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Javelin", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "8-14", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 8, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Impeccable Granite Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "230-260", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Joker", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 120, "thorns": 1, "exploding": 1, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-40", "fDam": "0-40", "wDam": "0-0", "aDam": "0-40", "tDam": "0-0", "eDam": "0-40", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 1, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 1, "eSteal": 1, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jingu Headband", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "fDef": 0, "wDef": 6, "aDef": 0, "tDef": 6, "eDef": -12, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 11, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jike", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 60, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 14, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jungle Artifact", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 14, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "140-210", "fDam": "70-210", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "210-280", "atkSpd": "VERY_SLOW", "lvl": 68, "classReq": null, "strReq": 21, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 21, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": -7, "def": 0, "spd": -21, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -77, "mdRaw": 0, "fDamPct": 14, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jilted", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "fDef": 8, "wDef": 8, "aDef": 8, "tDef": 8, "eDef": 8, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 100, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 4, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 6, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jolt of Inspiration", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "21-30", "fDam": "0-0", "wDam": "11-14", "aDam": "0-0", "tDam": "13-22", "eDam": "0-0", "atkSpd": "FAST", "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": -18, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jungle Sludge", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 265, "thorns": 5, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 950, "fDef": 0, "wDef": -60, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -275, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 11, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -7, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Juneberry", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-120", "fDam": "0-0", "wDam": "85-125", "aDam": "85-125", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 7, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 12, "tDamPct": -14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jungle Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "14-19", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jungle Wood Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "23-26", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Juniper", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 8, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 4, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 4, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jungle Wood Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-14", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jungle Wood Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kaas' Fur", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": -12, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Justice", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 600, "fDef": 50, "wDef": -30, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kaleidoscope", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 570, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 47, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 6, "wDefPct": 6, "aDefPct": 6, "tDefPct": 6, "eDefPct": 6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kanata", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "12-32", "fDam": "0-0", "wDam": "0-0", "aDam": "22-32", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kapok", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": -60, "wDef": 60, "aDef": 0, "tDef": -60, "eDef": 60, "lvl": 64, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jungle Wood Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "20-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Karabiner", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "34-48", "fDam": "23-33", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 25, "hprPct": 18, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 4, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Karraska", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 140, "fDef": 0, "wDef": 0, "aDef": -7, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 8, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": -2, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 35, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": -5, "tDefPct": 0, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Katana", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "74-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -20, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Katoa's Warmth", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 185, "fDef": 15, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 45, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 75, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": -25, "mdRaw": -26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kayde", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 7, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kamikaze", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-20", "fDam": "20-24", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 18, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 12, "ls": -8, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": -3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Keeper", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Keen Measure", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "17-18", "fDam": "0-0", "wDam": "11-12", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 3, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": -20, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kaze", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 75, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 11, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kekkai", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-90", "fDam": "0-0", "wDam": "0-0", "aDam": "65-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 11, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -30, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 25, "tDefPct": 10, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kelight's Gauntlet", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 435, "fDef": 0, "wDef": -15, "aDef": -15, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 18, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -7, "aDefPct": -7, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kelvik", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 350, "fDef": 15, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -6, "atkTier": 0, "hpBonus": 80, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": -7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kernel", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -150, "fDef": 0, "wDef": -60, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 0, "fDamPct": 0, "wDamPct": -8, "aDamPct": 0, "tDamPct": 4, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kickback", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3125, "fDef": -75, "wDef": 0, "aDef": 140, "tDef": 0, "eDef": -75, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 80, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 13, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 5, "def": 5, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 365, "fDamPct": 0, "wDamPct": 0, "aDamPct": 22, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -13, "aDefPct": 0, "tDefPct": -13, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kenaz", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "62-71", "fDam": "28-36", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 13, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 150, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": -5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kilpkonn", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 360, "fDef": 0, "wDef": 25, "aDef": 0, "tDef": -15, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 12, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": -12, "atkTier": 0, "hpBonus": 40, "spRegen": 0, "eSteal": 0, "hprRaw": 16, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kilauea", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "88-112", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "80-120", "atkSpd": "FAST", "lvl": 68, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -750, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 115, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kickers", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 34, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -6, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kitten Claw", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "13-42", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-75", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": -4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kilij", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "weapon", "slots": 5, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-5", "tDam": "0-0", "eDam": "2-4", "atkSpd": "FAST", "lvl": 40, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -30, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 90, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": -80, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kindle", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 7, "mr": 0, "sdPct": -20, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 8, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "King of Hearts", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": -1000000, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 3, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 3692, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": -1000000, "mdRaw": -1000000, "fDamPct": 0, "wDamPct": 100, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": -6, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "King of Blocks", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "170-240", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-100", "atkSpd": "SLOW", "lvl": 73, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 6, "aDamPct": 6, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kelight's Shield", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1550, "fDef": 75, "wDef": -60, "aDef": -45, "tDef": 75, "eDef": 60, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 550, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 22, "wDefPct": -8, "aDefPct": 0, "tDefPct": 22, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kizuato", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 11, "exploding": 11, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1550, "fDef": 80, "wDef": -70, "aDef": -70, "tDef": 80, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 140, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kivilu", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-999", "wDam": "0-999", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 45, "hprPct": 15, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 20, "agi": 0, "def": -20, "spd": 0, "atkTier": 0, "hpBonus": -3900, "spRegen": 0, "eSteal": 0, "hprRaw": 465, "sdRaw": 0, "mdRaw": 0, "fDamPct": 31, "wDamPct": 31, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kelight's Toothbrush", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "16-21", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "8-9", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 4, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Knucklebones", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -1835, "ms": -40, "xpb": 25, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 2, "hpBonus": 0, "spRegen": -50, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Knight Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 230, "fDef": 10, "wDef": -5, "aDef": -5, "tDef": 0, "eDef": 10, "lvl": 33, "classReq": null, "strReq": 12, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 12, "hprPct": 20, "mr": 0, "sdPct": -5, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Krakem", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "343-503", "fDam": "0-0", "wDam": "137-229", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 80, "mdRaw": 0, "fDamPct": -16, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kratke", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1000, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 58, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kolkhaar", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 245, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "21-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "13-33", "eDam": "17-29", "atkSpd": "SLOW", "lvl": 43, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -60, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 2, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Krolton's Cruelty", "tier": "Rare", "set": null, "quest": null, "poison": 500, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 40, "wDef": -80, "aDef": 0, "tDef": 60, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 40, "dexReq": 70, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -70, "sdRaw": 0, "mdRaw": 70, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kuiper", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-5", "fDam": "9-17", "wDam": "9-17", "aDam": "9-17", "tDam": "9-17", "eDam": "9-17", "atkSpd": "VERY_SLOW", "lvl": 25, "classReq": null, "strReq": 6, "dexReq": 6, "intReq": 6, "agiReq": 6, "defReq": 6, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": -39, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bronze Basic Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bronze Basic Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Fiber Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 65, "lvl": 95, "classReq": null, "strReq": 100, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 16, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 16, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 5, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bronze Basic Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Fiber Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 80, "lvl": 95, "classReq": null, "strReq": 100, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 12, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 16, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Fusion Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 30, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 95, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Fiber Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 95, "classReq": null, "strReq": 100, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 125, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Fusion Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 95, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Fusion Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 95, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Hydro Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 70, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Hydro Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 70, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Solar Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1500, "fDef": 80, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 100, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 14, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Hydro Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 120, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 12, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Static Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 100, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 100, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 80, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 16, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Static Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 100, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Solar Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 120, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 100, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 12, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Solar Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1000, "fDef": 60, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 100, "hprPct": 16, "mr": 0, "sdPct": -5, "mdPct": -2, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 110, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kuuichi", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 52, "fDef": 0, "wDef": 6, "aDef": 0, "tDef": -2, "eDef": 0, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 10, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Static Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 70, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 100, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 16, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Steam Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -240, "fDef": 0, "wDef": 0, "aDef": 100, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 100, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 16, "str": 0, "dex": 0, "int": 0, "agi": 12, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 16, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Steam Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 135, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 100, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Fiber Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 95, "classReq": null, "strReq": 75, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Steam Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -240, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 100, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 18, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 7, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Fiber Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 95, "classReq": null, "strReq": 75, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 11, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Fiber Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 95, "classReq": null, "strReq": 75, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Fusion Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 7, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 95, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 7, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 375, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Fusion Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 35, "wDef": 35, "aDef": 35, "tDef": 35, "eDef": 35, "lvl": 95, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Fusion Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 95, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Hydro Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 55, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 75, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Solar Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 825, "fDef": 90, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Solar Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1100, "fDef": 65, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 9, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 4, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Hydro Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 55, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 75, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Solar Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 775, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 12, "mr": 0, "sdPct": -3, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 4, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Static Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 4, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -280, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -7, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Static Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 40, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 2, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 33, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 4, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Static Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 75, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 7, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Steam Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -180, "fDef": 0, "wDef": 0, "aDef": 35, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 75, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 14, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Hydro Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 80, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 75, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Fusion Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 95, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 6, "wDefPct": 6, "aDefPct": 6, "tDefPct": 6, "eDefPct": 6, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Steam Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 105, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 75, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Fiber Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 95, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 8, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Legendary Medallion", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Fiber Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 95, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 85, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Fiber Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 95, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Fusion Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Fusion Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 3, "mdPct": 3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Hydro Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 6, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Hydro Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 3, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Hydro Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 5, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Solar Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 900, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 2, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Solar Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 40, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Static Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -280, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 3, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 5, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Static Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 2, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Solar Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 750, "fDef": 70, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Steam Bracelet", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 90, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Steam Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -120, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 1, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 3, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Static Ring", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -210, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 6, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Steam Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -120, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 4, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lacerator", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 195, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "17-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 23, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Laen's Curiosity", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 12, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lake", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 5, "mdRaw": 0, "fDamPct": 0, "wDamPct": 2, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 5, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lapis Necklace", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -25, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Laoc Alcher", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 665, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "114-800", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-343", "eDam": "0-343", "atkSpd": "SUPER_SLOW", "lvl": 70, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 220, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1350, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 455, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Largo", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "50-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-250", "atkSpd": "VERY_SLOW", "lvl": 36, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": -12, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 175, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Last Perdition", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "restrict": null, "nDam": "350-360", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lasting", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 33, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Latchkey", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Layton", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "80-95", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 140, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leadlights", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 3125, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 11, "wDamPct": 11, "aDamPct": 11, "tDamPct": 11, "eDamPct": 11, "fDefPct": 11, "wDefPct": 11, "aDefPct": 11, "tDefPct": 11, "eDefPct": 11, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lead", "tier": "Unique", "set": null, "quest": null, "poison": 235, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -75, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 62, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": -1, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leaning Log", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "175-235", "aDam": "0-0", "tDam": "0-0", "eDam": "190-220", "atkSpd": "VERY_SLOW", "lvl": 92, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -20, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lazybones", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "275-350", "fDam": "0-0", "wDam": "115-150", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lecade's Rank", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leg of the Scared", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1050, "fDef": 0, "wDef": 0, "aDef": 80, "tDef": 0, "eDef": -60, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leech Bow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "19-26", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 7, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leather Face", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 40, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 3, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 5, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Led Balloon", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "97-114", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "51-57", "atkSpd": "SUPER_SLOW", "lvl": 23, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leech Leggings", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 85, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 8, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Legendary Smasher", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 65, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "50-125", "fDam": "25-50", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -5, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leggings of Haste", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 80, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": -50, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gold Steam Necklace", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -180, "fDef": 0, "wDef": 0, "aDef": 75, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 75, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leggings of Desolation", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 800, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 2400, "fDef": 50, "wDef": -200, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": -20, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 240, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -50, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leggings of the Halt", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -19, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": -5, "tDefPct": 10, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leggings of Restoration", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1400, "fDef": 60, "wDef": 60, "aDef": -60, "tDef": -60, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 25, "mr": 1, "sdPct": -7, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leikkuri", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "65-83", "fDam": "25-33", "wDam": "0-0", "aDam": "30-39", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 7, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": -10, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leo", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 4200, "fDef": 200, "wDef": -200, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -30, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1400, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 30, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leictreach Makani", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 35, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 150, "tDef": 150, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 27, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 35, "str": 0, "dex": 15, "int": 0, "agi": 15, "def": 0, "spd": 27, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 35, "tDamPct": 35, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -60, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lemon Legs", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 35, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 125, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 15, "eDef": -5, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": -12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leviathan", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2850, "fDef": 0, "wDef": 90, "aDef": -90, "tDef": -100, "eDef": 100, "lvl": 97, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 7, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 13, "aDamPct": 0, "tDamPct": 0, "eDamPct": 13, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lethality", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 575, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "30-32", "fDam": "30-32", "wDam": "0-0", "aDam": "0-0", "tDam": "30-32", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 110, "ms": -2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ley Lines", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1975, "fDef": 0, "wDef": 90, "aDef": 0, "tDef": 90, "eDef": -175, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -550, "spRegen": 8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lerteco", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -50, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -10, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 145, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 5, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lichcall", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "85-110", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "35-70", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 11, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -30, "aDamPct": -15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Libella", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lichclaw", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "55-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "25-55", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 11, "mdPct": 15, "ls": 135, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Libra", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 3150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 8, "int": 8, "agi": 8, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Life Extractor", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "32-46", "fDam": "32-46", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 35, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 46, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ligfamblawende", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "114-143", "fDam": "229-320", "wDam": "0-0", "aDam": "183-366", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 260, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 800, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lichenwal", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 7, "exploding": 15, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2175, "fDef": 0, "wDef": 0, "aDef": -170, "tDef": 0, "eDef": 170, "lvl": 84, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Oak Wood Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "7-8", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Jungle Wood Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "24-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Birch Wood Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "14-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Kaekell", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 15, "tDef": 15, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 4, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lightningrod", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "33-77", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "33-77", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 23, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lightshow", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "19-23", "wDam": "18-25", "aDam": "17-26", "tDam": "16-27", "eDam": "20-22", "atkSpd": "SUPER_FAST", "lvl": 60, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 70, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 30, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "eDefPct": 30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Light Spruce Wood Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "18-19", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lithium", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 2, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Little Inferno", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 120, "fDef": 0, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Liquified Sun", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-120", "fDam": "100-110", "wDam": "0-0", "aDam": "0-0", "tDam": "60-150", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 1731, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": -20, "fDefPct": 25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Limbo", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "229-343", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-1600", "eDam": "514-514", "atkSpd": "SUPER_SLOW", "lvl": 95, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -4, "sdPct": 0, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -250, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 50, "tDamPct": 15, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lizard", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 18, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Loam", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 180, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "21-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "10-15", "atkSpd": "NORMAL", "lvl": 39, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": -5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 7, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Little Machine", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "13-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "4-8", "eDam": "0-0", "atkSpd": "FAST", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 13, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 25, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lockpick\u058e", "displayName": "Lockpick", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "3-10", "fDam": "0-0", "wDam": "0-0", "aDam": "14-21", "tDam": "14-21", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Loaded Question", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "97-110", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "194-220", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 70, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -10, "agi": 0, "def": -15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 300, "mdRaw": 175, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 30, "eDamPct": 0, "fDefPct": -30, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Locrian", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "28-33", "aDam": "22-33", "tDam": "17-55", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 20, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 115, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 9, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 125, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -40, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -40, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Log Suit", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 21, "fDef": -3, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -2, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Logistics", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1625, "fDef": 0, "wDef": 70, "aDef": 0, "tDef": 70, "eDef": -120, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Long Bow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "40-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-50", "atkSpd": "SLOW", "lvl": 38, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": -5, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lodestone", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 0, "eDef": -15, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 19, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Luas", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Topaz Staff", "displayName": "Lonesome", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "229-366", "tDam": "0-0", "eDam": "309-400", "atkSpd": "SUPER_SLOW", "lvl": 91, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -25, "mdPct": 19, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lost Soul", "tier": "Rare", "type": "spear", "set": null, "quest": "The Lost", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-110", "fDam": "0-0", "wDam": "0-0", "aDam": "80-120", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 260, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 9, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lullaby", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-21", "fDam": "0-0", "wDam": "11-15", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 1, "sdPct": 0, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lucky Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lumina", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "400-457", "fDam": "0-0", "wDam": "0-0", "aDam": "423-434", "tDam": "763-800", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 25, "atkTier": -1, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 975, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 30, "eDamPct": 0, "fDefPct": 0, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lucky Coin", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 30, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Luminis", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -15, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lunar Spine", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "616-616", "fDam": "0-0", "wDam": "0-375", "aDam": "0-375", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": -66, "sdPct": 66, "mdPct": 66, "ls": -370, "ms": 22, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -66, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -333, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 33, "aDamPct": 33, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lust", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "15-65", "wDam": "10-70", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 15, "hprPct": 10, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lurrun", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1650, "fDef": 100, "wDef": 0, "aDef": 80, "tDef": -70, "eDef": -70, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 14, "mr": 0, "sdPct": 0, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Luster Purge", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "15-18", "fDam": "0-0", "wDam": "40-48", "aDam": "35-53", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": -20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -58, "fDamPct": 0, "wDamPct": 15, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lustrous", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "100-200", "fDam": "210-345", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "240-315", "atkSpd": "VERY_SLOW", "lvl": 98, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": -12, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -2400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 390, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lycoris", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 155, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "fDef": 0, "wDef": 15, "aDef": 0, "tDef": 15, "eDef": -40, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": -33, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Luto Aquarum", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "25-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "260-300", "atkSpd": "SLOW", "lvl": 98, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 440, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -25, "atkTier": 0, "hpBonus": 2700, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 195, "fDamPct": 0, "wDamPct": 40, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lydian", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 450, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-70", "atkSpd": "SLOW", "lvl": 39, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -10, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Absolution", "tier": "Mythic", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "288-300", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 115, "hprPct": 0, "mr": 4, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 35, "spd": 0, "atkTier": 0, "hpBonus": 3500, "spRegen": 23, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 200, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 45, "eDefPct": 45, "spPct1": 0, "spRaw1": -4, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Alkatraz", "tier": "Mythic", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "1850-2000", "atkSpd": "SUPER_SLOW", "lvl": 94, "classReq": null, "strReq": 120, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 30, "dex": -15, "int": -15, "agi": -15, "def": -15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aftershock", "tier": "Mythic", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "80-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "1550-1850", "atkSpd": "SUPER_SLOW", "lvl": 77, "classReq": null, "strReq": 80, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 0, "int": 0, "agi": 0, "def": 20, "spd": 0, "atkTier": 0, "hpBonus": 1850, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": -40, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Apocalypse", "tier": "Mythic", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 150, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "490-720", "fDam": "210-630", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 95, "hprPct": -125, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 666, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": 0, "def": 35, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -20, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -50, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": -50, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lightning Edge", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "33-154", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "11-193", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 245, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -120, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Boreal", "tier": "Mythic", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 5000, "fDef": 250, "wDef": 0, "aDef": 375, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 75, "defReq": 75, "hprPct": 192, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 269, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -50, "eDamPct": -50, "fDefPct": 50, "wDefPct": 0, "aDefPct": 50, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Archangel", "tier": "Mythic", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "20-60", "fDam": "0-0", "wDam": "0-0", "aDam": "165-200", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 70, "defReq": 0, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 15, "def": 10, "spd": 41, "atkTier": 0, "hpBonus": 1900, "spRegen": 0, "eSteal": 0, "hprRaw": 120, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Az", "tier": "Mythic", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 5, "drop": "NORMAL", "nDam": "120-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-250", "eDam": "0-0", "atkSpd": "FAST", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 0, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 40, "wDamPct": 40, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -33, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cataclysm", "tier": "Mythic", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 21, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "70-500", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 120, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 20, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -6000, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 17, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dawnbreak", "tier": "Mythic", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 23, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4225, "fDef": 200, "wDef": -200, "aDef": -200, "tDef": 200, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 450, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -15, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -250, "sdRaw": 0, "mdRaw": 5000, "fDamPct": 27, "wDamPct": 0, "aDamPct": 0, "tDamPct": 27, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Divzer", "tier": "Mythic", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "41-43", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "275-275", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 115, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 973, "ms": 6, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 37, "int": 0, "agi": -550, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 342, "mdRaw": 727, "fDamPct": -550, "wDamPct": -550, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Collapse", "tier": "Mythic", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 250, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-90", "fDam": "0-250", "wDam": "0-250", "aDam": "0-250", "tDam": "0-250", "eDam": "0-250", "atkSpd": "SLOW", "lvl": 97, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 40, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 100, "ls": 0, "ms": 4, "xpb": 0, "lb": 0, "ref": 0, "str": 50, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -65, "wDefPct": -65, "aDefPct": -65, "tDefPct": -65, "eDefPct": -65, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Discoverer", "tier": "Mythic", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 154, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Freedom", "tier": "Mythic", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "1-1", "fDam": "115-161", "wDam": "100-176", "aDam": "85-191", "tDam": "60-216", "eDam": "130-146", "atkSpd": "NORMAL", "lvl": 93, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 35, "agiReq": 35, "defReq": 35, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 50, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 150, "mdRaw": 150, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crusade Sabatons", "tier": "Mythic", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 35, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 5050, "fDef": 200, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 125, "lvl": 90, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 31, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 0, "int": 0, "agi": 0, "def": 30, "spd": -15, "atkTier": 0, "hpBonus": 2500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fantasia", "tier": "Mythic", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "260-460", "wDam": "285-435", "aDam": "310-410", "tDam": "345-375", "eDam": "235-485", "atkSpd": "VERY_SLOW", "lvl": 96, "classReq": null, "strReq": 50, "dexReq": 50, "intReq": 50, "agiReq": 50, "defReq": 50, "hprPct": 0, "mr": -5, "sdPct": 30, "mdPct": 0, "ls": 0, "ms": -5, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 50, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -30, "spRaw1": 0, "spPct2": -30, "spRaw2": 0, "spPct3": -30, "spRaw3": 0, "spPct4": -30, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fatal", "tier": "Mythic", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-482", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 110, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 25, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 40, "spRaw1": 0, "spPct2": -70, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grimtrap", "tier": "Mythic", "type": "dagger", "set": null, "quest": null, "poison": 2000, "thorns": 70, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "245-315", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "425-555", "atkSpd": "SLOW", "lvl": 96, "classReq": null, "strReq": 100, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 650, "ms": -2, "xpb": 0, "lb": 0, "ref": 0, "str": 15, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 1, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -2, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gaia", "tier": "Mythic", "type": "wand", "set": null, "quest": null, "poison": 2500, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "200-320", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "480-650", "atkSpd": "VERY_SLOW", "lvl": 97, "classReq": null, "strReq": 105, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 25, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -500, "mdRaw": 500, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -3, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Guardian", "tier": "Mythic", "type": "spear", "set": null, "quest": null, "majorIds": ["GUARDIAN"], "poison": 0, "thorns": 25, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-125", "fDam": "200-255", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 110, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 20, "spd": 0, "atkTier": 0, "hpBonus": 6000, "spRegen": 0, "eSteal": 0, "hprRaw": 715, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Galleon", "tier": "Mythic", "type": "boots", "set": null, "quest": null, "poison": 2308, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 4500, "fDef": 0, "wDef": 250, "aDef": 0, "tDef": -275, "eDef": 200, "lvl": 92, "classReq": null, "strReq": 65, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 25, "ls": 0, "ms": 4, "xpb": 0, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hadal", "tier": "Mythic", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "2210-2650", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 150, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 6, "sdPct": 75, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 80, "spRaw3": 1, "spPct4": 80, "spRaw4": 1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grandmother", "tier": "Mythic", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "245-375", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "600-800", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 110, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -30, "mr": 0, "sdPct": 21, "mdPct": 21, "ls": 0, "ms": 0, "xpb": 15, "lb": 25, "ref": 0, "str": 15, "dex": 0, "int": 0, "agi": 70, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -500, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Idol", "tier": "Mythic", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "330-430", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 120, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 26, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 0, "sdRaw": 427, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": -10, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ignis", "tier": "Mythic", "type": "bow", "set": null, "quest": null, "majorIds": ["ALTRUISM"], "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "200-280", "fDam": "220-320", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 105, "hprPct": 100, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 20, "spd": 0, "atkTier": 0, "hpBonus": 4000, "spRegen": 0, "eSteal": 0, "hprRaw": 500, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 100, "wDefPct": 0, "aDefPct": 50, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": -50, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Inferno", "tier": "Mythic", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "300-360", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 105, "hprPct": -35, "mr": -1, "sdPct": 0, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 20, "spd": 10, "atkTier": 0, "hpBonus": 2000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 200, "fDamPct": 25, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -40, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hero", "tier": "Mythic", "type": "spear", "set": null, "quest": null, "majorIds": ["HERO"], "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "80-100", "fDam": "0-0", "wDam": "0-0", "aDam": "160-190", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 110, "defReq": 0, "hprPct": 40, "mr": 0, "sdPct": 0, "mdPct": 40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 20, "int": 0, "agi": 40, "def": 0, "spd": 40, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Moontower", "tier": "Mythic", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3850, "fDef": 75, "wDef": 125, "aDef": 125, "tDef": 75, "eDef": 75, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 80, "agiReq": 90, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -20, "dex": -20, "int": 50, "agi": 60, "def": -20, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 40, "aDefPct": 40, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lament", "tier": "Mythic", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-115", "fDam": "0-0", "wDam": "245-255", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 110, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -500, "ms": 8, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 20, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 80, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -50, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure", "tier": "Mythic", "type": "wand", "set": null, "quest": null, "majorIds": ["ENTROPY"], "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-5", "fDam": "0-0", "wDam": "20-45", "aDam": "15-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 425, "mdPct": -100, "ls": 0, "ms": 4, "xpb": 30, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nirvana", "tier": "Mythic", "type": "dagger", "set": null, "quest": null, "majorIds": ["ARCANES"], "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "430-520", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 110, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 25, "mdPct": -80, "ls": 0, "ms": -4, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 40, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -2000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Monster", "tier": "Mythic", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "160-205", "fDam": "200-275", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 110, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 40, "ls": 500, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 40, "spd": 0, "atkTier": 0, "hpBonus": 3000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nullification", "tier": "Mythic", "type": "dagger", "set": null, "quest": null, "poison": -7000, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "50-118", "wDam": "65-103", "aDam": "35-133", "tDam": "20-148", "eDam": "80-88", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 30, "agiReq": 30, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 600, "ms": 3, "xpb": 0, "lb": 0, "ref": 80, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 50, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 143, "wDefPct": 143, "aDefPct": 143, "tDefPct": 143, "eDefPct": 143, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Singularity", "tier": "Mythic", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 15, "drop": "NORMAL", "nDam": "0-0", "fDam": "150-400", "wDam": "200-350", "aDam": "100-450", "tDam": "50-500", "eDam": "250-300", "atkSpd": "SUPER_SLOW", "lvl": 99, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 50, "int": 0, "agi": 0, "def": 0, "spd": -40, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 250, "sdRaw": 300, "mdRaw": 600, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slayer", "tier": "Mythic", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3775, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 20, "int": 0, "agi": 0, "def": 0, "spd": 27, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": -270, "sdRaw": 0, "mdRaw": 500, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -55, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Resurgence", "tier": "Mythic", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 4550, "fDef": 125, "wDef": 175, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 0, "defReq": 90, "hprPct": 0, "mr": 6, "sdPct": -40, "mdPct": -50, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 25, "agi": 0, "def": 0, "spd": -14, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 500, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Olympic", "tier": "Mythic", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "465-495", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 105, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 25, "def": 0, "spd": 35, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": -2, "spPct2": 0, "spRaw2": -2, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 6, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Revenant", "tier": "Mythic", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 7000, "fDef": 0, "wDef": 0, "aDef": 70, "tDef": 0, "eDef": 70, "lvl": 99, "classReq": null, "strReq": 70, "dexReq": 0, "intReq": 0, "agiReq": 70, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -70, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 120, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 40, "atkTier": 0, "hpBonus": -2500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 700, "fDamPct": 0, "wDamPct": 0, "aDamPct": 40, "tDamPct": 0, "eDamPct": 40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": -40, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunstar", "tier": "Mythic", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "250-400", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "500-700", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 115, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 625, "ms": 0, "xpb": 0, "lb": 0, "ref": 90, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 769, "fDamPct": 0, "wDamPct": -30, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spring", "tier": "Mythic", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "260-430", "fDam": "0-0", "wDam": "180-270", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 120, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 3, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -40, "int": 20, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": -50, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thrundacrack", "tier": "Mythic", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "100-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "50-255", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 105, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -60, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 45, "int": 0, "agi": 0, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 60, "aDamPct": 0, "tDamPct": 25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stardew", "tier": "Mythic", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4075, "fDef": -100, "wDef": 150, "aDef": -100, "tDef": 150, "eDef": -100, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 75, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 429, "mdRaw": 0, "fDamPct": 0, "wDamPct": 35, "aDamPct": 0, "tDamPct": 35, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Toxoplasmosis", "tier": "Mythic", "type": "relik", "set": null, "quest": null, "poison": 10000, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "3-3", "atkSpd": "VERY_FAST", "lvl": 96, "classReq": null, "strReq": 110, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 500, "ms": 4, "xpb": 0, "lb": 20, "ref": 0, "str": 40, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Warchief", "tier": "Mythic", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 35, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 5225, "fDef": -100, "wDef": -100, "aDef": -100, "tDef": -150, "eDef": -150, "lvl": 98, "classReq": null, "strReq": 80, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 425, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 50, "eDamPct": 40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Weathered", "tier": "Mythic", "type": "dagger", "set": null, "quest": null, "majorIds": ["ROVINGASSASSIN"], "poison": 0, "thorns": 0, "exploding": -50, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-100", "fDam": "0-0", "wDam": "0-0", "aDam": "200-300", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 110, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 20, "def": 0, "spd": 25, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Maelstrom", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "50-90", "aDam": "40-100", "tDam": "60-110", "eDam": "0-0", "atkSpd": "FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 8, "agi": 8, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": -550, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mach", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "18-46", "fDam": "0-0", "wDam": "0-0", "aDam": "12-32", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 15, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Warp", "tier": "Mythic", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 50, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "55-90", "fDam": "0-0", "wDam": "0-0", "aDam": "200-240", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 130, "defReq": 0, "hprPct": -200, "mr": -9, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 90, "str": 0, "dex": 0, "int": 0, "agi": 20, "def": 0, "spd": 180, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -400, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 1, "spPct2": 0, "spRaw2": -100, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magellan's Sail", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1900, "fDef": 0, "wDef": 70, "aDef": 60, "tDef": 0, "eDef": -80, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -90, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 14, "aDamPct": 9, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Macht", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magic Bounce", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 35, "exploding": 35, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "34-40", "fDam": "34-40", "wDam": "34-40", "aDam": "34-40", "tDam": "34-40", "eDam": "34-40", "atkSpd": "FAST", "lvl": 78, "classReq": null, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 35, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": -1, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magmatic Plate", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 19, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1400, "fDef": 0, "wDef": -130, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 22, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 28, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 28, "fDefPct": 0, "wDefPct": -34, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magma Chalice", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "75-100", "fDam": "150-170", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 96, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 31, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 2335, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 20, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magicant", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "5-15", "wDam": "5-15", "aDam": "5-15", "tDam": "5-15", "eDam": "5-15", "atkSpd": "NORMAL", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magmarizer", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 25, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-140", "fDam": "70-90", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-90", "atkSpd": "NORMAL", "lvl": 93, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 3200, "spRegen": 0, "eSteal": 0, "hprRaw": 120, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magnus", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 33, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "457-686", "fDam": "571-771", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": -20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magmawalkers", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 775, "fDef": 15, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 56, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magma Rod", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "74-112", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -35, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": -30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magnitude", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "340-400", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "250-350", "atkSpd": "VERY_SLOW", "lvl": 98, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 0, "aDamPct": -20, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mail of the Sweltering", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 3, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 40, "wDef": -120, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 75, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Maji", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "80-120", "fDam": "0-0", "wDam": "120-160", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 200, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": -8, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 15, "eDefPct": -30, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Major", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 9, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Malachite", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -30, "aDef": 0, "tDef": 20, "eDef": 20, "lvl": 75, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 35, "mdRaw": 33, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Malfunction", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-50", "aDam": "0-0", "tDam": "0-50", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 14, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Maltic's Aid", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 75, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mama Zomble's Memory", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Manablast", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "250-300", "aDam": "0-0", "tDam": "250-300", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 20, "mdPct": -20, "ls": 0, "ms": -3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 308, "mdRaw": -325, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Maltic's Old Spear", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "15-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 7, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mangrove", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 630, "fDef": -65, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 52, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Manaflux", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "fDef": 0, "wDef": 80, "aDef": 0, "tDef": 0, "eDef": -80, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -13, "ls": -75, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Maple", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 11, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "43-57", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "22-34", "atkSpd": "NORMAL", "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": -5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marble Forest", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "160-164", "tDam": "0-0", "eDam": "160-164", "atkSpd": "NORMAL", "lvl": 87, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 15, "dex": -15, "int": 0, "agi": 15, "def": -15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -25, "wDamPct": 0, "aDamPct": 25, "tDamPct": -25, "eDamPct": 25, "fDefPct": -20, "wDefPct": 0, "aDefPct": 20, "tDefPct": -20, "eDefPct": 20, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marble", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 90, "fDef": 4, "wDef": 4, "aDef": 4, "tDef": 4, "eDef": 4, "lvl": 48, "classReq": null, "strReq": 4, "dexReq": 4, "intReq": 4, "agiReq": 4, "defReq": 4, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 12, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marsh Runner", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 920, "fDef": 0, "wDef": 75, "aDef": 0, "tDef": -60, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": -4, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marius' Lament", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -125, "fDef": -25, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": -25, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 29, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marrow", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 24, "mr": 0, "sdPct": 0, "mdPct": -4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marsh Waders", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 788, "thorns": 22, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2300, "fDef": 0, "wDef": 100, "aDef": -100, "tDef": -60, "eDef": 60, "lvl": 86, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Masochist", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": 0, "wDef": 0, "aDef": -40, "tDef": 0, "eDef": 30, "lvl": 59, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 40, "mr": 0, "sdPct": -45, "mdPct": 35, "ls": -230, "ms": -1, "xpb": 15, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Master", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -10, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marvel", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -100, "fDef": 0, "wDef": 15, "aDef": 15, "tDef": 0, "eDef": -25, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 11, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 14, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mazurka", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "1-215", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -750, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 101, "mdRaw": 56, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Medeis", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2950, "fDef": 75, "wDef": 75, "aDef": -100, "tDef": 75, "eDef": -100, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 10, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": -75, "tDamPct": 15, "eDamPct": -75, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Matryoshka Shell", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 20, "drop": "never", "restrict": "Untradable", "hp": 500, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 55, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stratiformis", "tier": "Mythic", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "120-230", "fDam": "0-0", "wDam": "0-0", "aDam": "220-390", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 120, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 20, "def": 0, "spd": 76, "atkTier": 0, "hpBonus": -3000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meanderthal", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 335, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 29, "classReq": null, "strReq": 12, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meep", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -135, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Medico", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 70, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 14, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 22, "spRegen": 0, "eSteal": 0, "hprRaw": 6, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meditation Robe", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 235, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": -25, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 1, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meikyo Shisui", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1500, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Melange", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "11-11", "fDam": "10-12", "wDam": "9-13", "aDam": "7-15", "tDam": "6-16", "eDam": "8-14", "atkSpd": "NORMAL", "lvl": 31, "classReq": null, "strReq": 7, "dexReq": 7, "intReq": 7, "agiReq": 7, "defReq": 7, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 7, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "fDefPct": 7, "wDefPct": 7, "aDefPct": 7, "tDefPct": 7, "eDefPct": 7, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Melon Cutter", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-160", "atkSpd": "NORMAL", "lvl": 58, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -350, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Melted Ruby", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-18", "fDam": "10-14", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 1, "sdPct": 9, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 25, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Melody", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 6, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 24, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 2, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 14, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Memento", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "fDef": 0, "wDef": 150, "aDef": 0, "tDef": -150, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 80, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 15, "mdPct": 0, "ls": -600, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 150, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mender", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 940, "fDef": 60, "wDef": 60, "aDef": 0, "tDef": -80, "eDef": 0, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 20, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -20, "eDamPct": 0, "fDefPct": 10, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meltsteel Greaves", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 11, "exploding": 8, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2050, "fDef": 90, "wDef": -50, "aDef": -50, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meltok", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "3-7", "fDam": "3-5", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mercenary Hood", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 120, "fDef": 4, "wDef": 0, "aDef": 0, "tDef": 6, "eDef": -8, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mercy", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 8, "wDef": 8, "aDef": 8, "tDef": 8, "eDef": 8, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": -2, "mdPct": -2, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mercury Bomb", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 1530, "thorns": 20, "exploding": 39, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "42-48", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": -100, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 30, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 12, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mesarock Arch", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "25-75", "atkSpd": "SLOW", "lvl": 36, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 12, "aDamPct": 12, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meteoric Aegis", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2150, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 85, "classReq": null, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meridian", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "28-32", "fDam": "0-0", "wDam": "14-24", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mesosphere", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 14, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2400, "fDef": 0, "wDef": -70, "aDef": 70, "tDef": 90, "eDef": -90, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 240, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 13, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meteoric Arch", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "150-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 35, "sdRaw": 60, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mighty Pants", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1000, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 61, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Midnight Bell", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-11", "fDam": "0-0", "wDam": "0-0", "aDam": "6-8", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Millennium", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 60, "sdRaw": 120, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mind Cracker", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 3, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 1, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Minor", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 7, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mind Rot", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 420, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1700, "fDef": -15, "wDef": -15, "aDef": -15, "tDef": -15, "eDef": -15, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -12, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 115, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -6, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mirror", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 175, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 14, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Minus", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "75-99", "eDam": "84-90", "atkSpd": "SLOW", "lvl": 42, "classReq": null, "strReq": 18, "dexReq": 18, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": -185, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mirror's Edge", "tier": "Fabled", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 625, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 20, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": -60, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 100, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mirror Shard", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "44-55", "aDam": "0-0", "tDam": "61-85", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 22, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 12, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -71, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Misericorde", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "4-25", "fDam": "14-15", "wDam": "14-15", "aDam": "14-15", "tDam": "14-15", "eDam": "14-15", "atkSpd": "NORMAL", "lvl": 42, "classReq": null, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "hprPct": 0, "mr": -2, "sdPct": -12, "mdPct": 10, "ls": 55, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -28, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Misfit", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "115-117", "eDam": "115-117", "atkSpd": "SUPER_FAST", "lvl": 96, "classReq": null, "strReq": 60, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": -3, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -2, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Misconduct", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "64-139", "aDam": "0-0", "tDam": "32-171", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": -30, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -1100, "spRegen": 0, "eSteal": 0, "hprRaw": -140, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Meteorite", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "10-30", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "15-25", "atkSpd": "FAST", "lvl": 40, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mist Blade", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "13-24", "fDam": "0-0", "wDam": "0-0", "aDam": "7-14", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mist", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1000, "fDef": -100, "wDef": 50, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Missing", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 195, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -23, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -20, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -10, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mistpuff", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "fDef": 0, "wDef": 20, "aDef": 30, "tDef": -60, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 4, "agi": 5, "def": -3, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mithril Leggings", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 350, "fDef": -5, "wDef": -5, "aDef": -5, "tDef": -5, "eDef": 0, "lvl": 39, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mistral", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1800, "fDef": -80, "wDef": 0, "aDef": 80, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 16, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 9, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mistweaver", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "69-75", "fDam": "0-0", "wDam": "69-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 30, "aDefPct": 30, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Moisture", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": 0, "wDef": 15, "aDef": 20, "tDef": -50, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hornet", "displayName": "Missile", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 50, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "53-69", "fDam": "0-0", "wDam": "0-0", "aDam": "107-107", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": -260, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 100, "fDamPct": 40, "wDamPct": 0, "aDamPct": 0, "tDamPct": -20, "eDamPct": 19, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Molotov", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-40", "fDam": "35-55", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mitten", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-12", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 5, "spRegen": 0, "eSteal": 0, "hprRaw": 1, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mixolydian", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "15-21", "fDam": "0-0", "wDam": "0-0", "aDam": "12-17", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Momentum", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 350, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Monk's Cowl", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 52, "fDef": 0, "wDef": 2, "aDef": 0, "tDef": 2, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Monk's Battle Staff", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "110-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "45-75", "atkSpd": "VERY_SLOW", "lvl": 50, "classReq": null, "strReq": 29, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -45, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Molten Flow", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2425, "fDef": 120, "wDef": -130, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 110, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Moonbeam", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2125, "fDef": 0, "wDef": 80, "aDef": 0, "tDef": -120, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 16, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morrowind", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "35-90", "fDam": "0-0", "wDam": "0-0", "aDam": "60-180", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 46, "str": 0, "dex": 0, "int": 0, "agi": 14, "def": 0, "spd": 23, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 165, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 23, "tDamPct": 0, "eDamPct": -15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 23, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mortar", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 2, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 140, "fDef": 0, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 10, "lvl": 28, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -10, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Moonsetter", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-75", "fDam": "45-60", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": -5, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Montefiore", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1340, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morning Star", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-140", "fDam": "80-140", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -5, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Moulded Helm", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1050, "fDef": 0, "wDef": 0, "aDef": -80, "tDef": 0, "eDef": 100, "lvl": 67, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 40, "fDefPct": 0, "wDefPct": 0, "aDefPct": -20, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Moss", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2300, "fDef": 0, "wDef": 65, "aDef": 0, "tDef": 0, "eDef": 65, "lvl": 81, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": -5, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 25, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mountain Spirit", "tier": "Rare", "type": "dagger", "set": null, "quest": "The Lost", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "105-140", "fDam": "0-0", "wDam": "0-0", "aDam": "40-80", "tDam": "40-80", "eDam": "0-0", "atkSpd": "FAST", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 145, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mosaic", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "45-65", "wDam": "45-65", "aDam": "45-65", "tDam": "45-65", "eDam": "45-65", "atkSpd": "SLOW", "lvl": 76, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": -9, "mdPct": -9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mouth of Fate", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "114-124", "tDam": "94-144", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 38, "intReq": 0, "agiReq": 38, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 9, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 170, "mdRaw": 140, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Msitu", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "60-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-140", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": -8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -30, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 15, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Martyr", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 15, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 30, "hprPct": -12, "mr": 0, "sdPct": 8, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -36, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mountaintop", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2600, "fDef": 0, "wDef": -70, "aDef": 70, "tDef": -150, "eDef": 150, "lvl": 92, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 225, "fDamPct": -12, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mud Leggings", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 46, "fDef": 0, "wDef": 5, "aDef": -7, "tDef": 0, "eDef": 5, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 4, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mudskipper", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": 0, "wDef": 60, "aDef": 60, "tDef": -100, "eDef": 60, "lvl": 70, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 25, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Muddy Soles", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 410, "fDef": 0, "wDef": 10, "aDef": -20, "tDef": 0, "eDef": 15, "lvl": 45, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 8, "aDefPct": 0, "tDefPct": 10, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Muscle Shirt", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 140, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mullberry", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-22", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "4-10", "atkSpd": "NORMAL", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 15, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Muskeg", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 780, "fDef": 0, "wDef": 45, "aDef": -55, "tDef": 0, "eDef": 45, "lvl": 53, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -4, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Murk", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 970, "fDef": 0, "wDef": 55, "aDef": 0, "tDef": -65, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 85, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 8, "eDamPct": -6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -8, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mustard Helmet", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 3, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 90, "fDef": -10, "wDef": 5, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 22, "classReq": null, "strReq": 3, "dexReq": 0, "intReq": 3, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mycelium Plating", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 620, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3025, "fDef": 0, "wDef": 0, "aDef": -110, "tDef": 0, "eDef": 130, "lvl": 96, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -100, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mvuke", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "50-90", "fDam": "90-130", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": -8, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 0, "tDefPct": -30, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mystic Sandals", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 85, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": -10, "eDef": 0, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Myelin", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2250, "fDef": 0, "wDef": 120, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -25, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -575, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 120, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mythical Trousers", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 20, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 37, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 27, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -7, "aDamPct": -7, "tDamPct": -7, "eDamPct": -7, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mystical Lance", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-143", "fDam": "0-0", "wDam": "0-0", "aDam": "44-44", "tDam": "44-44", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 18, "int": 0, "agi": 18, "def": -22, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -96, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -41, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Abysso Galoshes", "tier": "Legendary", "type": "boots", "set": null, "quest": "Beneath the Depths", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Quest Item", "hp": 1400, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 80, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -35, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Dagger", "displayName": "Air Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "39-66", "fDam": "0-0", "wDam": "0-0", "aDam": "39-66", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 85, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Abyssal Amulet", "tier": "Legendary", "set": null, "quest": "Eye of the Storm", "poison": 450, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 30, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 75, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Aerolia Boots", "tier": "Unique", "type": "boots", "set": null, "quest": "Suspended Flowers", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 55, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Altum Spatium", "tier": "Legendary", "set": null, "quest": "???\u058e", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 251, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 19, "lb": 0, "ref": 19, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Amulet of Rejuvenation", "tier": "Rare", "set": null, "quest": "Aldorei^s Secret Part II", "poison": -20000, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 1000, "mr": 0, "sdPct": -500, "mdPct": -500, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -300, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 65, "sdRaw": -10000, "mdRaw": -10000, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ancient Runic Relik", "tier": "Legendary", "type": "relik", "set": null, "quest": "Reincarnation", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "300-330", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Relik", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "25-65", "fDam": "0-0", "wDam": "0-0", "aDam": "25-65", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Avalanche", "tier": "Rare", "type": "helmet", "set": null, "quest": "Fate of the Fallen", "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 225, "fDef": -20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 10, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": -12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bear Mask", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 55, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 4, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bob's Battle Chestplate", "tier": "Unique", "type": "chestplate", "set": null, "quest": "Bob's Lost Soul", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 8, "lb": 8, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blood Moon", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1300, "fDef": 0, "wDef": -75, "aDef": 0, "tDef": 0, "eDef": 75, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -50, "mdPct": 50, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -150, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bob's Mythic Bow", "tier": "Legendary", "type": "bow", "set": null, "quest": "Reincarnation", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "405-475", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bob's Mythic Daggers", "tier": "Legendary", "type": "dagger", "set": null, "quest": "Reincarnation", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "175-245", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bob's Mythic Wand", "tier": "Legendary", "type": "wand", "set": null, "quest": "Reincarnation", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "125-195", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Anya's Penumbra", "tier": "Fabled", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -14, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 1, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mech Core", "tier": "Rare", "set": null, "quest": "Desperate Metal", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 50, "wDef": -25, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 10, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -5, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 630, "spRegen": 0, "eSteal": 0, "hprRaw": 75, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bovine Cuff", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calamaro's Bow", "tier": "Rare", "type": "bow", "set": null, "quest": "Underice", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "17-27", "fDam": "0-0", "wDam": "20-31", "aDam": "11-16", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breathing Helmet I", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Quest Item", "hp": 20, "fDef": 0, "wDef": 5, "aDef": 0, "tDef": -3, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calamaro's Relik", "tier": "Rare", "type": "relik", "set": null, "quest": "Underice", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "21-23", "fDam": "0-0", "wDam": "25-26", "aDam": "13-14", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Veil", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 105, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 570, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": -30, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 49, "ms": 1, "xpb": -8, "lb": -8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Breathing Helmet II", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 300, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": -40, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calamaro's Sword", "tier": "Rare", "type": "dagger", "set": null, "quest": "Underice", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "15-25", "fDam": "0-0", "wDam": "18-28", "aDam": "9-14", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Changeling's Chestplate", "tier": "Rare", "type": "chestplate", "set": null, "quest": "General's Orders", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 1900, "fDef": 55, "wDef": 55, "aDef": 55, "tDef": 55, "eDef": 55, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": -1, "dex": -1, "int": -1, "agi": -1, "def": -1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calamaro's Spear", "tier": "Rare", "type": "spear", "set": null, "quest": "Underice", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "14-22", "fDam": "0-0", "wDam": "17-25", "aDam": "7-12", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calamaro's Staff", "tier": "Rare", "type": "wand", "set": null, "quest": "Underice", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "12-18", "fDam": "0-0", "wDam": "16-22", "aDam": "6-10", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Climbing Helmet", "tier": "Unique", "type": "helmet", "set": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Quest Item", "hp": 350, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 30, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 56, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clearsight Spectacles", "tier": "Legendary", "type": "helmet", "set": null, "quest": "Taproot", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Quest Item", "hp": 1500, "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 15, "ref": 50, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Confusing Cap", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 99, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Contest Wynner Cap", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 5, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dark Diadem", "tier": "Rare", "set": null, "quest": "The Dark Descent", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloak of Luminosity", "tier": "Rare", "type": "chestplate", "set": null, "quest": "The Realm of Light", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1800, "fDef": 0, "wDef": 75, "aDef": 0, "tDef": 75, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Digested Corpse", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 480, "thorns": 20, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1400, "fDef": 0, "wDef": -60, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -140, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -9, "sdRaw": 0, "mdRaw": 125, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragon's Eye Bracelet", "tier": "Fabled", "set": null, "quest": "The Order of the Grook", "poison": 0, "thorns": 0, "exploding": 5, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 25, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 11, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Dagger", "displayName": "Earth Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "never", "nDam": "85-110", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "85-110", "atkSpd": "NORMAL", "lvl": 65, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dull Ancient Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Draoi Fair", "tier": "Fabled", "set": null, "quest": "The Order of the Grook", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 60, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Emerald Knife", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "42-68", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 23, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 7, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Relik", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "55-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "55-100", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Essren's Coat", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 20, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Factory Helmet", "tier": "Unique", "type": "helmet", "set": null, "quest": "An Iron Heart Part I", "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Quest Item", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 15, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Dagger", "displayName": "Fire Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "55-70", "fDam": "55-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 920, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Empowered Ancient Helmet", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Quest Item", "hp": 1400, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": -50, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Relik", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "40-70", "fDam": "40-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 335, "spRegen": 0, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Generator Amulet", "tier": "Rare", "set": null, "quest": "Heart of Llevigar", "poison": 0, "thorns": 0, "exploding": 5, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 10, "wDef": 10, "aDef": -10, "tDef": 10, "eDef": -20, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 20, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Wire", "tier": "Rare", "type": "leggings", "set": null, "quest": "From The Mountains", "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 1600, "fDef": 120, "wDef": -90, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 35, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gerten Ritual Mask", "tier": "Rare", "type": "helmet", "set": null, "quest": "The Hunger of Gerts Part 2", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 1800, "fDef": 0, "wDef": 0, "aDef": -60, "tDef": 0, "eDef": 100, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gernald's Amulet", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 70, "fDef": 7, "wDef": 7, "aDef": 7, "tDef": 7, "eDef": 7, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": -4, "lb": 11, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Giant's Ring", "tier": "Unique", "set": null, "quest": "The Bigger Picture", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 250, "fDef": 0, "wDef": 0, "aDef": -10, "tDef": 0, "eDef": 30, "lvl": 76, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": -3, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -8, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gnome's Ring", "tier": "Unique", "set": null, "quest": "The Bigger Picture", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -250, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": -10, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": -8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gnomish Topper", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glaciate", "tier": "Rare", "type": "leggings", "set": null, "quest": "Frost Bite", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 420, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": 0, "eDef": -30, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 10, "ref": 20, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Guard's Uniform", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 1150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hallowynn Mask", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 115, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 5, "eDef": 0, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Greaves of Honor", "tier": "Rare", "type": "leggings", "set": null, "quest": "An Iron Heart Part II", "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1050, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helmet of Legends", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Quest Item", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Helmet of Shimmering Light", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Quest Item", "hp": 1850, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hide of Gregg'r", "tier": "Rare", "type": "chestplate", "set": null, "quest": "Green Skinned Trouble", "poison": 0, "thorns": 0, "exploding": 8, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 600, "fDef": 40, "wDef": -50, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lazarus' Brace", "tier": "Rare", "set": null, "quest": "Lazarus Pit", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -250, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Olux's Prized Bow", "tier": "Legendary", "type": "bow", "set": null, "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "60-100", "fDam": "0-0", "wDam": "60-80", "aDam": "0-0", "tDam": "0-0", "eDam": "80-120", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mask of the Dark Curse", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 70, "fDef": 0, "wDef": -5, "aDef": 0, "tDef": 10, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 6, "mdPct": 0, "ls": 7, "ms": 1, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mummy's Rag", "tier": "Legendary", "type": "chestplate", "set": null, "quest": "Wrath of the Mummy", "poison": 0, "thorns": 5, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 400, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 20, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 1, "hpBonus": 0, "spRegen": -3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Howler Hide", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 430, "fDef": -20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 25, "lvl": 41, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 16, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Olux's Prized Relik", "tier": "Legendary", "type": "relik", "set": null, "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "60-64", "fDam": "0-0", "wDam": "40-48", "aDam": "0-0", "tDam": "0-0", "eDam": "70-72", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Olux's Prized Spear", "tier": "Legendary", "type": "spear", "set": null, "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "40-70", "fDam": "0-0", "wDam": "25-40", "aDam": "0-0", "tDam": "0-0", "eDam": "65-90", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Olux's Prized Dagger", "tier": "Legendary", "type": "dagger", "set": null, "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "25-45", "fDam": "0-0", "wDam": "25-40", "aDam": "0-0", "tDam": "0-0", "eDam": "55-60", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ominous Wind", "tier": "Rare", "set": null, "quest": "One Thousand Meters Under", "poison": 0, "thorns": 10, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -400, "fDef": 0, "wDef": 0, "aDef": 55, "tDef": 0, "eDef": 55, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": -4, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Orc Mask", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Quest Item", "hp": 900, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Upgraded Orc Mask", "tier": "Unique", "type": "helmet", "set": null, "quest": "A Fighting Species", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 1100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Olux's Prized Wand", "tier": "Legendary", "type": "wand", "set": null, "quest": "The Shadow of the Beast", "poison": 295, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "15-40", "fDam": "0-0", "wDam": "15-30", "aDam": "0-0", "tDam": "0-0", "eDam": "30-50", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ornate Shadow Cloud", "tier": "Fabled", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 100, "eDef": 100, "lvl": 103, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 200, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ornate Shadow Cowl", "tier": "Fabled", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 100, "eDef": 100, "lvl": 103, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 200, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bob's Mythic Spear", "tier": "Legendary", "type": "spear", "set": null, "quest": "Reincarnation", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "260-330", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ornate Shadow Cover", "tier": "Fabled", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 100, "eDef": 100, "lvl": 103, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 200, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Paw", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 16, "def": 0, "spd": 30, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -6, "wDamPct": -6, "aDamPct": 24, "tDamPct": 0, "eDamPct": -18, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Phoenix Prince's Crown", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 3900, "fDef": 125, "wDef": -125, "aDef": 125, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 35, "hprPct": 27, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 7, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 205, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ornate Shadow Garb", "tier": "Fabled", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 4000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 100, "eDef": 100, "lvl": 103, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 200, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pendant of Prosperity", "tier": "Rare", "set": null, "quest": "Fantastic Voyage", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 16, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -100, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quartron's Eye", "tier": "Rare", "set": null, "quest": "Rise of the Quartron", "poison": 0, "thorns": 0, "exploding": 10, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -60, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Psychomend Vest", "tier": "Rare", "type": "chestplate", "set": null, "quest": "Shattered Minds", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 19, "mr": 0, "sdPct": -15, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 600, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Detective's Ring", "tier": "Rare", "set": null, "quest": "Murder Mystery", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Purified Helmet of the Legends", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Quest Item", "hp": 1450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quicksand Crossers", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 235, "fDef": 0, "wDef": -20, "aDef": 10, "tDef": 0, "eDef": 10, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Raging Wind", "tier": "Rare", "set": null, "quest": "Beyond the Grave", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": -20, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 9, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Randall's Leg Plating", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 17, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Renda Langit", "tier": "Fabled", "set": null, "quest": "The Order of the Grook", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 175, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -8, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": -1, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Relik", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "20-22", "fDam": "20-22", "wDam": "20-22", "aDam": "20-22", "tDam": "20-22", "eDam": "20-22", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ring of Generosity", "tier": "Rare", "set": null, "quest": "Memory Paranoia", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 350, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Restored Ancient Helmet", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 2100, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ring of Rubies", "tier": "Rare", "set": null, "quest": "Flight in Distress", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -280, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 8, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pirate Queen's Ring of Rubies", "tier": "Rare", "set": null, "quest": "Flight in Distress", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Royal Cyclone Amulet", "tier": "Legendary", "set": null, "quest": "WynnExcavation Site D", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Royal Dusty Amulet", "tier": "Legendary", "set": null, "quest": "WynnExcavation Site D", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Royal Blazing Amulet", "tier": "Legendary", "set": null, "quest": "WynnExcavation Site D", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 650, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bandit's Knuckle", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -25, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 3, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 6, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Royal Shocking Amulet", "tier": "Legendary", "set": null, "quest": "WynnExcavation Site D", "poison": 0, "thorns": 5, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bandit's Bangle", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -15, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Royal Stormy Amulet", "tier": "Legendary", "set": null, "quest": "WynnExcavation Site D", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Builder's Breastplate", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bandit's Locket", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -10, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bandit's Ring", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -20, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Builder's Boots", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "GM's Helmet", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "GM's Boots", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Builder's Trousers", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Builder's Helmet", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sandshooter", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "25-125", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "25-75", "atkSpd": "SLOW", "lvl": 36, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "GM's Breastplate", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "GM's Trousers", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Santa Boots", "tier": "Rare", "type": "boots", "set": null, "quest": "Meaningful Holiday", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 275, "fDef": 20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 55, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Santa Hat", "tier": "Rare", "type": "helmet", "set": null, "quest": "Craftmas Chaos", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 230, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 25, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sandslasher", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "55-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 36, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -20, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Santa's Coat", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 260, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 40, "spRegen": 0, "eSteal": 0, "hprRaw": 15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seekers Aid", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Santa's Pants", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 250, "fDef": 0, "wDef": 25, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 35, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shameful Greaves", "tier": "Rare", "type": "leggings", "set": null, "quest": "An Iron Heart Part II", "poison": 285, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1050, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 75, "ms": 0, "xpb": 0, "lb": 30, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skeletal Legs", "tier": "Rare", "type": "leggings", "set": null, "quest": "Pit of the Dead", "poison": 41, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 144, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 11, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -3, "spd": 0, "atkTier": 0, "hpBonus": -30, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shadow Spear", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "1-111", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 4, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": -60, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sound Proof Earmuff", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 50, "eDef": -50, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sodeta Boots", "tier": "Legendary", "type": "boots", "set": null, "quest": "Lost Soles", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 14, "mr": 2, "sdPct": 22, "mdPct": 0, "ls": 50, "ms": 0, "xpb": 24, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Queen's Headpiece", "tier": "Rare", "type": "helmet", "set": null, "quest": "Royal Trials", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2700, "fDef": 0, "wDef": 0, "aDef": 100, "tDef": 75, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 19, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 7, "hprRaw": 0, "sdRaw": 0, "mdRaw": 360, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 12, "eDamPct": 0, "fDefPct": -25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Temporal Cage", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -7, "sdRaw": 20, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunblight Boots", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Quest Item", "hp": 1650, "fDef": 0, "wDef": 80, "aDef": -90, "tDef": -90, "eDef": 100, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Juggernaut", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 275, "fDef": 10, "wDef": -10, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -15, "atkTier": 0, "hpBonus": 77, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Treat", "tier": "Set", "set": null, "quest": "A Grave Mistake", "poison": 0, "thorns": 0, "exploding": -10, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thoracic", "tier": "Rare", "type": "chestplate", "set": null, "quest": "The Sewers of Ragni", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 45, "fDef": 0, "wDef": 0, "aDef": -2, "tDef": 5, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": -2, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Dagger", "displayName": "Thunder Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "22-99", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "22-99", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 70, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Treasure Boots", "tier": "Unique", "type": "boots", "set": null, "quest": "Underwater", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 24, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Relik", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "10-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-80", "eDam": "0-0", "atkSpd": "FAST", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 59, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Trick", "tier": "Set", "set": null, "quest": "A Grave Mistake", "poison": 0, "thorns": 0, "exploding": 10, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": -10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Troms Kid Badge", "tier": "Rare", "set": null, "quest": "Out of my Mind\u058e", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 4, "eSteal": 0, "hprRaw": 19, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Dagger", "displayName": "Water Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "55-65", "fDam": "0-0", "wDam": "55-65", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dodegar's Ultimate Weapon", "tier": "Legendary", "type": "dagger", "set": null, "quest": "The Ultimate Weapon", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": "Untradable", "nDam": "1-3", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vindicator", "tier": "Fabled", "set": null, "quest": "The Mercenary", "majorIds": ["MAGNET"], "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vandalizer", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 0, "drop": "never", "nDam": "0-0", "fDam": "50-100", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 39, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 15, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wynnter Fair 2017 Souvenir", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Relik", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "50-60", "fDam": "0-0", "wDam": "50-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wynnter Fair 2016 Souvenir", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Naga Viper", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 275, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 940, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": -125, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Necklace of a Thousand Storms", "tier": "Fabled", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -300, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 14, "aDamPct": 14, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yellow Content Cap of Fame", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 5, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nature's Gift", "tier": "Legendary", "set": null, "quest": null, "poison": 240, "thorns": 8, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -50, "wDef": 20, "aDef": 20, "tDef": 0, "eDef": 20, "lvl": 61, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 8, "eSteal": 0, "hprRaw": 35, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -18, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nacreous", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 600, "fDef": 30, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 51, "classReq": null, "strReq": 11, "dexReq": 11, "intReq": 11, "agiReq": 11, "defReq": 11, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 9, "lb": 9, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Namazu", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "286-400", "fDam": "0-0", "wDam": "366-457", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 81, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": -3, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 390, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 18, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cancer", "displayName": "Necrosis", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 4000, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3200, "fDef": 0, "wDef": 0, "aDef": -150, "tDef": 200, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 105, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -1000, "mdPct": -1000, "ls": 440, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 3, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Naragath's Hoof", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 850, "fDef": 60, "wDef": -100, "aDef": 0, "tDef": 60, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": -6, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -20, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -20, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nemract's Bow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-29", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Needle Cuff", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 11, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 14, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Narima Pasukan", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 9, "wDamPct": 9, "aDamPct": 9, "tDamPct": 9, "eDamPct": 9, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nebulous", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 99, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 65, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nemract's Rage", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-30", "fDam": "0-0", "wDam": "30-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 23, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Neolithic", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 160, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 20, "mr": 0, "sdPct": -10, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 80, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Neodymium", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 25, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 6, "eDef": -2, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 4, "sdRaw": 4, "mdRaw": 5, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nemract's Ruin", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 235, "fDef": 0, "wDef": 20, "aDef": -10, "tDef": -10, "eDef": 20, "lvl": 27, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 52, "fDamPct": -6, "wDamPct": 10, "aDamPct": 0, "tDamPct": -6, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nepta Floodbringer", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "96-112", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 80, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 13, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1750, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": -100, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Neon", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nephilim", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2075, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 12, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nesaak's Shadow", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 730, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 65, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nesaak's Will", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "46-68", "fDam": "0-0", "wDam": "21-29", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 46, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nerium Long Spear", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 360, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-80", "fDam": "0-0", "wDam": "0-0", "aDam": "77-97", "tDam": "0-0", "eDam": "77-97", "atkSpd": "VERY_SLOW", "lvl": 59, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nerium Old Spear", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 180, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "60-80", "fDam": "0-0", "wDam": "0-0", "aDam": "24-30", "tDam": "0-0", "eDam": "24-30", "atkSpd": "VERY_SLOW", "lvl": 39, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nether's Scar", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 525, "thorns": 0, "exploding": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4000, "fDef": 140, "wDef": -140, "aDef": -140, "tDef": 140, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 115, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 16, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -75, "sdRaw": 0, "mdRaw": 0, "fDamPct": 14, "wDamPct": 0, "aDamPct": 0, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nether's Reach", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 3000, "fDef": 100, "wDef": -150, "aDef": 0, "tDef": 100, "eDef": -120, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 13, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 240, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 450, "spRegen": 0, "eSteal": 0, "hprRaw": 140, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": -15, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nettle", "tier": "Unique", "set": null, "quest": null, "poison": 40, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -4, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 4, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nether's Deep", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "70-100", "fDam": "40-60", "wDam": "0-0", "aDam": "0-0", "tDam": "20-70", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 23, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 225, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1154, "spRegen": -8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 12, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Neuron", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 2425, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": -150, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Niflheim", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "130-140", "fDam": "0-0", "wDam": "50-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -2, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "eDefPct": 30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nehza", "displayName": "Nezha", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 350, "fDef": -70, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 90, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nerium Great Spear", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-90", "fDam": "0-0", "wDam": "0-0", "aDam": "180-260", "tDam": "0-0", "eDam": "180-260", "atkSpd": "VERY_SLOW", "lvl": 85, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 260, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Neutrino", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": -3000, "thorns": 23, "exploding": -100, "category": "armor", "slots": 6, "drop": "NORMAL", "hp": 3575, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 40, "agiReq": 40, "defReq": 40, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 23, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 23, "wDefPct": 23, "aDefPct": 23, "tDefPct": 23, "eDefPct": 23, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "NightMail", "displayName": "Nightmail", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 56, "fDef": -3, "wDef": 0, "aDef": 3, "tDef": 3, "eDef": -3, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 3, "intReq": 0, "agiReq": 3, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nightstar", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "140-180", "fDam": "0-0", "wDam": "100-120", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 6, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "NightVest", "displayName": "Nightvest", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2150, "fDef": -100, "wDef": 0, "aDef": 175, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 20, "def": -15, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Night Rush", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "182-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 30, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 35, "tDamPct": 0, "eDamPct": -20, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nimble Fingers", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -4, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nighthawk", "tier": "Fabled", "type": "helmet", "set": null, "quest": null, "majorIds": ["HAWKEYE"], "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -125, "eDef": 0, "lvl": 94, "classReq": "Archer", "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 300, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nightling", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1250, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 80, "eDef": -100, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 3, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 135, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nitre", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 45, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 660, "fDef": -20, "wDef": -30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": -15, "mr": 0, "sdPct": 11, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nimbus", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "44-99", "aDam": "77-121", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nightlife", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "100-116", "wDam": "0-0", "aDam": "0-0", "tDam": "100-332", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 32, "intReq": 0, "agiReq": 0, "defReq": 32, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 11, "ls": 240, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 11, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 11, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 35, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nivla's Arch", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 250, "thorns": 5, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "122-136", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "80-96", "atkSpd": "VERY_SLOW", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Noble Phantasm", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-180", "fDam": "120-200", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 30, "spd": 0, "atkTier": 0, "hpBonus": 2700, "spRegen": 0, "eSteal": 0, "hprRaw": 153, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -60, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nightshade", "tier": "Unique", "set": null, "quest": null, "poison": 400, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nipun", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 27, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Noise Stream", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "1-1", "wDam": "1-1", "aDam": "1-219", "tDam": "1-1", "eDam": "1-1", "atkSpd": "VERY_FAST", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 210, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 10, "fDefPct": -10, "wDefPct": -10, "aDefPct": 0, "tDefPct": -10, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Noisemaker", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 525, "fDef": -15, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": -15, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": -120, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 13, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nuance", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2200, "fDef": 0, "wDef": -50, "aDef": 0, "tDef": 0, "eDef": -50, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 8, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 240, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -25, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Noctilucent", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-10", "fDam": "0-0", "wDam": "15-25", "aDam": "10-30", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 17, "agiReq": 17, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nucleoken", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "15-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 26, "classReq": null, "strReq": 2, "dexReq": 2, "intReq": 2, "agiReq": 2, "defReq": 2, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nutrition", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oak Wood Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "5-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Noun", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "40-360", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": -7, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 16, "eDamPct": -32, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oak Wood Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "5-7", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oak Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "3-5", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nymeria", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-12", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-18", "eDam": "0-0", "atkSpd": "FAST", "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oak Wood Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "3-6", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oak Wood Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": "Untradable", "nDam": "2-4", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Obsidian", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "40-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "38-52", "atkSpd": "SLOW", "lvl": 41, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oasis", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "36-37", "fDam": "0-0", "wDam": "108-128", "aDam": "0-0", "tDam": "0-0", "eDam": "108-128", "atkSpd": "SLOW", "lvl": 51, "classReq": null, "strReq": 18, "dexReq": 0, "intReq": 18, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 24, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nordstrom", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "28-54", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "20-38", "atkSpd": "SLOW", "lvl": 49, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Obsidian Spire", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "105-115", "fDam": "140-160", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "125-135", "atkSpd": "VERY_SLOW", "lvl": 61, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 36, "wDefPct": -24, "aDefPct": 0, "tDefPct": 0, "eDefPct": 18, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ocelot Claw", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "11-18", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-28", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ocean Blade", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "1-20", "fDam": "0-0", "wDam": "15-20", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 25, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Octahedron", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "20-44", "wDam": "24-40", "aDam": "16-48", "tDam": "12-52", "eDam": "28-36", "atkSpd": "FAST", "lvl": 91, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 16, "mdPct": -32, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 8, "int": 8, "agi": 8, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "October Fires", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 55, "exploding": 40, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "730-740", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 65, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 130, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 12, "spd": 0, "atkTier": 0, "hpBonus": -828, "spRegen": 0, "eSteal": 0, "hprRaw": 90, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Odyssey", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 61, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": -75, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 14, "wDamPct": 14, "aDamPct": 14, "tDamPct": 14, "eDamPct": 14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ohms' Wish", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-50", "fDam": "0-0", "wDam": "0-0", "aDam": "10-30", "tDam": "20-40", "eDam": "0-0", "atkSpd": "FAST", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ogre Faceplate", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1925, "fDef": 0, "wDef": 0, "aDef": -110, "tDef": 0, "eDef": 75, "lvl": 83, "classReq": null, "strReq": 30, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -4, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 1400, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oktavist", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "220-290", "fDam": "520-575", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 16, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 150, "sdRaw": 0, "mdRaw": 650, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Old Keeper's Ring", "tier": "Legendary", "set": null, "quest": null, "majorIds": ["GREED"], "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -109, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 22, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -300, "spRegen": 0, "eSteal": 6, "hprRaw": -50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Okit", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 55, "fDef": 10, "wDef": -2, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Omega", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": -50, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "43-149", "eDam": "43-149", "atkSpd": "SUPER_FAST", "lvl": 93, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -40, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -11, "agi": -11, "def": -11, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 150, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Olive", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 600, "fDef": -30, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 98, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oni Helm", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 240, "fDef": 0, "wDef": -15, "aDef": 0, "tDef": 20, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 19, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Old Maple Spear", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "78-102", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "57-80", "atkSpd": "SLOW", "lvl": 64, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "One For All", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3800, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": -150, "lvl": 99, "classReq": null, "strReq": 80, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": -3, "int": -3, "agi": -3, "def": -3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 150, "mdRaw": -195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Omnitread Boots", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 90, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "One Thousand Voices", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 100, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "200-210", "fDam": "0-0", "wDam": "0-0", "aDam": "200-210", "tDam": "200-210", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 44, "intReq": 0, "agiReq": 44, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 0, "fDamPct": 45, "wDamPct": -25, "aDamPct": 0, "tDamPct": 0, "eDamPct": -25, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -33, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Onion Ring", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ophiuchus", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3800, "fDef": 100, "wDef": 100, "aDef": 0, "tDef": 0, "eDef": -200, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 70, "agiReq": 0, "defReq": 70, "hprPct": 0, "mr": 2, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 0, "tDamPct": -40, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -40, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Opalite", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -5, "wDefPct": -2, "aDefPct": -5, "tDefPct": -5, "eDefPct": -5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Onyx", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-70", "fDam": "10-60", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "35-35", "atkSpd": "SLOW", "lvl": 51, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Opulenity", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 63, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ormrod's Isolation", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -15, "aDef": 5, "tDef": 0, "eDef": 10, "lvl": 33, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -7, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Orient", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "100-160", "wDam": "120-140", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 35, "hprPct": 10, "mr": 2, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Orographine", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 1350, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 73, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": -12, "atkTier": 0, "hpBonus": 400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ouroboros", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 6, "dexReq": 6, "intReq": 6, "agiReq": 6, "defReq": 6, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 110, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Overcharger", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "335-450", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 70, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -220, "ms": 4, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": -700, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Overdrive", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "136-144", "aDam": "0-0", "tDam": "136-144", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 44, "intReq": 44, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 1150, "mdPct": -35, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 7, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -100, "sdRaw": 1150, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Overgrown", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 650, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "205-225", "atkSpd": "NORMAL", "lvl": 96, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -40, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 19, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Overclocker", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "39-69", "aDam": "0-0", "tDam": "39-69", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -21, "wDefPct": 0, "aDefPct": -21, "tDefPct": 0, "eDefPct": -21, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oxalate", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-40", "fDam": "0-0", "wDam": "20-44", "aDam": "0-0", "tDam": "0-0", "eDam": "20-44", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 16, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 9, "aDamPct": 0, "tDamPct": -2, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": 9, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Overly Ironed Pants", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 610, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oxford", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 225, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 20, "eDef": -25, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 10, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oxidation", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 45, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 120, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": -10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 3, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ozone", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "21-43", "tDam": "0-64", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -10, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 15, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pacifist", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 45, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 25, "defReq": 0, "hprPct": 15, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": -185, "ms": -2, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 21, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ozoth's Breath", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 80, "fDef": 25, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pacemaker", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 570, "fDef": -10, "wDef": -10, "aDef": -10, "tDef": 50, "eDef": -20, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 155, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Paladin's Hammer", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-22", "fDam": "33-44", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "22-55", "atkSpd": "VERY_FAST", "lvl": 69, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 57, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ormus", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "fDef": -75, "wDef": 0, "aDef": 55, "tDef": 55, "eDef": -45, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 55, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pandemic", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 575, "thorns": 0, "exploding": 10, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1650, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -25, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 135, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Panorama", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 6, "dexReq": 6, "intReq": 6, "agiReq": 6, "defReq": 6, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pandemonium", "tier": "Legendary", "set": null, "quest": "???\u058e", "majorIds": ["MADNESS"], "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -300, "fDef": -200, "wDef": -200, "aDef": -200, "tDef": -200, "eDef": -200, "lvl": 99, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 16, "mdPct": 16, "ls": -60, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": -1000, "spRegen": -120, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 50, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pangea", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "50-70", "fDam": "0-0", "wDam": "80-110", "aDam": "0-0", "tDam": "0-0", "eDam": "80-110", "atkSpd": "VERY_SLOW", "lvl": 40, "classReq": null, "strReq": 18, "dexReq": 0, "intReq": 18, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Oyster", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 15, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 4, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Paradox", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 3400, "fDef": 80, "wDef": -120, "aDef": 0, "tDef": -120, "eDef": 80, "lvl": 98, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -15, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -30, "wDefPct": 35, "aDefPct": 0, "tDefPct": 35, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Paradise", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-6", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Papyrus", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 1000, "fDef": -50, "wDef": 0, "aDef": 90, "tDef": 0, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 140, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Palette", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-90", "fDam": "15-15", "wDam": "15-15", "aDam": "15-15", "tDam": "15-15", "eDam": "15-15", "atkSpd": "NORMAL", "lvl": 59, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 50, "mdRaw": 65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Paradigm Shift", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "11-17", "wDam": "11-17", "aDam": "11-17", "tDam": "11-17", "eDam": "11-17", "atkSpd": "FAST", "lvl": 54, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 8, "fDefPct": -12, "wDefPct": -12, "aDefPct": -12, "tDefPct": -12, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Parang", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-140", "fDam": "0-0", "wDam": "0-0", "aDam": "90-110", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 68, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Passus Lux", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "majorIds": ["LIGHTWEIGHT"], "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1700, "fDef": 0, "wDef": 120, "aDef": 0, "tDef": 120, "eDef": -110, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 30, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Particle Plating", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1300, "fDef": 0, "wDef": 80, "aDef": -40, "tDef": 60, "eDef": -100, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 88, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pass Band", "tier": "Unique", "set": null, "quest": null, "poison": 475, "thorns": 10, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Paragon", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "36-74", "fDam": "0-0", "wDam": "23-32", "aDam": "17-39", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": -26, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pelier", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 565, "fDef": 0, "wDef": 0, "aDef": -40, "tDef": 20, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 47, "ms": 0, "xpb": 0, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pencuri", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-150", "fDam": "100-160", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 340, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": 0, "atkTier": 0, "hpBonus": 1400, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pebble Mesh", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 190, "fDef": 0, "wDef": 0, "aDef": -10, "tDef": 0, "eDef": 15, "lvl": 37, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 49, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": -5, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Penance", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1450, "fDef": 50, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 1, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 12, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Perun's Crown", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -75, "wDef": 0, "aDef": 50, "tDef": 50, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 8, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -52, "wDamPct": 0, "aDamPct": 14, "tDamPct": 14, "eDamPct": 0, "fDefPct": -26, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Petrified Bone", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 9, "mr": 0, "sdPct": 0, "mdPct": -4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -5, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Outburst", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": -55, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -55, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 13, "mdPct": 13, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 9, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 16, "tDamPct": 16, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wynnterfest 2016 Souvenir", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Petrichor", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3050, "fDef": -100, "wDef": 0, "aDef": 100, "tDef": -100, "eDef": 100, "lvl": 98, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 10, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Perfumed Chestplate", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 195, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 2, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Petrified Horror", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 60, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "240-300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "350-510", "eDam": "325-425", "atkSpd": "VERY_SLOW", "lvl": 94, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -4, "sdPct": 58, "mdPct": -480, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -38, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 1400, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -35, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Petrified Stick", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "20-26", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Phantom", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-55", "tDam": "9-33", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 19, "intReq": 0, "agiReq": 19, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -8, "dex": 8, "int": 0, "agi": 8, "def": -8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 29, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Phalanx", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 12, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1800, "fDef": 75, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -4, "def": 13, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Phoenix", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "12-18", "fDam": "12-24", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 15, "mr": 0, "sdPct": -4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 100, "spRegen": 0, "eSteal": 0, "hprRaw": 15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Philophilia", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": -30, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": -20, "mdPct": 0, "ls": 220, "ms": 0, "xpb": 0, "lb": 0, "ref": -30, "str": 0, "dex": 0, "int": -15, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 769, "spRegen": 0, "eSteal": 0, "hprRaw": 140, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Phoenix Wing", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": -2000, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-60", "fDam": "30-60", "wDam": "0-0", "aDam": "75-175", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 55, "hprPct": 150, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 15, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 3600, "spRegen": 20, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 30, "tDefPct": 0, "eDefPct": -20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Phrygian", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-26", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 4, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Photon Projector", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 25, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "220-260", "aDam": "220-260", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 155, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 40, "aDefPct": 40, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Physalis", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 577, "thorns": 0, "exploding": 31, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2550, "fDef": 0, "wDef": 0, "aDef": -120, "tDef": 70, "eDef": 70, "lvl": 86, "classReq": null, "strReq": 75, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 13, "eDamPct": 13, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Phosphene", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pierced Helmet", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 260, "fDef": 0, "wDef": 0, "aDef": -10, "tDef": 0, "eDef": 20, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": -5, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Philophobia", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 255, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 840, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pigman's Ribbing", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 550, "fDef": 10, "wDef": 0, "aDef": -20, "tDef": 0, "eDef": 30, "lvl": 50, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pickpockets", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 210, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 5, "def": -5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pin", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "24-25", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pilot Light", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2575, "fDef": 90, "wDef": -40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 250, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pigman's Loincloth", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 63, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pizzicato", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "60-66", "fDam": "60-66", "wDam": "60-66", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 2, "sdPct": -7, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 7, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 95, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Placid Step", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 565, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Piston String", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "32-55", "fDam": "44-86", "wDam": "44-86", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -12, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pisces", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3800, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": 0, "eDef": 100, "lvl": 100, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 335, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Planet Healer", "tier": "Legendary", "set": null, "quest": null, "poison": 865, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plankton", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 210, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Planus Vest", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 18, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plasma Staff", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "25-54", "wDam": "0-0", "aDam": "0-0", "tDam": "7-46", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": -17, "mr": 0, "sdPct": 9, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 9, "wDamPct": -10, "aDamPct": 0, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plasma Sabre", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "31-58", "wDam": "0-0", "aDam": "0-0", "tDam": "29-43", "eDam": "0-0", "atkSpd": "FAST", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 110, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -43, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plasma Shear", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "50-66", "wDam": "0-0", "aDam": "0-0", "tDam": "26-75", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 133, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": -15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plasma Ray", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "88-112", "wDam": "0-0", "aDam": "0-0", "tDam": "99-143", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 18, "mdPct": -15, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": -12, "tDefPct": 0, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Poison Touch", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 2000, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "540-750", "atkSpd": "VERY_SLOW", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -95, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plated Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 35, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Platinum", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": -3, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Polaris", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "17-17", "wDam": "17-17", "aDam": "17-17", "tDam": "17-17", "eDam": "17-17", "atkSpd": "VERY_FAST", "lvl": 60, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 30, "wDamPct": 30, "aDamPct": 30, "tDamPct": 30, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Poison Ivy", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 2000, "thorns": 18, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "330-385", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "300-350", "atkSpd": "VERY_SLOW", "lvl": 96, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 15, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Post-Ultima", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2000, "fDef": -50, "wDef": -50, "aDef": -50, "tDef": -50, "eDef": -50, "lvl": 76, "classReq": null, "strReq": 40, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 230, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Power Creep", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Powder Snow", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2425, "fDef": 0, "wDef": 90, "aDef": 90, "tDef": -145, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 23, "str": 0, "dex": 0, "int": 8, "agi": 8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 18, "aDamPct": 18, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 13, "aDefPct": 13, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Polyphemus", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "fDef": 0, "wDef": 70, "aDef": -70, "tDef": -70, "eDef": 70, "lvl": 91, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 15, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 180, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -36, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -18, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Power Cell", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -125, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -60, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 65, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 40, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Phantom Blade", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "13-18", "aDam": "13-18", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 8, "mdPct": -10, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": -5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 25, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Power Bracelet", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Praesidium", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 50, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "470-650", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 80, "hprPct": 0, "mr": 0, "sdPct": -400, "mdPct": 0, "ls": 0, "ms": -4, "xpb": 0, "lb": 0, "ref": 50, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 50, "spd": 0, "atkTier": 0, "hpBonus": 4000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 77, "wDefPct": 77, "aDefPct": 77, "tDefPct": 77, "eDefPct": 77, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pragmatism", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 154, "thorns": 9, "exploding": 1, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 425, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -70, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 59, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prayer", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1280, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": -100, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -16, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Preipice", "displayName": "Precipice", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "56-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "63-93", "atkSpd": "FAST", "lvl": 69, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -18, "wDefPct": -18, "aDefPct": 15, "tDefPct": 15, "eDefPct": 30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Precious", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -80, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 4, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": -12, "eSteal": 0, "hprRaw": 12, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Precision", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "160-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Precedence", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-50", "fDam": "30-60", "wDam": "30-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -7, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Presto", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "17-20", "fDam": "0-0", "wDam": "0-0", "aDam": "6-9", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 7, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Predposledni", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "65-85", "aDam": "60-120", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -16, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prestidigitation", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": 0, "eDef": -70, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": -7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 65, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": -17, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Priest's Underwears", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 215, "fDef": -15, "wDef": 0, "aDef": 10, "tDef": 25, "eDef": -15, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Procrastination", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "1714-2857", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 50, "mdPct": 50, "ls": 0, "ms": 0, "xpb": -10, "lb": -10, "ref": 0, "str": 22, "dex": 22, "int": 22, "agi": 22, "def": 22, "spd": -25, "atkTier": -10, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prism", "tier": "Legendary", "set": null, "quest": "The Realm of Light", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -400, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 100, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 25, "agiReq": 25, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 5, "aDefPct": 5, "tDefPct": 5, "eDefPct": 5, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prismatic Pendulum", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "5-455", "fDam": "0-0", "wDam": "5-665", "aDam": "0-0", "tDam": "0-0", "eDam": "5-665", "atkSpd": "VERY_SLOW", "lvl": 92, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1725, "spRegen": 0, "eSteal": 0, "hprRaw": 170, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -30, "tDamPct": -30, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prosto Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": -2, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prog", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "20-30", "fDam": "7-10", "wDam": "0-0", "aDam": "0-0", "tDam": "8-12", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 2, "spPct2": 0, "spRaw2": -1, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Protolith", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 900, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 30, "lvl": 60, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prowl", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "400-514", "fDam": "0-0", "wDam": "0-0", "aDam": "229-320", "tDam": "0-0", "eDam": "400-514", "atkSpd": "SUPER_SLOW", "lvl": 81, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 16, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -750, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Proto-Shield", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1550, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": 0, "atkTier": 0, "hpBonus": 423, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 4, "wDefPct": 2, "aDefPct": 2, "tDefPct": 2, "eDefPct": -6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Proxima", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "229-246", "fDam": "171-200", "wDam": "171-200", "aDam": "171-200", "tDam": "171-200", "eDam": "171-200", "atkSpd": "SUPER_SLOW", "lvl": 85, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 290, "ms": -1, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -90, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Psithurism", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": -80, "wDef": 0, "aDef": 75, "tDef": 0, "eDef": 55, "lvl": 65, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prymari", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-100", "fDam": "20-33", "wDam": "20-33", "aDam": "0-0", "tDam": "20-33", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 25, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 9, "int": 9, "agi": 0, "def": 9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -40, "tDamPct": 0, "eDamPct": -40, "fDefPct": 15, "wDefPct": 15, "aDefPct": 0, "tDefPct": 15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Psychoruin", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "10-13", "aDam": "0-0", "tDam": "1-22", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 6, "intReq": 6, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 0, "fDamPct": 0, "wDamPct": -3, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 6, "aDefPct": 0, "tDefPct": -9, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Psion Marker", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "15-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-12", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pulse Mail", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1800, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 100, "eDef": -110, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -40, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": -10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": -77, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pulsar", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": -365, "thorns": 21, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "12-12", "fDam": "8-16", "wDam": "6-18", "aDam": "4-20", "tDam": "2-22", "eDam": "10-14", "atkSpd": "FAST", "lvl": 44, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 21, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Puff", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pumpkin Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Puppeteer", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 25, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 50, "ls": -130, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": -5, "int": 0, "agi": 7, "def": 0, "spd": 21, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Puppet Master", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "103-137", "fDam": "0-0", "wDam": "46-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": -33, "ls": 0, "ms": 1, "xpb": 0, "lb": 10, "ref": 0, "str": -5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -36, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Andesite Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "306-362", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Andesite Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "180-192", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Andesite Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "102-118", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Birch Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "162-188", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Andesite Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "197-245", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Andesite Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "76-91", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Birch Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "74-92", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Birch Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "122-128", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Birch Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "102-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Birch Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "53-71", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Diamond Chestplate", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Diorite Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "212-224", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Diorite Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "358-422", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Diorite Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "121-139", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Diorite Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "99-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Diorite Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "243-277", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Granite Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "240-252", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Granite Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "271-316", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Granite Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "404-474", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Granite Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "110-136", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Iron Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 520, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Granite Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "136-156", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Iron Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 440, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Iron Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 600, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Jungle Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "138-176", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Jungle Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "220-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Jungle Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "165-171", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Jungle Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-124", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Birch Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "86-102", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Jungle Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "73-95", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Birch Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "138-152", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Birch Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "111-114", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Birch Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "69-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Jungle Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "168-200", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Birch Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "51-61", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Jungle Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "146-149", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Jungle Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "92-110", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Oak Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "106-128", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Jungle Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "129-147", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Jungle Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "69-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Oak Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "92-95", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Spruce Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "145-175", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Oak Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-86", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Oak Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "57-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Oak Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Spruce Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "127-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Spruce Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "79-97", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Spruce Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "61-67", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Light Spruce Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "99-115", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Oak Wood Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "91-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Oak Wood Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "135-159", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Oak Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "62-78", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Oak Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "102-108", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Spruce Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "88-110", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Oak Wood Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "46-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Spruce Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "193-221", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Spruce Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "129-147", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Stone Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "147-159", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Spruce Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "145-151", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Stone Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "84-98", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Spruce Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "64-84", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Stone Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "249-297", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Purgatory", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 11, "exploding": 23, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "200-240", "wDam": "0-0", "aDam": "0-0", "tDam": "100-340", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": -23, "mr": -1, "sdPct": 18, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 18, "wDamPct": 0, "aDamPct": 0, "tDamPct": 18, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Stone Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "172-215", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pyroclast", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "343-926", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "469-800", "atkSpd": "SUPER_SLOW", "lvl": 88, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -155, "sdRaw": 0, "mdRaw": 755, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": -50, "aDefPct": -15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pure Stone Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "71-83", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Qaxezine", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 7, "exploding": 12, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "74-82", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "50-96", "eDam": "62-84", "atkSpd": "VERY_SLOW", "lvl": 46, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 11, "ref": 0, "str": 14, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -21, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pyromaniac", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 200, "fDef": -40, "wDef": -40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 11, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -3, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quartz-laced Leggings", "displayName": "Quartz-Laced Leggings", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 660, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quartzite Amulet", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quartzite Wand", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "2-4", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quartzite Helm", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 115, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quartzite Bow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-200", "fDam": "0-0", "wDam": "200-210", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 120, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -23, "tDamPct": 25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -16, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quatrain", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 4, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 4, "mr": 0, "sdPct": 4, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quasar", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-140", "fDam": "0-40", "wDam": "0-40", "aDam": "0-40", "tDam": "0-40", "eDam": "0-40", "atkSpd": "SLOW", "lvl": 72, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 13, "wDefPct": 13, "aDefPct": 13, "tDefPct": 13, "eDefPct": 13, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quickstep", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "97-101", "wDam": "0-0", "aDam": "93-103", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 6, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 600, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quickshot", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "55-77", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quill", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-90", "fDam": "0-0", "wDam": "0-0", "aDam": "80-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 16, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quinque", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 2000, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "5-320", "eDam": "5-27", "atkSpd": "SUPER_FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 65, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 250, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 50, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cerid's Ingenuity", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 630, "fDef": 50, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 18, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 170, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ensa's Faith", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": -60, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 23, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 11, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 11, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ohms' Rage", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 880, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 60, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gale's Sight", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 2000, "fDef": -140, "wDef": 0, "aDef": 210, "tDef": 70, "eDef": -140, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 65, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 0, "ref": 15, "str": 0, "dex": 5, "int": 0, "agi": 10, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rycar's Elation", "tier": "Legendary", "set": null, "quest": null, "poison": 340, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -140, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Remikas' Authority", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 350, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 2, "int": 3, "agi": 2, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tisaun's Valor", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 3550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Radiance", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "34-49", "fDam": "15-19", "wDam": "12-24", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 15, "hprPct": 15, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Racer's Shoes", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 950, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 19, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -25, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ragged", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 60, "fDef": -8, "wDef": 0, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 7, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -2, "spd": 4, "atkTier": 0, "hpBonus": -8, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Raecard", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 35, "fDef": 4, "wDef": 4, "aDef": 4, "tDef": 4, "eDef": 4, "lvl": 22, "classReq": null, "strReq": 2, "dexReq": 2, "intReq": 2, "agiReq": 2, "defReq": 2, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 110, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 6, "aDamPct": 6, "tDamPct": 6, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ragni's Mail", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 850, "fDef": 0, "wDef": 0, "aDef": -30, "tDef": 0, "eDef": 60, "lvl": 50, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rainbow", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 30, "wDef": 30, "aDef": 30, "tDef": 30, "eDef": 30, "lvl": 80, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -3, "wDamPct": -3, "aDamPct": -3, "tDamPct": -3, "eDamPct": -3, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ragni's Old Shoes", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 300, "fDef": 0, "wDef": 0, "aDef": -10, "tDef": 0, "eDef": 20, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ragni's Spear", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-22", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ragon's Bracelet", "tier": "Rare", "set": null, "quest": "Elemental Exercise", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 13, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rapids", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2125, "fDef": 0, "wDef": 130, "aDef": 0, "tDef": -130, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 23, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 11, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Raindrop", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -135, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": -2, "mdPct": -2, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rainstorm", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-120", "fDam": "0-0", "wDam": "50-90", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 22, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -25, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Raptor", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "44-77", "tDam": "0-0", "eDam": "66-77", "atkSpd": "VERY_FAST", "lvl": 62, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": -5, "spd": 15, "atkTier": 0, "hpBonus": -200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rapier", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "66-94", "fDam": "77-99", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 290, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 12, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ration", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3600, "fDef": 100, "wDef": 100, "aDef": -75, "tDef": 0, "eDef": -75, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 45, "hprPct": 27, "mr": 1, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 145, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rarity", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 8, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Razor", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "30-70", "eDam": "0-0", "atkSpd": "FAST", "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": -5, "int": 7, "agi": 7, "def": 7, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 20, "aDamPct": 20, "tDamPct": -40, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rayshyroth's Knowledge", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reaper of Soul", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-170", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 100, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 10, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rebellion", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 19, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-60", "fDam": "45-60", "wDam": "0-0", "aDam": "0-0", "tDam": "45-60", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 0, "ls": 100, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -230, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 17, "wDamPct": 0, "aDamPct": 0, "tDamPct": 17, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reborn", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -125, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 100, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -4, "agi": -2, "def": -2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 70, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reaction", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 4, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 770, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 45, "eDef": -50, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": -7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reason", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "50-120", "wDam": "70-100", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -7, "int": 8, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 105, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -30, "eDamPct": 0, "fDefPct": 13, "wDefPct": 13, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Recharge", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -9, "sdPct": 11, "mdPct": -9, "ls": 0, "ms": 8, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 25, "fDef": 4, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 5, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rectificator", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "80-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 16, "wDamPct": 16, "aDamPct": 16, "tDamPct": 16, "eDamPct": 16, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red Ko Rhu", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 470, "fDef": -60, "wDef": 0, "aDef": 40, "tDef": 0, "eDef": 40, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red Candle", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "30-50", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 31, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 100, "spRegen": 0, "eSteal": 0, "hprRaw": 15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red String", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 12, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 3, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 3, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 2, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Redemption", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1475, "fDef": 50, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 30, "hprPct": 18, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 120, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -6, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Bow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Redirection", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 12, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1050, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": -70, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Chainmail Helmet", "tier": "Normal", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 245, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Iron Boots", "tier": "Normal", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 285, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Iron Chainmail", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 380, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reflection", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 67, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": -17, "mdPct": -17, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 65, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reflex", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 3, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Iron Leggings", "tier": "Normal", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 340, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refraction", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 74, "classReq": null, "strReq": 18, "dexReq": 18, "intReq": 18, "agiReq": 18, "defReq": 18, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 110, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 11, "wDamPct": 11, "aDamPct": 11, "tDamPct": 11, "eDamPct": 11, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Regal Chaps", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quartz Choker", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 125, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rekkr", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 4500, "fDef": 130, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 100, "lvl": 99, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 16, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Regrets", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "12-16", "fDam": "0-0", "wDam": "12-16", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 8, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 21, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relend's Refrain", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 20, "aDef": 40, "tDef": -50, "eDef": -15, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Regulating Charge", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "57-97", "aDam": "0-0", "tDam": "57-97", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 13, "mdPct": 0, "ls": 0, "ms": -2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 75, "mdRaw": 0, "fDamPct": 0, "wDamPct": 9, "aDamPct": 0, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relay", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 160, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 15, "eDef": -15, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": -4, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relfect", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "75-125", "fDam": "25-35", "wDam": "25-35", "aDam": "25-35", "tDam": "25-35", "eDam": "25-35", "atkSpd": "NORMAL", "lvl": 94, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 10, "atkTier": 0, "hpBonus": 1650, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relentless", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "70-74", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "58-70", "eDam": "58-70", "atkSpd": "FAST", "lvl": 70, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -10, "def": -10, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -69, "sdRaw": 0, "mdRaw": 60, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Bow", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "27-41", "fDam": "27-41", "wDam": "27-41", "aDam": "27-41", "tDam": "27-41", "eDam": "27-41", "atkSpd": "SLOW", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "4-8", "fDam": "4-10", "wDam": "2-8", "aDam": "6-8", "tDam": "1-12", "eDam": "8-10", "atkSpd": "NORMAL", "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Spear", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-35", "fDam": "30-35", "wDam": "30-35", "aDam": "30-35", "tDam": "30-35", "eDam": "30-35", "atkSpd": "SLOW", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Wand", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "12-17", "fDam": "12-17", "wDam": "12-17", "aDam": "12-17", "tDam": "12-17", "eDam": "12-17", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Remedy", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1050, "fDef": 60, "wDef": 60, "aDef": 0, "tDef": -60, "eDef": -60, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 35, "hprPct": 18, "mr": 1, "sdPct": -11, "mdPct": -11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 18, "eSteal": 0, "hprRaw": 70, "sdRaw": -40, "mdRaw": -39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "24-30", "fDam": "24-30", "wDam": "24-30", "aDam": "24-30", "tDam": "24-30", "eDam": "24-30", "atkSpd": "FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Remikas' Sanctuary", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 7, "aDefPct": 7, "tDefPct": 7, "eDefPct": 7, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reminder", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Remikas' Righteousness", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "130-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reminiscence", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 80, "fDef": 20, "wDef": 10, "aDef": 0, "tDef": 0, "eDef": -30, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 10, "hprPct": 8, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 8, "eSteal": 0, "hprRaw": 10, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Resolve", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3425, "fDef": 100, "wDef": 0, "aDef": 100, "tDef": -150, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": 7, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -15, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -15, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Render", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": -15, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Repulsion", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "22-22", "fDam": "0-0", "wDam": "33-42", "aDam": "0-0", "tDam": "33-42", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 55, "mdRaw": 0, "fDamPct": 0, "wDamPct": 9, "aDamPct": 0, "tDamPct": 9, "eDamPct": -18, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -23, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Return", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 9, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reticence", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "25-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -25, "mdRaw": 16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Retina Shooter", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "45-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "15-20", "atkSpd": "VERY_SLOW", "lvl": 22, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Resistance", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 13, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 150, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -17, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Return to Ether", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": -4143, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "24-149", "fDam": "0-0", "wDam": "0-0", "aDam": "29-194", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 84, "agiReq": 49, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -27, "ls": 0, "ms": 0, "xpb": 26, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 44, "def": 0, "spd": 22, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 34, "aDamPct": 0, "tDamPct": -149, "eDamPct": -13, "fDefPct": 45, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reverb", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 19, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -90, "wDef": 0, "aDef": 50, "tDef": 50, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 19, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 90, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 11, "tDefPct": 11, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reverie", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "108-144", "wDam": "108-144", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 24, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 24, "wDefPct": 24, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rewind", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "majorIds": ["SORCERY"], "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "37-59", "fDam": "0-0", "wDam": "37-53", "aDam": "27-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 250, "ms": -3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Revolt", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "110-140", "fDam": "70-70", "wDam": "0-0", "aDam": "0-0", "tDam": "70-70", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 345, "ms": 2, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 9, "wDamPct": -25, "aDamPct": -25, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Revolutionine", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "370-386", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": -815, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reversal", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "17-23", "fDam": "0-0", "wDam": "0-0", "aDam": "23-30", "tDam": "0-0", "eDam": "23-30", "atkSpd": "NORMAL", "lvl": 36, "classReq": null, "strReq": 12, "dexReq": 0, "intReq": 0, "agiReq": 12, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rhunaex", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "13-21", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-34", "eDam": "0-34", "atkSpd": "FAST", "lvl": 41, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 33, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -15, "sdRaw": 25, "mdRaw": 33, "fDamPct": 0, "wDamPct": 0, "aDamPct": -19, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rheingold", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": -60, "wDef": 0, "aDef": 70, "tDef": 50, "eDef": -60, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 16, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -14, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ricin", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 1930, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -50, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 125, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rikter", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "457-754", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "343-629", "atkSpd": "SUPER_SLOW", "lvl": 84, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "fDefPct": -20, "wDefPct": -20, "aDefPct": -20, "tDefPct": -20, "eDefPct": -20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ridge", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 100, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 34, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 12, "aDamPct": 12, "tDamPct": 12, "eDamPct": 12, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ring of Fire", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 11, "wDamPct": -7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rime", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -30, "wDef": 10, "aDef": 15, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": -9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ringlets", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 5, "drop": "NORMAL", "hp": 1875, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -180, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ring of Focus", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ring of Strength", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ripper", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -6, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 3, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 17, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ringing Mail", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 265, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rising Sun", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "110-150", "fDam": "60-110", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 6, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rinkaku", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2000, "fDef": 80, "wDef": 0, "aDef": 0, "tDef": 80, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": -20, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 110, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": -400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rite Staff", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "20-26", "fDam": "9-12", "wDam": "9-12", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 25, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -150, "spRegen": -10, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Roaming Thief", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 13, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Riverflow", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "fDef": 0, "wDef": 200, "aDef": 0, "tDef": -100, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 95, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 4, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Robin", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-16", "fDam": "5-9", "wDam": "0-0", "aDam": "4-11", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 20, "hprPct": 20, "mr": 0, "sdPct": -12, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rock Chisel", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "189-190", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 83, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": -9, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 19, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 24, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rodoroc's Pride", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3700, "fDef": 125, "wDef": -175, "aDef": 0, "tDef": 0, "eDef": 125, "lvl": 98, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -8, "atkTier": 0, "hpBonus": 700, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 10, "aDamPct": -20, "tDamPct": -20, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rockworm", "tier": "Unique", "set": null, "quest": null, "poison": 135, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 4, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ronco", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "5-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-48", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": -90, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rollick", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1200, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": -130, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 75, "mdRaw": 0, "fDamPct": -30, "wDamPct": 20, "aDamPct": -20, "tDamPct": -20, "eDamPct": -20, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ronin", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2225, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 150, "eDef": -250, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 75, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 15, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 175, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rosario", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "23-32", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "23-32", "atkSpd": "SLOW", "lvl": 43, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 9, "mr": 0, "sdPct": -20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 250, "spRegen": 0, "eSteal": 0, "hprRaw": 15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rotary Crossbow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 14, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-50", "fDam": "35-100", "wDam": "55-80", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 225, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 800, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": -14, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rot of Dernel", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 2645, "thorns": 35, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "7-12", "eDam": "9-10", "atkSpd": "VERY_SLOW", "lvl": 83, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 300, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -30, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1850, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Roulette", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-88", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 8, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 888, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rotten", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 160, "thorns": 10, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 280, "fDef": -15, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 25, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Roughcut", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 560, "fDef": 0, "wDef": 0, "aDef": -50, "tDef": 20, "eDef": 30, "lvl": 53, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 85, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rounding Test", "tier": "Normal", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rotten Wood", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 1462, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "1-5", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rubber", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rubber Rainboots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 225, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 10, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Runic Coin", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 375, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Running Water", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "10-30", "fDam": "0-0", "wDam": "50-70", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 10, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rubber Helm", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 165, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": -3, "int": 0, "agi": -3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Runner's Vest", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 24, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rusted Bracelet", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 2, "lb": 3, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rycar's Bravado", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -35, "aDef": 20, "tDef": 0, "eDef": 20, "lvl": 58, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 3, "int": -10, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rusted Root", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 900, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "190-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "190-200", "atkSpd": "SLOW", "lvl": 65, "classReq": null, "strReq": 40, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 130, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 35, "eDamPct": 0, "fDefPct": 0, "wDefPct": -40, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": -2, "spPct3": 70, "spRaw3": 0, "spPct4": -60, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": -1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rycar's Swagger", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 250, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": -11, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adventurer's Cap", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 135, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adventurer's Tunic", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 165, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adventurer's Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 147, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Adventurer's Pants", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 153, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rusted Ring", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 28, "fDef": 0, "wDef": 6, "aDef": 0, "tDef": -3, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 4, "aDefPct": 0, "tDefPct": -3, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Leggings", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 355, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 42, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 13, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 13, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Chestplate", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 275, "fDef": 0, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 27, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 11, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 11, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 145, "fDef": 0, "wDef": 0, "aDef": 5, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 7, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Air Relic Helmet", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 205, "fDef": 0, "wDef": 0, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 21, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 9, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 9, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Beachside Conch", "tier": "Set", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "42-48", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 8, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bear Head", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 65, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Beachside Headwrap", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 75, "fDef": 0, "wDef": 6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Cap", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 195, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 7, "eDef": 0, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bear Body", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 75, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Tunic", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 245, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 7, "eDef": -10, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 42, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 7, "eDef": -10, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 13, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rust", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 665, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 2450, "fDef": 0, "wDef": -60, "aDef": -60, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": -23, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 19, "eDamPct": 11, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Pants", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 220, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 7, "eDef": -10, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 30, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bony Bow", "tier": "Set", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "15-36", "fDam": "0-0", "wDam": "0-0", "aDam": "8-12", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 6, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bony Circlet", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "fDef": 0, "wDef": 0, "aDef": 5, "tDef": 0, "eDef": 0, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 6, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 30, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Champion Boots", "tier": "Set", "type": "boots", "set": null, "quest": "Tower Of Ascension", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Champion Leggings", "tier": "Set", "type": "leggings", "set": null, "quest": "Tower Of Ascension", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Champion Chestplate", "tier": "Set", "type": "chestplate", "set": null, "quest": "Tower Of Ascension", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clock Amulet", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 4, "wDefPct": 5, "aDefPct": 3, "tDefPct": 2, "eDefPct": 6, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Champion Helmet", "tier": "Set", "type": "helmet", "set": null, "quest": "Tower Of Ascension", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clock Helm", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 1, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clock Mail", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 1800, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 2, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": -3, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clock Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 950, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -40, "mdPct": -35, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": -8, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clock Leggings", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "restrict": "Untradable", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cosmic Walkers", "tier": "Set", "type": "boots", "set": null, "quest": "???\u058e", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 1900, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 19, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clockwork Ring", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -25, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cosmic Visor", "tier": "Set", "type": "helmet", "set": null, "quest": "???\u058e", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 1800, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 19, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Helmet", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 212, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 8, "lvl": 30, "classReq": null, "strReq": 21, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cosmic Ward", "tier": "Set", "type": "leggings", "set": null, "quest": "???\u058e", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 2100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 19, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 19, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 170, "fDef": 5, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Chestplate", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 285, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 12, "lvl": 35, "classReq": null, "strReq": 27, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Helmet", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 245, "fDef": 10, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 21, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Leggings", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 375, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 16, "lvl": 40, "classReq": null, "strReq": 42, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Chestplate", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 330, "fDef": 15, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 27, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Relic Leggings", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 425, "fDef": 20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 42, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 14, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ghostly Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 520, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": -15, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -18, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 65, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ghostly Cap", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 20, "eDef": -20, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -6, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 65, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ghostly Pants", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": -30, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -24, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Horse Hoof", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 355, "fDef": -20, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Horse Mask", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "fDef": -20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 42, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Relic Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 4, "lvl": 25, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jester Necklace", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 25, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jester Ring", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 50, "ms": 0, "xpb": 25, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jester Bracelet", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 25, "lb": 25, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kaerynn's Body", "tier": "Set", "type": "chestplate", "set": null, "quest": "Aldorei's Secret Part II", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1950, "fDef": -60, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 70, "lvl": 79, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kaerynn's Mind", "tier": "Set", "type": "helmet", "set": null, "quest": "Aldorei's Secret Part II", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1900, "fDef": -60, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 70, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leaf Pants", "tier": "Set", "type": "leggings", "set": "Leaf", "quest": null, "poison": 0, "thorns": 7, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 17, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 3, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leaf Boots", "tier": "Set", "type": "boots", "set": "Leaf", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 14, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 2, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 1, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morph-Amethyst", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 14, "dexReq": 14, "intReq": 14, "agiReq": 14, "defReq": 14, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mask of the Dark Vexations", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "restrict": "Untradable", "hp": 90, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 5, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 7, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leaf Cap", "tier": "Set", "type": "helmet", "set": "Leaf", "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 9, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 2, "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 6, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 1, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morph-Emerald", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 225, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 36, "dexReq": 36, "intReq": 36, "agiReq": 36, "defReq": 36, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morph-Gold", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 150, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 25, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 15, "mr": 1, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morph-Ruby", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 175, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 26, "dexReq": 26, "intReq": 26, "agiReq": 26, "defReq": 26, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morph-Iron", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 600, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 50, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 3, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 15, "tDamPct": 15, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morph-Steel", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1750, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 75, "classReq": null, "strReq": 32, "dexReq": 32, "intReq": 32, "agiReq": 32, "defReq": 32, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ghostly Tunic", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 520, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": 0, "eDef": -25, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -12, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 14, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morph-Stardust", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3250, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 100, "classReq": null, "strReq": 44, "dexReq": 44, "intReq": 44, "agiReq": 44, "defReq": 44, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": 200, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nether Cap", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 150, "fDef": 6, "wDef": -6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Morph-Topaz", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 4, "dexReq": 4, "intReq": 4, "agiReq": 4, "defReq": 4, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nether Pants", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 6, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 190, "fDef": 10, "wDef": -6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nether Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 6, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "fDef": 12, "wDef": -6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Leaf Tunic", "tier": "Set", "type": "chestplate", "set": "Leaf", "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 22, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 2, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Outlaw Pants", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 345, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 29, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nether Tunic", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 160, "fDef": 8, "wDef": -6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Outlaw Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 325, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -20, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 29, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Outlaw Cap", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 370, "fDef": -30, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 31, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pigman Helmet", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 80, "fDef": 0, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 5, "lvl": 15, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Outlaw Tunic", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 380, "fDef": 0, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 29, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pigman Battle Hammer", "tier": "Set", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-32", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "28-36", "atkSpd": "VERY_SLOW", "lvl": 16, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Chestplate", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 285, "fDef": 12, "wDef": 12, "aDef": 12, "tDef": 12, "eDef": 12, "lvl": 35, "classReq": null, "strReq": 8, "dexReq": 8, "intReq": 8, "agiReq": 8, "defReq": 8, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 9, "wDefPct": 9, "aDefPct": 9, "tDefPct": 9, "eDefPct": 9, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 150, "fDef": 4, "wDef": 4, "aDef": 4, "tDef": 4, "eDef": 4, "lvl": 25, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 7, "aDefPct": 7, "tDefPct": 7, "eDefPct": 7, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Leggings", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 375, "fDef": 14, "wDef": 14, "aDef": 14, "tDef": 14, "eDef": 14, "lvl": 40, "classReq": null, "strReq": 12, "dexReq": 12, "intReq": 12, "agiReq": 12, "defReq": 12, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Relic Helmet", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 215, "fDef": 8, "wDef": 8, "aDef": 8, "tDef": 8, "eDef": 8, "lvl": 30, "classReq": null, "strReq": 7, "dexReq": 7, "intReq": 7, "agiReq": 7, "defReq": 7, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silverfish Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 130, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 10, "fDef": 0, "wDef": 0, "aDef": 8, "tDef": 0, "eDef": 2, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silverfish Helm", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 145, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 15, "fDef": 0, "wDef": 0, "aDef": 12, "tDef": 0, "eDef": 6, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skien Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 750, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skien Leggings", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 850, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -75, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skien's Fatigues", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 13, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -110, "mdRaw": 115, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slime Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 715, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": -4, "def": 5, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snail Helm", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3125, "fDef": 60, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 45, "lvl": 93, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 170, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slime Plate", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 290, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 800, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 30, "lvl": 53, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snail Leggings", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3575, "fDef": 90, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 65, "lvl": 95, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 80, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snail Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3350, "fDef": 75, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 55, "lvl": 94, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 70, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snow Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 380, "fDef": 0, "wDef": 15, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snail Mail", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3950, "fDef": 100, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 75, "lvl": 97, "classReq": null, "strReq": 65, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 90, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -10, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 9, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 9, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snow Pants", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 425, "fDef": 0, "wDef": 20, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 20, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spore Cap", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 18, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 55, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snow Tunic", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 450, "fDef": 0, "wDef": 25, "aDef": 25, "tDef": 0, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 25, "defReq": 0, "hprPct": -15, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spore Shortsword", "tier": "Set", "type": "dagger", "set": null, "quest": null, "poison": 36, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "11-15", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cosmic Vest", "tier": "Set", "type": "chestplate", "set": null, "quest": "???\u058e", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "restrict": "Untradable", "hp": 2200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 19, "lb": 19, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Staff of the Dark Vexations", "tier": "Set", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": "Untradable", "nDam": "0-0", "fDam": "4-9", "wDam": "6-7", "aDam": "0-0", "tDam": "1-13", "eDam": "0-0", "atkSpd": "FAST", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 5, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 4, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snow Helmet", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 405, "fDef": 0, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Chestplate", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 260, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 9, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 27, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 8, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 135, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 3, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 4, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Helmet", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 190, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 6, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 21, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 6, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tribal Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 75, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Leggings", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 335, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 12, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 42, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 16, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ultramarine Belt", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 950, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": -40, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 90, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tribal Cap", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 70, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Time Ring", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ultramarine Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 880, "fDef": 0, "wDef": 80, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 80, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tribal Tunic", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tribal Pants", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 80, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Veekhat's Horns", "tier": "Set", "type": "helmet", "set": null, "quest": "Cowfusion", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2675, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 150, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 220, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ultramarine Crown", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 800, "fDef": 0, "wDef": 140, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 70, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Veekhat's Udders", "tier": "Set", "type": "chestplate", "set": null, "quest": "Cowfusion", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 2550, "fDef": 0, "wDef": 0, "aDef": 150, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 18, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ultramarine Cape", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -70, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 100, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -14, "ls": 0, "ms": 0, "xpb": 0, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Visceral Skullcap", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1400, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 13, "ls": 80, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 39, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Visceral Chest", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1545, "fDef": -25, "wDef": -25, "aDef": -25, "tDef": -25, "eDef": -25, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Villager Mail", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 140, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Visceral Legs", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 110, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 65, "sdRaw": 0, "mdRaw": 60, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Villager Pants", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 120, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 130, "fDef": 0, "wDef": 6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 4, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Watch Bracelet", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Visceral Toe", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1445, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 60, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 75, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Helmet", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 185, "fDef": 0, "wDef": 12, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 21, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Chestplate", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 245, "fDef": 0, "wDef": 18, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 27, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 14, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Leggings", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "restrict": "Untradable", "hp": 320, "fDef": 0, "wDef": 24, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 42, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 16, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ablution", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "40-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 12, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 6, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ciel", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "43-72", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "64-107", "eDam": "0-0", "atkSpd": "FAST", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 22, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 8, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reciprocator", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 40, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": null, "nDam": "240-300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 40, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": -10, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cloudwalkers", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 120, "tDef": -80, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 40, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earth Drift", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "83-138", "tDam": "0-0", "eDam": "44-72", "atkSpd": "VERY_FAST", "lvl": 95, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -60, "mdRaw": 65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ahms' Remains", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "hp": 2825, "fDef": 0, "wDef": 0, "aDef": -120, "tDef": 0, "eDef": 90, "lvl": 97, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": -8, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Highrise", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "171-192", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 2, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Island Sniper", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "571-1143", "fDam": "0-0", "wDam": "0-0", "aDam": "543-571", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1750, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Restorator", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "50-80", "fDam": "100-130", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 40, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 2500, "spRegen": 0, "eSteal": 0, "hprRaw": 230, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stalactite", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2875, "fDef": 0, "wDef": -70, "aDef": -100, "tDef": 140, "eDef": 140, "lvl": 96, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 285, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 14, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": -7, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Starglass", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3125, "fDef": 0, "wDef": 60, "aDef": 130, "tDef": -100, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skyfloat", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2750, "fDef": 50, "wDef": -100, "aDef": 150, "tDef": 0, "eDef": -100, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -10, "dex": 0, "int": 0, "agi": 8, "def": 8, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 175, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fallbreakers", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 3600, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 110, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 10, "tDefPct": 10, "eDefPct": 10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stormcloud", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "50-75", "fDam": "0-0", "wDam": "200-225", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shard of Sky", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "120-200", "fDam": "0-0", "wDam": "0-0", "aDam": "70-110", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 6, "int": 0, "agi": 10, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 16, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vagabond's Disgrace", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "280-305", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "410-465", "eDam": "410-465", "atkSpd": "VERY_SLOW", "lvl": 96, "classReq": null, "strReq": 65, "dexReq": 70, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -50, "aDamPct": 0, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": -50, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 50, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Clawctus", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "20-26", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-16", "eDam": "0-0", "atkSpd": "FAST", "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 25, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crocodile", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 220, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 2, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Drought Savior", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "18-24", "fDam": "0-0", "wDam": "14-22", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 5, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 35, "spRegen": 0, "eSteal": 0, "hprRaw": 12, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hood of the Resistance", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 175, "fDef": 0, "wDef": 0, "aDef": -8, "tDef": 5, "eDef": 5, "lvl": 32, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 4, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vagabond", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 90, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 160, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 10, "eDef": -12, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 2, "int": 0, "agi": 2, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Boundary", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": "untradable", "nDam": "20-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "45-70", "atkSpd": "SLOW", "lvl": 26, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Venom", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 160, "thorns": 5, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "28-40", "fDam": "20-40", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 14, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Drywind", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "6-14", "fDam": "0-0", "wDam": "0-0", "aDam": "16-26", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Savannah Wind", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "nDam": "11-28", "fDam": "0-0", "wDam": "0-0", "aDam": "4-17", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": -40, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spider Silk Carduroys", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 185, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 13, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Golem Gauntlet", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bountiful", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": -20, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "8-12", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "4-8", "atkSpd": "NORMAL", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Horseshoe", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pursuit", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "11-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "5-7", "eDam": "0-0", "atkSpd": "FAST", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 7, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blade of Instinct", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "30-48", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 30, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stainless Steel", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 20, "wDef": 20, "aDef": 20, "tDef": 20, "eDef": 20, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pewter Ring", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 70, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ascension", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "26-26", "fDam": "0-0", "wDam": "0-0", "aDam": "40-40", "tDam": "40-40", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": -4, "dex": 8, "int": 0, "agi": 8, "def": -4, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Acevro", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "110-155", "fDam": "0-0", "wDam": "0-0", "aDam": "90-130", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -10, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 40, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charger", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 850, "fDef": 0, "wDef": 0, "aDef": 35, "tDef": 35, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 3, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Smithy", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": -15, "aDef": 0, "tDef": 0, "eDef": 10, "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 7, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 7, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cold Snap", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1450, "fDef": 0, "wDef": 50, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 3, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Courser", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 25, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "80-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-100", "eDam": "0-0", "atkSpd": "FAST", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Calor", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1875, "fDef": 100, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diabloviento", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "94-105", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enerxia", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "85-130", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "45-70", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": -15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crying Heart", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "30-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "25-105", "eDam": "0-0", "atkSpd": "FAST", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -145, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Forge's Shock", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "95-105", "wDam": "0-0", "aDam": "0-0", "tDam": "100-130", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 28, "intReq": 0, "agiReq": 0, "defReq": 28, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heavy Aegis", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 75, "lvl": 73, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Heart Piercer", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 350, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "30-42", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-150", "eDam": "0-0", "atkSpd": "FAST", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -50, "mdRaw": 85, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magic Cloak", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1350, "fDef": 0, "wDef": 90, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ivoire", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "5-10", "fDam": "0-0", "wDam": "0-0", "aDam": "55-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 40, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Miotal", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "150-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "75-125", "atkSpd": "SLOW", "lvl": 74, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Letum", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 2, "drop": "never", "hp": 1050, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 65, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": -10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 25, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Regar", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "83-127", "fDam": "0-0", "wDam": "28-44", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 65, "mdRaw": -91, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Router", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1750, "fDef": 50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 72, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": -5, "def": 3, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Howler", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1025, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rocher", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "150-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-250", "atkSpd": "VERY_SLOW", "lvl": 70, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sleek", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "19-28", "fDam": "0-0", "wDam": "0-0", "aDam": "45-63", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silencer", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 1700, "fDef": 90, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 75, "sdRaw": -100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Searing Soles", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "armor", "slots": 1, "drop": "never", "hp": 1450, "fDef": 65, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stone Crunch", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "100-125", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "155-200", "atkSpd": "NORMAL", "lvl": 74, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 170, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Torch", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "100-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 70, "wDamPct": -60, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solum", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 110, "lvl": 73, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 10, "wDefPct": 0, "aDefPct": -10, "tDefPct": 10, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tragedy", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "50-70", "fDam": "0-0", "wDam": "40-90", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": -10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -100, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 50, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Composite Shooter", "displayName": "Pressure Blaster", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "60-140", "fDam": "0-0", "wDam": "100-200", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 12, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 150, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vis", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1350, "fDef": 0, "wDef": 75, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Carbon Weave", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2650, "fDef": 70, "wDef": 0, "aDef": -120, "tDef": 0, "eDef": 70, "lvl": 86, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corkian Jet Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 2000, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": -50, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 10, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 8, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corkian War Pick", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "140-170", "tDam": "140-170", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 180, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 10, "eDamPct": 0, "fDefPct": -20, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cranial Panel", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 2500, "fDef": 80, "wDef": 80, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 0, "tDefPct": -12, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gear Grinder", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "70-165", "fDam": "40-90", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 1, "sdPct": 8, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Genetor", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "77-154", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 175, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hydrocharger", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "40-50", "fDam": "0-0", "wDam": "30-55", "aDam": "0-0", "tDam": "30-55", "eDam": "0-0", "atkSpd": "FAST", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 30, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -40, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Info Visor", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2100, "fDef": 0, "wDef": 115, "aDef": 0, "tDef": 0, "eDef": -100, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 75, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skyline Cries", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "70-72", "fDam": "140-160", "wDam": "140-160", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 10, "spd": -10, "atkTier": 0, "hpBonus": 2750, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 3, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Metal Body Suit", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2575, "fDef": 80, "wDef": -80, "aDef": 0, "tDef": 80, "eDef": -80, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 165, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 4, "int": -21, "agi": 6, "def": 4, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": -25, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Latency", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2750, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 120, "eDef": 30, "lvl": 87, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shortout", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 22, "category": "weapon", "slots": 2, "drop": "never", "nDam": "60-400", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-60", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -145, "ms": 0, "xpb": 0, "lb": 0, "ref": 14, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 26, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Airway", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "84-88", "fDam": "0-0", "wDam": "0-0", "aDam": "66-77", "tDam": "33-110", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Siliquartz Blend", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2050, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 125, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Modulator", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 5, "drop": "never", "hp": 2500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 8, "int": 8, "agi": 8, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solar Sword", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "200-300", "fDam": "100-150", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 260, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 1600, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thermals", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "115-125", "fDam": "117-120", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 160, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": -2, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Windmill", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "110-170", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 30, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Ice", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "75-105", "fDam": "0-0", "wDam": "25-35", "aDam": "0-0", "tDam": "20-40", "eDam": "0-0", "atkSpd": "FAST", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 80, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Candy Cane", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "18-26", "fDam": "13-20", "wDam": "0-0", "aDam": "11-22", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 15, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": -5, "ls": 90, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 6, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charity", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Evergreen", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "110-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-200", "atkSpd": "NORMAL", "lvl": 85, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -18, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -30, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fellowship", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cornucopia", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "200-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 30, "mr": 1, "sdPct": -10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 80, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Firewood", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 2, "drop": "never", "nDam": "95-155", "fDam": "55-85", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 65, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Douglas Fir", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1950, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 100, "lvl": 75, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 215, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frost", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frankincense", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Halation", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "125-165", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 33, "str": 0, "dex": 6, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gift of the Magi", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 4, "drop": "never", "restrict": null, "nDam": "240-255", "fDam": "30-35", "wDam": "0-0", "aDam": "30-35", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 60, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 15, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 2500, "spRegen": 0, "eSteal": 0, "hprRaw": 135, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -50, "eDamPct": -50, "fDefPct": 0, "wDefPct": 30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hillich", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "64-80", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Icicle", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "77-92", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Holly", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "12-24", "fDam": "0-0", "wDam": "11-18", "aDam": "0-0", "tDam": "0-0", "eDam": "17-28", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 1, "sdPct": 10, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nativitate", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "90-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 33, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Myrrh", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -100, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Joyous", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "155-200", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 33, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mistletoe", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 120, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 50, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 6, "aDefPct": 0, "tDefPct": 0, "eDefPct": 6, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reindeer Paws", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 800, "fDef": -40, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "North Pole", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "34-50", "fDam": "17-25", "wDam": "0-0", "aDam": "17-25", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 7, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Polar Star", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "107-107", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Roasted Chestnut", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blue Ornament", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 25, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Elf Cap", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 625, "fDef": 10, "wDef": 0, "aDef": 40, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Elf Robe", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 725, "fDef": 40, "wDef": 0, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 35, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Elf Pants", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 675, "fDef": 30, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Green Ornament", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 25, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red Ornament", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 25, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Elf Shoes", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 650, "fDef": 20, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 10, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saint's Sandals", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saint's Shawl", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1500, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saint's Leggings", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1650, "fDef": 0, "wDef": 30, "aDef": 40, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 65, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yellow Ornament", "tier": "Set", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 25, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saint's Tunic", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1650, "fDef": 0, "wDef": 40, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sheet Ice", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "39-77", "fDam": "0-0", "wDam": "55-99", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 120, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silent Night", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1229-1486", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 65, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 250, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -3, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sleet", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "25-75", "fDam": "0-0", "wDam": "100-350", "aDam": "0-0", "tDam": "0-450", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -150, "sdRaw": 150, "mdRaw": 0, "fDamPct": -35, "wDamPct": 15, "aDamPct": -35, "tDamPct": 15, "eDamPct": -35, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snow Shovel", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "114-149", "fDam": "0-0", "wDam": "229-309", "aDam": "171-229", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sleigh Bell", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "30-70", "fDam": "0-0", "wDam": "0-0", "aDam": "25-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 15, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spearmint", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "90-160", "fDam": "0-0", "wDam": "0-0", "aDam": "60-80", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snowflake", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 20, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -55, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snowdrift", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "145-175", "fDam": "0-0", "wDam": "205-245", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thaw", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 1, "drop": "never", "nDam": "45-70", "fDam": "20-30", "wDam": "35-50", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Splinter", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 15, "category": "weapon", "slots": 2, "drop": "never", "nDam": "45-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "15-20", "atkSpd": "FAST", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 59, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Hearth", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "230-300", "fDam": "170-220", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 25, "mr": 0, "sdPct": -15, "mdPct": 0, "ls": 580, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 180, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "White Craftmas", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "50-60", "fDam": "0-0", "wDam": "140-160", "aDam": "0-0", "tDam": "0-0", "eDam": "140-160", "atkSpd": "SLOW", "lvl": 80, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 15, "aDefPct": 30, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Warming Heart", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 3000, "fDef": 140, "wDef": -250, "aDef": 110, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 50, "hprPct": 25, "mr": 0, "sdPct": 17, "mdPct": 0, "ls": 255, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wishing Star", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "16-55", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "29-79", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 85, "classReq": null, "strReq": 50, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 30, "ref": 0, "str": 0, "dex": 5, "int": -7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wooly Cap", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 575, "fDef": 0, "wDef": 40, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Entamyx", "tier": "Rare", "type": "leggings", "set": null, "quest": "Troubled Tribesmen", "poison": 0, "thorns": 35, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2150, "fDef": -100, "wDef": 150, "aDef": 150, "tDef": -100, "eDef": 150, "lvl": 76, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 50, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 35, "str": 0, "dex": -20, "int": 0, "agi": 0, "def": -20, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 15, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 15, "aDefPct": 15, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yuletide", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "40-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "20-40", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Poinsettia", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 1000, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "60-75", "aDam": "0-0", "tDam": "0-0", "eDam": "60-75", "atkSpd": "FAST", "lvl": 65, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 25, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fuunyet", "tier": "Rare", "type": "spear", "set": null, "quest": "Troubled Tribesmen", "poison": 1150, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 3, "drop": "never", "nDam": "160-225", "fDam": "80-115", "wDam": "0-0", "aDam": "0-0", "tDam": "80-115", "eDam": "80-115", "atkSpd": "VERY_SLOW", "lvl": 75, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 240, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 6, "dex": 6, "int": 0, "agi": 0, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gysdep", "tier": "Rare", "type": "helmet", "set": null, "quest": "Troubled Tribesmen", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2000, "fDef": 150, "wDef": 150, "aDef": 150, "tDef": -100, "eDef": -100, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 50, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -20, "dex": -20, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 25, "aDefPct": 25, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slush Rush", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "39-72", "fDam": "0-0", "wDam": "83-94", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 130, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kal Hei", "tier": "Rare", "type": "wand", "set": null, "quest": "Troubled Tribesmen", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-55", "fDam": "0-0", "wDam": "20-30", "aDam": "20-30", "tDam": "0-0", "eDam": "20-30", "atkSpd": "FAST", "lvl": 75, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 30, "ls": 0, "ms": 2, "xpb": 15, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 6, "agi": 6, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hembwal", "tier": "Rare", "type": "chestplate", "set": null, "quest": "Troubled Tribesmen", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2150, "fDef": 150, "wDef": -100, "aDef": -100, "tDef": 150, "eDef": 150, "lvl": 76, "classReq": null, "strReq": 50, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": -20, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 15, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 15, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zawah Jed", "tier": "Rare", "type": "dagger", "set": null, "quest": "Troubled Tribesmen", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "37-53", "fDam": "21-27", "wDam": "21-27", "aDam": "21-27", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 30, "defReq": 30, "hprPct": 0, "mr": 3, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 6, "agi": 6, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 115, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Olit Vaniek", "tier": "Rare", "type": "bow", "set": null, "quest": "Troubled Tribesmen", "poison": 0, "thorns": 20, "exploding": 30, "category": "weapon", "slots": 3, "drop": "never", "nDam": "140-185", "fDam": "70-95", "wDam": "0-0", "aDam": "70-95", "tDam": "0-0", "eDam": "70-95", "atkSpd": "SLOW", "lvl": 75, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 6, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Almuj Turban", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 60, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 4, "eDef": -4, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 10, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -8, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vei Haon", "tier": "Rare", "type": "boots", "set": null, "quest": "Troubled Tribesmen", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2000, "fDef": 175, "wDef": -75, "aDef": 175, "tDef": -75, "eDef": 175, "lvl": 74, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 50, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -20, "int": -20, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 15, "fDefPct": 40, "wDefPct": 0, "aDefPct": 40, "tDefPct": 0, "eDefPct": 40, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fruma Imported Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 28, "fDef": 0, "wDef": 0, "aDef": 3, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 6, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 2, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Gavel Imported Bow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "20-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 2, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 3, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Armored Culottes", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 28, "fDef": 3, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Wand", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "4-8", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-7", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Guard Spear", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "12-16", "fDam": "2-6", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 15, "spRegen": 0, "eSteal": 0, "hprRaw": 3, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jeweled Vestments", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 18, "fDef": 2, "wDef": 2, "aDef": 2, "tDef": 2, "eDef": 2, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 3, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Messenger Cap", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 24, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mail of the Berserker", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 34, "fDef": 0, "wDef": -3, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Merchant Sandals", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 18, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nemract Waders", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 80, "fDef": 0, "wDef": 6, "aDef": 0, "tDef": -3, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -6, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nesaak Snowshoes", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 65, "fDef": -4, "wDef": 0, "aDef": 5, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": -7, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pike of Fury", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "8-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 1, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 8, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ragni Fatigues", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 76, "fDef": 0, "wDef": 0, "aDef": -4, "tDef": 0, "eDef": 5, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": -7, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Refined Longbow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "20-37", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 2, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Puncturing Dirk", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "10-12", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 6, "mdRaw": 5, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Reinforced Composite Bow", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "60-78", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": -4, "atkTier": 0, "hpBonus": 25, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scout Dagger", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "10-18", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Staff of Wisdom", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "7-10", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Magician", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "2-5", "fDam": "0-0", "wDam": "7-10", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Naturalist", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "20-24", "aDam": "0-0", "tDam": "0-0", "eDam": "24-28", "atkSpd": "SLOW", "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 8, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spiritual Siphoner", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": null, "nDam": "15-18", "fDam": "0-0", "wDam": "3-6", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "War Spear", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "16-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 3, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -10, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tromsian Survival Knife", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 9, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "21-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "3-6", "atkSpd": "NORMAL", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ashes", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 800, "fDef": 0, "wDef": -50, "aDef": -50, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 65, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Windcatcher Totem", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": null, "nDam": "10-11", "fDam": "0-0", "wDam": "0-0", "aDam": "4-5", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cinders", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "accessory", "slots": 0, "drop": "never", "hp": 675, "fDef": 50, "wDef": -70, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 9, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Iron Will", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 15, "mr": 0, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tungsten", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 2, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -8, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sparks", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 500, "fDef": 30, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": -7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pride", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 93, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dujgon Warrior Chestplate", "tier": "Legendary", "type": "chestplate", "set": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 625, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 10, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 20, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dujgon Warrior Hammer", "tier": "Legendary", "type": "spear", "set": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "46-67", "atkSpd": "VERY_FAST", "lvl": 43, "classReq": null, "strReq": 15, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 2, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -130, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Viking Breath", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "17-29", "fDam": "0-0", "wDam": "0-0", "aDam": "29-37", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -255, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rusher", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 150, "fDef": 0, "wDef": 0, "aDef": 10, "tDef": 10, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Greysmith", "tier": "Rare", "type": "helmet", "set": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 400, "fDef": -60, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 30, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Antivenom", "tier": "Unique", "set": null, "quest": null, "poison": -200, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cattail", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 0, "eDef": 10, "lvl": 70, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Creepvine", "tier": "Unique", "set": null, "quest": null, "poison": 220, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": -15, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Boomslang", "tier": "Rare", "set": null, "quest": null, "poison": 300, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Growth", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 4, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 6, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Glimmer", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Affluence", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 8, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Cuff", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 525, "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jewelled Broach", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 6, "wDefPct": 6, "aDefPct": 6, "tDefPct": 6, "eDefPct": 6, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Purity", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Emerald Pendant", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silversplint", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 11, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Barkgraft", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 400, "thorns": 25, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "60-85", "fDam": "0-0", "wDam": "0-0", "aDam": "160-180", "tDam": "0-0", "eDam": "160-180", "atkSpd": "SLOW", "lvl": 62, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 145, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -50, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Evapar", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": -30, "wDef": 20, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Value", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Foehn Wind", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "60-68", "fDam": "56-72", "wDam": "0-0", "aDam": "52-76", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 14, "defReq": 14, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 14, "lb": 14, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 14, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 14, "wDamPct": 0, "aDamPct": 14, "tDamPct": 0, "eDamPct": 0, "fDefPct": 14, "wDefPct": -28, "aDefPct": 14, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lookout", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 790, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 30, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 6, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Decay Burner", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 1, "drop": "never", "nDam": "114-194", "fDam": "469-686", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Lycanthropy", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "21-44", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "44-107", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -6, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -188, "sdRaw": 0, "mdRaw": 65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 24, "eDamPct": 0, "fDefPct": 0, "wDefPct": -18, "aDefPct": -18, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Kerasot Spreader", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 1000, "thorns": 0, "exploding": 6, "category": "weapon", "slots": 1, "drop": "never", "nDam": "30-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -4, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Grave Digger", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "100-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "50-90", "atkSpd": "SLOW", "lvl": 61, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 145, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 5, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vampire Blocker", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 1100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -25, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 105, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Silent", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 900, "fDef": 40, "wDef": 40, "aDef": 0, "tDef": -60, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stringhollow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "60-120", "fDam": "0-0", "wDam": "0-0", "aDam": "30-60", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -100, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Searchlight", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "39-56", "fDam": "21-32", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wildfire", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 7, "category": "armor", "slots": 2, "drop": "never", "hp": 625, "fDef": 65, "wDef": -60, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 0, "fDamPct": 15, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Werepelt", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 975, "fDef": -30, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -18, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -80, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Marrow-Tinted Necklace", "tier": "Unique", "set": null, "quest": "Green Gloop", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 10, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plain Glass Necklace", "tier": "Unique", "set": null, "quest": "Green Gloop", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 30, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Emerald-Tinted Charm", "tier": "Unique", "set": null, "quest": "Green Gloop", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scarab-Shelled Charm", "tier": "Unique", "set": null, "quest": "Green Gloop", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crystal-Blend Pendant", "tier": "Rare", "set": null, "quest": "Green Gloop", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -15, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goblin Hex Focus", "tier": "Rare", "set": null, "quest": null, "poison": 65, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -70, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 3, "wDamPct": 3, "aDamPct": 3, "tDamPct": 3, "eDamPct": 3, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sting-Glass Necklace", "tier": "Rare", "set": null, "quest": "Green Gloop", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": -60, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 15, "mdRaw": 16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goblin Arm Bracer", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 75, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Webbed Glass Charm", "tier": "Unique", "set": null, "quest": "Green Gloop", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goblin Hood", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 380, "fDef": 0, "wDef": 0, "aDef": -10, "tDef": 0, "eDef": 0, "lvl": 41, "classReq": null, "strReq": 25, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -7, "mdPct": 0, "ls": 27, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goblin Luck Charm", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 7, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goblin-Silver Ring", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 30, "fDef": 6, "wDef": 6, "aDef": 6, "tDef": 6, "eDef": 6, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goblin Runners", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 420, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 10, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -7, "ls": 0, "ms": 1, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Goblin Cloak", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 470, "fDef": 0, "wDef": 0, "aDef": -20, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 25, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 33, "ms": 1, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blood-Tinted Necklace", "tier": "Unique", "set": null, "quest": "Green Gloop", "poison": 60, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Short Cutter", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 215, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "22-39", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "17-28", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 46, "ms": 0, "xpb": 8, "lb": 15, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 33, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quartz Driller", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "25-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-35", "eDam": "15-20", "atkSpd": "NORMAL", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 3, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hotline", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "36-42", "fDam": "36-42", "wDam": "0-0", "aDam": "0-0", "tDam": "36-42", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 34, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 7, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -17, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Orc Slasher", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "22-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "11-28", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hue", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "17-20", "fDam": "17-20", "wDam": "17-20", "aDam": "17-20", "tDam": "17-20", "eDam": "17-20", "atkSpd": "SLOW", "lvl": 39, "classReq": null, "strReq": 9, "dexReq": 9, "intReq": 9, "agiReq": 9, "defReq": 9, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Deark", "tier": "Rare", "set": null, "quest": "Eye of the Storm", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": -30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 2, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 6, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Famine", "tier": "Unique", "set": null, "quest": "Eye of the Storm", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -20, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 50, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diminished", "tier": "Unique", "set": null, "quest": "Eye of the Storm", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 7, "ls": 0, "ms": 1, "xpb": -8, "lb": 0, "ref": 0, "str": -2, "dex": -2, "int": -2, "agi": -2, "def": -2, "spd": 8, "atkTier": 0, "hpBonus": 300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Destrortur", "tier": "Rare", "set": null, "quest": "Eye of the Storm", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -480, "fDef": -10, "wDef": -5, "aDef": -10, "tDef": 0, "eDef": -20, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -24, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -48, "sdRaw": 48, "mdRaw": 31, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 16, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fanatic", "tier": "Unique", "set": null, "quest": "Eye of the Storm", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scum", "tier": "Unique", "set": null, "quest": "Eye of the Storm", "poison": 250, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blessing", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "10-20", "fDam": "0-0", "wDam": "0-0", "aDam": "12-18", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Recovery", "tier": "Unique", "set": null, "quest": "Eye of the Storm", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 140, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Short Spear", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "45-70", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 44, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 8, "lb": 15, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Traitor", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "35-55", "fDam": "20-40", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 2, "def": 3, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solid Quartz Chestplate", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 360, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stonebreaker", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "120-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "60-100", "atkSpd": "VERY_SLOW", "lvl": 46, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 1, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sacred", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 305, "fDef": 0, "wDef": 15, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bush Mask", "tier": "Unique", "type": "helmet", "set": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 8, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 55, "fDef": -10, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 10, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Black Mask", "tier": "Rare", "type": "helmet", "set": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 8, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Metal Mask", "tier": "Unique", "type": "helmet", "set": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 80, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ice Mask", "tier": "Rare", "type": "helmet", "set": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 60, "fDef": -8, "wDef": 0, "aDef": 12, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mud Mask", "tier": "Unique", "type": "helmet", "set": null, "quest": "Creeper Infiltration", "poison": 15, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 65, "fDef": 0, "wDef": 5, "aDef": -10, "tDef": 0, "eDef": 5, "lvl": 16, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Mask", "tier": "Rare", "type": "helmet", "set": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": -25, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shiny Mask", "tier": "Unique", "type": "helmet", "set": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 10, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rock Mask", "tier": "Unique", "type": "helmet", "set": null, "quest": "Creeper Infiltration", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 60, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cracheur", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 4, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "8-14", "fDam": "0-0", "wDam": "12-22", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 14, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 2, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Foundation", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 90, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 3, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fisher's Mail", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 82, "fDef": 0, "wDef": 4, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 8, "ref": 0, "str": 0, "dex": 2, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Arcanic", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 70, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shajone", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 85, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 5, "mdRaw": 7, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frog", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 45, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "12-18", "fDam": "0-0", "wDam": "4-10", "aDam": "0-0", "tDam": "0-0", "eDam": "6-12", "atkSpd": "NORMAL", "lvl": 19, "classReq": null, "strReq": 12, "dexReq": 0, "intReq": 8, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Memorial", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frankenstein", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "6-8", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "2-12", "eDam": "0-0", "atkSpd": "FAST", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -5, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 7, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Fallen", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "4-10", "fDam": "12-16", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Swamp Treads", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 35, "thorns": 7, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 105, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Remembrance", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "restrict": null, "nDam": "20-23", "fDam": "0-0", "wDam": "0-0", "aDam": "13-16", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": -25, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bob's Sacrifice", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 290, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -25, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 23, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "White Ghost", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "15-24", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Current", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "20-27", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-30", "eDam": "0-0", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 35, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Celsius", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "11-17", "fDam": "0-0", "wDam": "20-28", "aDam": "18-30", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 10, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Homemade Fur Coat", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 375, "fDef": -30, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 6, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frozen Earth", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "34-63", "fDam": "0-0", "wDam": "46-69", "aDam": "0-0", "tDam": "0-0", "eDam": "137-194", "atkSpd": "SUPER_SLOW", "lvl": 40, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 2, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nilrem's Curse", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 310, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 15, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -15, "sdRaw": 35, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Summer", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "27-38", "fDam": "30-40", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 6, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seedling", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 2, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Woljawh", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 425, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 26, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vine", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nodguj Warrior Chestplate", "tier": "Legendary", "type": "chestplate", "set": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 625, "fDef": 20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 10, "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flaming War Spear", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "33-46", "fDam": "50-68", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 350, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tree Bracelet", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 6, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shield", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 250, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Nodguj Warrior Sword", "tier": "Legendary", "type": "dagger", "set": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "25-45", "fDam": "0-0", "wDam": "45-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chasseur", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "100-150", "fDam": "0-0", "wDam": "0-0", "aDam": "30-60", "tDam": "0-0", "eDam": "120-190", "atkSpd": "VERY_SLOW", "lvl": 53, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Strategist", "tier": "Rare", "type": "helmet", "set": null, "quest": "Ice Nations", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 150, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 25, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": 0, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rotten Swamp", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 600, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "20-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "30-50", "atkSpd": "SLOW", "lvl": 54, "classReq": null, "strReq": 28, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -16, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vine Machete", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "80-115", "fDam": "0-0", "wDam": "0-0", "aDam": "40-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Longtail Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 7, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 600, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wolf Tagger", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "205-235", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stagnant", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 230, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 370, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Captain's Razor", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "33-50", "fDam": "0-0", "wDam": "6-77", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 47, "fDamPct": 0, "wDamPct": 16, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Opium", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 405, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pirate Luck", "tier": "Legendary", "type": "boots", "set": null, "quest": "Beneath The Depths", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 320, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 32, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 12, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rusty Sword", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "50-65", "fDam": "0-0", "wDam": "60-70", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Battle Leggings", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 20, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 7, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plains Runner", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 8, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Doodad", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 4, "exploding": 4, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 4, "ref": 4, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 4, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solidified Chestplate", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 14, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Corkuff", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coolant", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 25, "wDef": 25, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 6, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ashen Helm", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 12, "category": "armor", "slots": 2, "drop": "never", "hp": 2700, "fDef": 70, "wDef": 0, "aDef": -120, "tDef": 50, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": -10, "str": 0, "dex": 0, "int": -5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 0, "aDamPct": 7, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Quicksilver", "tier": "Rare", "set": null, "quest": null, "poison": 375, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -600, "fDef": 0, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Microchip", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -40, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 1, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wristviewer", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 9, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 4, "wDamPct": 4, "aDamPct": 4, "tDamPct": 4, "eDamPct": 4, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Waxed Overalls", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 675, "fDef": -45, "wDef": 45, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Bane of War", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "110-150", "fDam": "0-0", "wDam": "50-65", "aDam": "40-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -97, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Darkiron Aegis", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 3275, "fDef": 150, "wDef": -80, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 65, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 5, "spd": -10, "atkTier": -4, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 160, "sdRaw": 0, "mdRaw": 2000, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 40, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diamond Blade", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "56-97", "fDam": "0-0", "wDam": "53-74", "aDam": "53-74", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 20, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fulminate Staff", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 2, "drop": "never", "nDam": "100-130", "fDam": "90-110", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Low World Greaves", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2350, "fDef": 0, "wDef": 80, "aDef": -80, "tDef": 0, "eDef": 120, "lvl": 90, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 18, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 6, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 30, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Comrade", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 25, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "160-270", "fDam": "80-130", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 2250, "spRegen": 0, "eSteal": 0, "hprRaw": 180, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eradian Full Helm", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2975, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 35, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Icejewel", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "85-125", "fDam": "0-0", "wDam": "50-95", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 27, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 25, "aDefPct": -20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mountain's Song", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "634-686", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "634-686", "atkSpd": "SUPER_SLOW", "lvl": 90, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 50, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": -30, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mercurial Chestplate", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2625, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 92, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 10, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magma Flinger", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-440", "fDam": "0-570", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 92, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -120, "mdRaw": 360, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 30, "fDefPct": 0, "wDefPct": -25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Odin", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "28-66", "fDam": "0-0", "wDam": "0-0", "aDam": "50-116", "tDam": "50-116", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 6, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 8, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ornamental Plate", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2250, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 90, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Siege Ram", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "150-220", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-145", "atkSpd": "SLOW", "lvl": 90, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ramhoof", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2675, "fDef": -90, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 190, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 230, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sekaisin", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "0-123", "fDam": "0-123", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 260, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1100, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 60, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rodoroc's Guard", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 3500, "fDef": 100, "wDef": -80, "aDef": 100, "tDef": 0, "eDef": -80, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 4, "def": 4, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 255, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vulcamail Leggings", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2450, "fDef": 100, "wDef": 0, "aDef": 0, "tDef": -100, "eDef": 100, "lvl": 89, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 220, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 6, "spd": -7, "atkTier": 0, "hpBonus": 600, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chipped Glitz", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -2, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steamstone", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2900, "fDef": 75, "wDef": 75, "aDef": 0, "tDef": -90, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 25, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -10, "tDamPct": -10, "eDamPct": 14, "fDefPct": 8, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stricken Bolt", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "420-1300", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 1040, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 25, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Broken Sandust", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 2, "int": 0, "agi": 0, "def": 0, "spd": 1, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 1, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enhanced Copper Plate", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 285, "fDef": -15, "wDef": 0, "aDef": 0, "tDef": -18, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 3, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 2, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 4, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enhanced Coalwalkers", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 3, "category": "armor", "slots": 1, "drop": "never", "hp": 230, "fDef": 15, "wDef": -25, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 31, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 0, "int": 0, "agi": 0, "def": 1, "spd": -7, "atkTier": 0, "hpBonus": 20, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enhanced DuskShield", "displayName": "Enhanced Duskshield", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 3, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 460, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 10, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 3, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Enhanced Pickpockets", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 275, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 2, "def": -7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Upgraded Archpriest", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "15-25", "fDam": "0-0", "wDam": "13-14", "aDam": "12-17", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 18, "agiReq": 18, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 2, "str": 0, "dex": 0, "int": -1, "agi": 2, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 4, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Upgraded Radiance", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "38-56", "fDam": "17-22", "wDam": "15-25", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 15, "hprPct": 4, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cracked Stonehall", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 3, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Upgraded Dark Needle", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "8-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "7-16", "eDam": "0-0", "atkSpd": "FAST", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Used Wolf Paw", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 4, "tDef": 0, "eDef": 4, "lvl": 30, "classReq": null, "strReq": 8, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 2, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 2, "tDamPct": 0, "eDamPct": 2, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diving Boots II", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 750, "fDef": 0, "wDef": 65, "aDef": 0, "tDef": -50, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Upgraded Steel Buster", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 3, "category": "weapon", "slots": 1, "drop": "never", "nDam": "39-52", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "18-22", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -9, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Backstaff", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "14-18", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "6-10", "atkSpd": "NORMAL", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 60, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 16, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diving Boots III", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 1350, "fDef": 0, "wDef": 90, "aDef": 0, "tDef": -75, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Upgraded Whisper", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "24-36", "fDam": "0-0", "wDam": "0-0", "aDam": "13-22", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 3, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 1, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 2, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Harpoon", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "74-84", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -7, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mage-Crafted Staff", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "10-20", "fDam": "12-18", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 5, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fishing Hook", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "12-16", "fDam": "0-0", "wDam": "8-14", "aDam": "0-0", "tDam": "2-6", "eDam": "0-0", "atkSpd": "FAST", "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Eel Spear", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "never", "nDam": "9-13", "fDam": "0-0", "wDam": "6-8", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 24, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Selchar's Famous Breeches", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 125, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 7, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Diving Boots I", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 300, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Crow's Nest", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 135, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 5, "eDef": -3, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 12, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 7, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Portable Buoys", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 130, "fDef": 0, "wDef": 7, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sea Legs", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 180, "fDef": 0, "wDef": 8, "aDef": 0, "tDef": -6, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Saltwater Rune", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "80-95", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-50", "atkSpd": "VERY_SLOW", "lvl": 24, "classReq": null, "strReq": 8, "dexReq": 0, "intReq": 12, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -2, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seafarer's Coat", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 150, "fDef": 0, "wDef": 7, "aDef": 5, "tDef": 0, "eDef": 0, "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brass Leg Plates", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2125, "fDef": -120, "wDef": 0, "aDef": 0, "tDef": 75, "eDef": 75, "lvl": 81, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 160, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tricorne", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 115, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 1, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tearing Seam", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "20-26", "fDam": "17-23", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "23-29", "atkSpd": "FAST", "lvl": 43, "classReq": null, "strReq": 16, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 16, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 33, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": -7, "int": -7, "agi": -7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 150, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 43, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Brass Choker", "tier": "Rare", "set": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 10, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 2, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Double-Edge", "tier": "Rare", "type": "spear", "set": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "45-145", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "45-135", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -30, "mr": 0, "sdPct": 0, "mdPct": 13, "ls": -215, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 190, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragulj Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1875, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 12, "aDefPct": 12, "tDefPct": 12, "eDefPct": 12, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragon Horned Helmet", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2150, "fDef": 160, "wDef": -100, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ehoole Drakeskin", "tier": "Rare", "type": "leggings", "set": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 1750, "fDef": -140, "wDef": 90, "aDef": 80, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 8, "mdPct": -16, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 210, "mdRaw": 0, "fDamPct": -16, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Earthlink", "tier": "Rare", "type": "boots", "set": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1850, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 70, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -5, "tDamPct": -5, "eDamPct": 35, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Crook's March", "tier": "Rare", "type": "relik", "set": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "140-160", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "160-180", "eDam": "165-175", "atkSpd": "SLOW", "lvl": 82, "classReq": null, "strReq": 45, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 250, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -900, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Flexing Chain", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -2, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 6, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fire Pearl", "tier": "Rare", "set": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 6, "category": "accessory", "slots": 0, "drop": "never", "hp": 500, "fDef": 50, "wDef": -40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 4, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Forge Stoker", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-11", "fDam": "39-50", "wDam": "0-0", "aDam": "28-39", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 180, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -55, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 16, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Formation", "tier": "Rare", "set": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 300, "fDef": 0, "wDef": 0, "aDef": -25, "tDef": 0, "eDef": 40, "lvl": 81, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 4, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Metal Breaker", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 1, "drop": "never", "nDam": "330-360", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "300-400", "atkSpd": "VERY_SLOW", "lvl": 80, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": -4, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jewel Cutter", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "100-200", "fDam": "0-0", "wDam": "0-0", "aDam": "60-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 145, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": -12, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ironbody", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 18, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 2950, "fDef": 110, "wDef": 40, "aDef": 50, "tDef": 60, "eDef": 120, "lvl": 82, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 16, "mr": 0, "sdPct": 0, "mdPct": 16, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -30, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plate Shock", "tier": "Rare", "type": "wand", "set": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "155-290", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -75, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 18, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mithril Mantle", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "hp": 2125, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 4, "agi": 4, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mining Fever", "tier": "Rare", "type": "helmet", "set": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 1850, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 25, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 7, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rask", "tier": "Rare", "set": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ring of Power", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 2, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Rough Diamond", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 2, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ring of Wisdom", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Legionnaire Plate", "tier": "Set", "type": "chestplate", "set": null, "quest": "The Belly of the Beast", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2400, "fDef": 120, "wDef": -90, "aDef": 120, "tDef": -90, "eDef": 120, "lvl": 83, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 10, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 210, "fDamPct": 10, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Legionnaire Helm", "tier": "Set", "type": "helmet", "set": null, "quest": "The Belly of the Beast", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2125, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 82, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 5, "lb": 15, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Legionnaire Leggings", "tier": "Set", "type": "leggings", "set": null, "quest": "The Belly of the Beast", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1900, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sterk", "tier": "Rare", "set": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 250, "fDef": 25, "wDef": -10, "aDef": 0, "tDef": 0, "eDef": 10, "lvl": 81, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 0, "aDefPct": 6, "tDefPct": 0, "eDefPct": 8, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shale Edge", "tier": "Rare", "type": "dagger", "set": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "53-85", "fDam": "0-0", "wDam": "43-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -16, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": -13, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steady Grip", "tier": "Rare", "set": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragonspit", "tier": "Rare", "type": "bow", "set": null, "quest": "From The Bottom", "poison": 0, "thorns": 0, "exploding": 7, "category": "weapon", "slots": 2, "drop": "never", "nDam": "44-61", "fDam": "99-182", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 335, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 1200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Bay", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "165-175", "fDam": "0-0", "wDam": "55-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Brand", "tier": "Legendary", "set": null, "quest": "The Belly Of The Beast", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 650, "fDef": 30, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": -5, "aDefPct": 0, "tDefPct": -5, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tankard Basher", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "50-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-110", "atkSpd": "FAST", "lvl": 81, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": -8, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Banner", "tier": "Legendary", "set": null, "quest": "The Belly Of The Beast", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 82, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sterling Silver", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 25, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Siege Bow", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "165-310", "fDam": "75-160", "wDam": "0-0", "aDam": "55-180", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": -15, "atkTier": 0, "hpBonus": 750, "spRegen": 0, "eSteal": 0, "hprRaw": 160, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Crest", "tier": "Legendary", "set": null, "quest": "The Belly Of The Beast", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 6, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": -10, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Warhammer", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 2, "drop": "never", "nDam": "150-200", "fDam": "60-115", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-105", "atkSpd": "SLOW", "lvl": 82, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 25, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tight Clamp", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 450, "fDef": 30, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -2, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Stonesinger", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "140-150", "fDam": "65-80", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-75", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 180, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 20, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Warsword", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "90-155", "fDam": "0-0", "wDam": "0-0", "aDam": "50-90", "tDam": "0-0", "eDam": "60-80", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": -8, "agi": 8, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -100, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Filter Mask", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": -375, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2750, "fDef": 0, "wDef": 0, "aDef": 120, "tDef": 0, "eDef": 120, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 20, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Canyon Strider", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2200, "fDef": -70, "wDef": 0, "aDef": 70, "tDef": 0, "eDef": 70, "lvl": 84, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 6, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 12, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Coal Duster", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 3500, "thorns": 0, "exploding": 10, "category": "armor", "slots": 3, "drop": "never", "hp": 2575, "fDef": -65, "wDef": 0, "aDef": 0, "tDef": 90, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": -35, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": -17, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": -25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Fir Needle", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "32-64", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "53-91", "atkSpd": "SUPER_FAST", "lvl": 83, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 154, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 19, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Firestarter", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 3, "drop": "never", "nDam": "160-252", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Pine Bow", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "200-310", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "70-100", "atkSpd": "NORMAL", "lvl": 85, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Plated Mining Helm", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Ironstaff", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "60-90", "fDam": "45-60", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "45-60", "atkSpd": "NORMAL", "lvl": 82, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -10, "int": -10, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 1075, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 30, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Windwhistle", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "17-50", "fDam": "0-0", "wDam": "72-88", "aDam": "61-99", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": -8, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shine Lamp", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "0-0", "fDam": "280-291", "wDam": "269-303", "aDam": "263-309", "tDam": "257-314", "eDam": "274-297", "atkSpd": "SUPER_SLOW", "lvl": 83, "classReq": null, "strReq": 18, "dexReq": 18, "intReq": 18, "agiReq": 18, "defReq": 18, "hprPct": 0, "mr": 1, "sdPct": -25, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": -25, "spRaw1": 0, "spPct2": -25, "spRaw2": 0, "spPct3": -25, "spRaw3": 0, "spPct4": -25, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Surefooter", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 7, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2550, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 70, "eDef": 100, "lvl": 86, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 7, "aDefPct": 0, "tDefPct": 10, "eDefPct": 14, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wood Hammer", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "80-140", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "30-60", "atkSpd": "FAST", "lvl": 84, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Battalion", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 640, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": -10, "aDamPct": -10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wooly Long Johns", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "never", "hp": 2525, "fDef": 0, "wDef": 175, "aDef": 175, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 14, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 145, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 14, "aDefPct": 14, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thanos Legionnaire Greaves", "tier": "Set", "type": "boots", "set": null, "quest": "The Belly of the Beast", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2550, "fDef": 60, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Defender", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "100-110", "fDam": "65-95", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Battle Staff", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 2, "drop": "never", "nDam": "25-30", "fDam": "15-30", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dual", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "22-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "28-39", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dinosaur", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 650, "fDef": 0, "wDef": 0, "aDef": -50, "tDef": 0, "eDef": 40, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": -5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Medecin", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "34-52", "fDam": "0-0", "wDam": "34-52", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 2, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Judge", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 750, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 15, "mdPct": 20, "ls": -80, "ms": -2, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Moonlight", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "40-50", "fDam": "0-0", "wDam": "25-35", "aDam": "25-35", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 16, "agiReq": 16, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 25, "aDefPct": 25, "tDefPct": 15, "eDefPct": 15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Hurricane", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 750, "fDef": -100, "wDef": 0, "aDef": 100, "tDef": 0, "eDef": -40, "lvl": 55, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wardrummer", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "restrict": null, "nDam": "155-180", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 52, "classReq": null, "strReq": 16, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 16, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Strikedown", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "restrict": null, "nDam": "112-120", "fDam": "0-0", "wDam": "70-80", "aDam": "0-0", "tDam": "60-90", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -40, "sdRaw": 95, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -15, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Warlord", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "nDam": "320-457", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 54, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": -3, "int": 0, "agi": -3, "def": 2, "spd": -4, "atkTier": 0, "hpBonus": 450, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voidstone Elrik", "tier": "Rare", "type": "relik", "set": null, "quest": "One Thousand Meters Under", "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "215-225", "fDam": "0-0", "wDam": "0-0", "aDam": "425-455", "tDam": "0-0", "eDam": "430-450", "atkSpd": "VERY_SLOW", "lvl": 95, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 305, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voidstone Lensing", "tier": "Rare", "type": "bow", "set": null, "quest": "One Thousand Meters Under", "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "170-270", "fDam": "0-0", "wDam": "0-0", "aDam": "390-490", "tDam": "0-0", "eDam": "390-490", "atkSpd": "VERY_SLOW", "lvl": 95, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 305, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voidstone Esbald", "tier": "Rare", "type": "dagger", "set": null, "quest": "One Thousand Meters Under", "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "183-183", "fDam": "0-0", "wDam": "0-0", "aDam": "166-566", "tDam": "0-0", "eDam": "166-566", "atkSpd": "VERY_SLOW", "lvl": 95, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 305, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voidstone Arpes", "tier": "Rare", "type": "spear", "set": null, "quest": "One Thousand Meters Under", "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-292", "fDam": "0-0", "wDam": "0-0", "aDam": "292-292", "tDam": "0-0", "eDam": "292-292", "atkSpd": "VERY_SLOW", "lvl": 95, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 305, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zhight Beaded Broach", "tier": "Unique", "set": null, "quest": "Zhight Island", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 10, "sdRaw": 10, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voidstone Recteps", "tier": "Rare", "type": "wand", "set": null, "quest": "One Thousand Meters Under", "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "105-115", "fDam": "0-0", "wDam": "0-0", "aDam": "140-300", "tDam": "0-0", "eDam": "200-240", "atkSpd": "VERY_SLOW", "lvl": 95, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 305, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zhight Coral Band", "tier": "Rare", "set": null, "quest": "Zhight Island", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 200, "fDef": 0, "wDef": 35, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zhight Shiny Ring", "tier": "Rare", "set": null, "quest": "Zhight Island", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -65, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 9, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zhight Powwow Bangle", "tier": "Unique", "set": null, "quest": "Zhight Island", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 5, "wDef": 5, "aDef": 5, "tDef": 5, "eDef": 5, "lvl": 55, "classReq": null, "strReq": 6, "dexReq": 6, "intReq": 6, "agiReq": 6, "defReq": 6, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 9, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 12, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 7, "wDamPct": 7, "aDamPct": 7, "tDamPct": 7, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zhight Souvenir Coin", "tier": "Unique", "set": null, "quest": "Zhight Island", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 1, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sage", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "54-76", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 32, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saffron Arch", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "35-52", "fDam": "14-30", "wDam": "0-0", "aDam": "0-0", "tDam": "10-34", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 8, "intReq": 0, "agiReq": 0, "defReq": 8, "hprPct": 7, "mr": 0, "sdPct": 6, "mdPct": -14, "ls": 33, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 160, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sagittarius", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 18, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2900, "fDef": 0, "wDef": 0, "aDef": 140, "tDef": 0, "eDef": -200, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 80, "defReq": 0, "hprPct": -25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 18, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 230, "mdRaw": 300, "fDamPct": 0, "wDamPct": 0, "aDamPct": 25, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zhight Weird Magic Necklace", "tier": "Rare", "set": null, "quest": "Zhight Island", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 5, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 55, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 7, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Salience", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 300, "fDef": 20, "wDef": 15, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 10, "hprPct": 12, "mr": 0, "sdPct": -6, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 10, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 9, "wDefPct": 9, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saint's Scar", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 85, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "19-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "8-15", "atkSpd": "NORMAL", "lvl": 24, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Salmon", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "22-44", "fDam": "0-0", "wDam": "33-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 4, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Salamander", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 130, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-19", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 20, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sanare", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "80-100", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": 15, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 27, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saltine", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-55", "fDam": "0-0", "wDam": "0-0", "aDam": "65-75", "tDam": "45-95", "eDam": "0-0", "atkSpd": "FAST", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 5, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": -400, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 16, "tDamPct": 16, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -16, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Salvation", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "32-32", "fDam": "36-36", "wDam": "36-36", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 35, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 1250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -50, "eDamPct": 0, "fDefPct": 12, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "SandStorm Walker", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 3, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 435, "fDef": 0, "wDef": 0, "aDef": -30, "tDef": 20, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 4, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sandstorm", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 50, "thorns": 7, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "14-29", "fDam": "0-0", "wDam": "0-0", "aDam": "20-39", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 15, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -35, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sandstone Leggings", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 270, "fDef": 0, "wDef": -15, "aDef": 8, "tDef": 0, "eDef": 8, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sandust", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sano's Wisdom", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 565, "fDef": 0, "wDef": 35, "aDef": 15, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": -20, "eDamPct": -15, "fDefPct": 0, "wDefPct": 25, "aDefPct": 15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sandscar", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 365, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "26-42", "fDam": "0-0", "wDam": "0-0", "aDam": "10-18", "tDam": "0-0", "eDam": "16-28", "atkSpd": "NORMAL", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": -5, "aDefPct": 7, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sans", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "210-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sapphire Shard", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "23-28", "fDam": "0-0", "wDam": "58-67", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 21, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 14, "lb": 0, "ref": 11, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -8, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sapling", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "100-180", "aDam": "0-0", "tDam": "0-0", "eDam": "130-150", "atkSpd": "SLOW", "lvl": 75, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 2, "sdPct": -10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 85, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sargasso", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 10, "fDef": 0, "wDef": 3, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sano's Care", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 0, "fDef": 200, "wDef": 200, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 70, "hprPct": 40, "mr": 2, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 215, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sapphire", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3050, "fDef": 0, "wDef": -80, "aDef": 0, "tDef": 0, "eDef": -80, "lvl": 97, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 18, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 10, "hprRaw": 0, "sdRaw": 190, "mdRaw": 245, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -35, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saving Grace", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "70-80", "wDam": "45-55", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": -25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sawdust", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 30, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 700, "fDef": -40, "wDef": 0, "aDef": 45, "tDef": 0, "eDef": 30, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 13, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 18, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scalding Scimitar", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "120-240", "fDam": "60-197", "wDam": "60-197", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 30, "hprPct": -30, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 25, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -30, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sayleros' Brother's Misfortune", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": -2, "int": 0, "agi": -2, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sarnfic's Lost Treasure", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -15, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 9, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scarab", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 6, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scaldsteppers", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2325, "fDef": 75, "wDef": 110, "aDef": -90, "tDef": -100, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": -12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scale of Sieryu", "displayName": "Scale of Seiryu", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1500, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 100, "defReq": 0, "hprPct": 0, "mr": 4, "sdPct": -150, "mdPct": -50, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 40, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scalpel", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "28-30", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 32, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 16, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scorcher", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "34-40", "fDam": "50-60", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scorpion", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 450, "thorns": 25, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "90-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -5, "wDefPct": -5, "aDefPct": -10, "tDefPct": -5, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scorpio", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 1360, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3500, "fDef": 160, "wDef": -150, "aDef": 0, "tDef": 0, "eDef": 80, "lvl": 90, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scylla Shell", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 400, "fDef": 0, "wDef": 15, "aDef": -40, "tDef": 0, "eDef": 15, "lvl": 45, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Screech", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1675, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 150, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 11, "wDamPct": 0, "aDamPct": 11, "tDamPct": 11, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sculptor", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 5, "drop": "NORMAL", "nDam": "210-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 180, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scroll of Nythiar", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "11-22", "wDam": "15-18", "aDam": "9-24", "tDam": "6-27", "eDam": "12-21", "atkSpd": "FAST", "lvl": 66, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 23, "mr": 2, "sdPct": 35, "mdPct": -70, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 42, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seagazer", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2175, "fDef": 0, "wDef": 100, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 55, "sdRaw": 0, "mdRaw": 0, "fDamPct": -7, "wDamPct": 0, "aDamPct": 0, "tDamPct": -7, "eDamPct": -7, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Saundersi Signet", "tier": "Legendary", "set": null, "quest": null, "poison": 758, "thorns": 0, "exploding": 15, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -125, "fDef": 0, "wDef": 0, "aDef": -30, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 40, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Searing Knife", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 6, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "85-110", "fDam": "45-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 18, "mr": 0, "sdPct": 9, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scythe", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-115", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "30-165", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 70, "classReq": null, "strReq": 40, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -23, "mr": 0, "sdPct": 0, "mdPct": 25, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 9, "int": -10, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 15, "fDefPct": 0, "wDefPct": -25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seipodon", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "fDef": 0, "wDef": 140, "aDef": 0, "tDef": -140, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 75, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -25, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sealing Coin", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 330, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Secret", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Second Wind", "tier": "Fabled", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 6325, "fDef": 120, "wDef": 0, "aDef": 120, "tDef": -300, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 65, "hprPct": -30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -400, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 20, "def": 0, "spd": 20, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seismic Chaps", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 270, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 59, "fDamPct": 0, "wDamPct": 0, "aDamPct": -10, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seeker", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 1, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seismosoul", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2300, "fDef": 0, "wDef": 65, "aDef": -130, "tDef": 0, "eDef": 65, "lvl": 92, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -40, "wDefPct": 0, "aDefPct": 0, "tDefPct": -40, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Semreh", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 975, "fDef": -60, "wDef": 0, "aDef": 70, "tDef": 0, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 11, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sempiternel", "displayName": "Sempiternal", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2700, "fDef": 170, "wDef": 0, "aDef": 130, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 55, "hprPct": 25, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 900, "spRegen": 0, "eSteal": 0, "hprRaw": 185, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 16, "aDefPct": 0, "tDefPct": 18, "eDefPct": 24, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sequencer", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2345, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": 15, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 100, "sdRaw": 60, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sequoia", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 3130, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "9-17", "atkSpd": "VERY_SLOW", "lvl": 100, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -30, "atkTier": 0, "hpBonus": 1300, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seven-League Boots", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "majorIds": ["LIGHTWEIGHT"], "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 450, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": -60, "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 18, "def": 0, "spd": 27, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sextant", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "fDef": 0, "wDef": 0, "aDef": -70, "tDef": 0, "eDef": 60, "lvl": 62, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -15, "tDamPct": 0, "eDamPct": 9, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 9, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Seraph", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "27-45", "fDam": "0-0", "wDam": "0-0", "aDam": "32-36", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 4, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 15, "tDefPct": -12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sessanta", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 60, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 90, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shadow Blade", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "4-15", "fDam": "0-0", "wDam": "0-0", "aDam": "1-8", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -8, "ls": 5, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 8, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shade of Night", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "32-117", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 13, "aDamPct": 0, "tDamPct": 13, "eDamPct": 0, "fDefPct": -26, "wDefPct": 0, "aDefPct": 20, "tDefPct": 0, "eDefPct": -26, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shaggy Boots", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 150, "eDef": -150, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 300, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -6, "hpBonus": -800, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 2700, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 40, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shark Tooth", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 1, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shajaea", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-160", "fDam": "135-240", "wDam": "135-240", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 45, "hprPct": 27, "mr": 2, "sdPct": -16, "mdPct": -16, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 2000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sharp Heels", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 130, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -5, "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 29, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shadow Flame", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "59-63", "fDam": "53-69", "wDam": "0-0", "aDam": "0-0", "tDam": "47-75", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -10, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -800, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 140, "mdRaw": 0, "fDamPct": 17, "wDamPct": -25, "aDamPct": 0, "tDamPct": 17, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -20, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sharpened Harpoon", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "165-265", "fDam": "0-0", "wDam": "175-300", "aDam": "0-0", "tDam": "75-400", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 11, "ref": 0, "str": 0, "dex": 9, "int": 9, "agi": 0, "def": 0, "spd": -19, "atkTier": 0, "hpBonus": -1050, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": -15, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sharp", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 3, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sharp Terror", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "25-31", "fDam": "0-0", "wDam": "31-39", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sharpshooter", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "36-43", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shawl of Gaea", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3700, "fDef": 125, "wDef": 0, "aDef": -150, "tDef": 0, "eDef": 125, "lvl": 95, "classReq": null, "strReq": 75, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 465, "fDamPct": 27, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": -30, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shell of Genbu", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2500, "fDef": 75, "wDef": 75, "aDef": 0, "tDef": -90, "eDef": -60, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 23, "mdPct": 0, "ls": -215, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sharpened Stylus", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "15-19", "fDam": "0-0", "wDam": "15-19", "aDam": "0-0", "tDam": "15-19", "eDam": "0-0", "atkSpd": "FAST", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 17, "intReq": 17, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": 14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -170, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 14, "aDamPct": 0, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shatterglass", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 11, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -20, "wDef": -20, "aDef": -20, "tDef": -20, "eDef": -20, "lvl": 91, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": -5, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shield Buster", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "20-200", "fDam": "0-0", "wDam": "100-150", "aDam": "0-0", "tDam": "0-0", "eDam": "110-140", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 145, "mdRaw": 210, "fDamPct": 0, "wDamPct": 0, "aDamPct": -20, "tDamPct": -20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shin Guards", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 9, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shimmersight", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2700, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": -10, "lb": -30, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 12, "aDefPct": 10, "tDefPct": 12, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shellcarve", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "55-58", "fDam": "0-0", "wDam": "131-151", "aDam": "0-0", "tDam": "0-0", "eDam": "131-151", "atkSpd": "FAST", "lvl": 93, "classReq": null, "strReq": 42, "dexReq": 0, "intReq": 42, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -9, "int": 0, "agi": -9, "def": -9, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -280, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 28, "aDamPct": 0, "tDamPct": 0, "eDamPct": 28, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": -1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shinespark", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 20, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 575, "fDef": 0, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": -30, "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 0, "fDamPct": 16, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": -50, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shining Stave", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "30-60", "fDam": "0-0", "wDam": "0-0", "aDam": "24-50", "tDam": "24-50", "eDam": "0-0", "atkSpd": "FAST", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 16, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 14, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shining Cloak", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 12, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shock", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shockmosis", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "107-127", "fDam": "0-0", "wDam": "45-55", "aDam": "0-0", "tDam": "45-55", "eDam": "0-0", "atkSpd": "FAST", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sheathed Glaive", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Short Circuit", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 18, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -60, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": 0, "ls": -120, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 17, "eDamPct": 0, "fDefPct": 0, "wDefPct": -7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shiny Coin", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 120, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shrok", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 385, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 30, "eDef": -25, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 53, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shokku", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-75", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-100", "eDam": "0-0", "atkSpd": "FAST", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 5, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sickle", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-30", "fDam": "0-0", "wDam": "0-0", "aDam": "5-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shockwave", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1925, "fDef": -130, "wDef": 0, "aDef": 90, "tDef": 90, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": -12, "mr": 0, "sdPct": 13, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sight of the Druid", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 805, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "170-215", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-130", "atkSpd": "SLOW", "lvl": 78, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -15, "eDamPct": 0, "fDefPct": -15, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sigil of Existence", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "45-60", "fDam": "0-0", "wDam": "50-60", "aDam": "40-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 16, "agi": 10, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 2050, "spRegen": 77, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 31, "aDefPct": 31, "tDefPct": -15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sightlines", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 600, "fDef": -60, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 54, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 85, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sigil of Resistance", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "115-119", "fDam": "117-121", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "117-121", "atkSpd": "NORMAL", "lvl": 97, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 95, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 12, "spd": 0, "atkTier": 0, "hpBonus": 3000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 31, "wDefPct": -15, "aDefPct": 12, "tDefPct": 15, "eDefPct": 31, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Signal Flare", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3200, "fDef": 100, "wDef": -150, "aDef": 100, "tDef": 0, "eDef": -100, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 205, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 260, "fDamPct": 15, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -35, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silent Ballet", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "125-135", "tDam": "0-0", "eDam": "125-135", "atkSpd": "FAST", "lvl": 83, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -40000, "mdPct": 40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -40000, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": -40, "spRaw1": -40, "spPct2": -40, "spRaw2": -40, "spPct3": -40, "spRaw3": -40, "spPct4": -40, "spRaw4": -40, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silkweb Mail", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "fDef": -110, "wDef": 0, "aDef": 90, "tDef": 0, "eDef": 120, "lvl": 95, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 240, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -9, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 30, "tDamPct": 0, "eDamPct": 20, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silhouette", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "24-27", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silkworm", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 260, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": -50, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 38, "defReq": 0, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": -10, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "66-105", "fDam": "0-0", "wDam": "0-0", "aDam": "110-149", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 9, "agi": 0, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 23, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Bell", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-55", "fDam": "0-0", "wDam": "85-110", "aDam": "65-130", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Bow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "22-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 13, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silver Sound", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "535-540", "wDam": "0-0", "aDam": "535-540", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": 10, "def": 10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 29, "wDamPct": -42, "aDamPct": 29, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": -2, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Simplicity", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 4, "wDef": 4, "aDef": 4, "tDef": 4, "eDef": 4, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 1, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Simple Coin", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 10, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sinister", "tier": "Rare", "set": null, "quest": null, "poison": 350, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -55, "aDef": 0, "tDef": 20, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 80, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -13, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sitis", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-140", "fDam": "0-0", "wDam": "150-225", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 20, "mdPct": 0, "ls": 300, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -185, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sinkhole", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "550-575", "atkSpd": "VERY_SLOW", "lvl": 61, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 118, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -600, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 305, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Siwel's Guilt", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 6, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": -5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 370, "spRegen": -30, "eSteal": 0, "hprRaw": 28, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skaxis", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "45-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "40-100", "atkSpd": "FAST", "lvl": 62, "classReq": null, "strReq": 40, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 100, "int": 0, "agi": -77, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": -500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sizzling Shawl", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3050, "fDef": 60, "wDef": 80, "aDef": 0, "tDef": -180, "eDef": 0, "lvl": 98, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 35, "hprPct": -25, "mr": 0, "sdPct": 23, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -150, "sdRaw": 200, "mdRaw": 0, "fDamPct": 20, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skeleton's Bone", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 5, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skeleton Bones", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 82, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 210, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 18, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skeleton Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 200, "fDef": -15, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": -5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skien's Madness", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "10-155", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 13, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 7, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 2, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Silicosis", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 900, "fDef": -100, "wDef": 0, "aDef": 45, "tDef": 0, "eDef": 55, "lvl": 63, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 5, "def": -3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -30, "wDamPct": 0, "aDamPct": 13, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skien's Paranoia", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "64-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 140, "ms": -1, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": -5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 450, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skin Cap", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 16, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skin Piercer", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "1-55", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-55", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sky Glaze", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "25-25", "fDam": "0-0", "wDam": "20-30", "aDam": "15-35", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": -10, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sky Chef's Apron", "tier": "Rare", "type": "chestplate", "set": null, "quest": "Recipe For Disaster", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "never", "hp": 3200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 6, "dex": 6, "int": 6, "agi": 6, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skyspiral", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "31-31", "fDam": "0-0", "wDam": "0-0", "aDam": "57-63", "tDam": "38-42", "eDam": "0-0", "atkSpd": "FAST", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": -5, "spd": 20, "atkTier": 0, "hpBonus": -320, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 59, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sky Reflector", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1100, "fDef": -60, "wDef": 15, "aDef": 70, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skyfall", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "25-55", "fDam": "0-0", "wDam": "0-0", "aDam": "55-95", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 38, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -12, "wDamPct": -12, "aDamPct": 24, "tDamPct": -12, "eDamPct": -12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slap", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 5, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Shine Suffocator", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "44-53", "fDam": "0-0", "wDam": "33-40", "aDam": "0-0", "tDam": "33-40", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 300, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -80, "spRaw3": 0, "spPct4": 0, "spRaw4": 2, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Skywatcher", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1950, "fDef": -100, "wDef": 0, "aDef": 100, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 5, "agi": 7, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 7, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slate Bow", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 6, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "10-18", "fDam": "10-18", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "10-18", "atkSpd": "NORMAL", "lvl": 19, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 9, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 30, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sleeping Beast", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 1730, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "190-260", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "70-270", "eDam": "130-210", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slash and Burn", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-35", "fDam": "25-30", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 40, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": -12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sledge", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "25-37", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slime-blend Leggings", "displayName": "Slime-Blend Leggings", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 17, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 70, "fDef": 0, "wDef": 7, "aDef": 0, "tDef": -10, "eDef": 0, "lvl": 15, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slicer", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-9", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 1, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slipstream", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": -30, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1800, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slippery Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 30, "fDef": -4, "wDef": 0, "aDef": 4, "tDef": 0, "eDef": 0, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -2, "int": 0, "agi": 3, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Smack Jacket", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2200, "fDef": 0, "wDef": 0, "aDef": -100, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 60, "dexReq": 60, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 180, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sloth", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "40-58", "fDam": "17-25", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 7, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sliver", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": -3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 59, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Slumber", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "160-260", "fDam": "0-0", "wDam": "140-240", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snakeroot Bow", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 435, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "110-140", "fDam": "50-85", "wDam": "0-0", "aDam": "0-0", "tDam": "50-85", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": -200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snapdragon", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "25-50", "fDam": "35-65", "wDam": "0-0", "aDam": "0-0", "tDam": "35-65", "eDam": "0-0", "atkSpd": "FAST", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 140, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -10, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Smoldering Apron", "tier": "Rare", "type": "chestplate", "set": null, "quest": "Recipe For Disaster", "poison": 0, "thorns": 0, "exploding": 25, "category": "armor", "slots": 2, "drop": "never", "hp": 2550, "fDef": 80, "wDef": -180, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -100, "sdRaw": 0, "mdRaw": 0, "fDamPct": 21, "wDamPct": -30, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sneaky Caster", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "23-30", "fDam": "0-0", "wDam": "0-0", "aDam": "4-9", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snow Dust", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": -20, "wDef": 0, "aDef": 25, "tDef": 25, "eDef": -20, "lvl": 52, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 4, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snowslicer", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "23-32", "fDam": "0-0", "wDam": "18-29", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -8, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soarfae", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2650, "fDef": -125, "wDef": 0, "aDef": 150, "tDef": 0, "eDef": 0, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 65, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 17, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 31, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soaked Tunic", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 45, "fDef": 0, "wDef": 4, "aDef": 0, "tDef": -6, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 7, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sokoto", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 15, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solar Flare", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": -70, "aDef": 0, "tDef": 70, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soft Helmet", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 10, "fDef": 0, "wDef": 0, "aDef": 3, "tDef": -1, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 1, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solar Pillar", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-46", "fDam": "27-33", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 600, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": -120, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solitude", "tier": "Unique", "type": "bow", "set": null, "quest": "The Lost", "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "100-140", "fDam": "0-0", "wDam": "0-0", "aDam": "85-115", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soldier", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 160, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 78, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Someone Else's Knife", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "32-40", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 23, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Solstice", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-65", "fDam": "20-25", "wDam": "25-35", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 25, "hprPct": 14, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 240, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -14, "tDamPct": -14, "eDamPct": -14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sorcerer's Stick", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "10-18", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "17-23", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": -9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Souffle", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "105-130", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 58, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 28, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soul", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-30", "fDam": "0-0", "wDam": "0-0", "aDam": "10-30", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sound of Silence", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 23, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 12, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soul Wreath", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1100, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 50, "lvl": 64, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sonicboom", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "417-531", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 30, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 12, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 50, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soundgarden", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "79-95", "tDam": "0-0", "eDam": "90-105", "atkSpd": "FAST", "lvl": 72, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -140, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 110, "mdRaw": 0, "fDamPct": 0, "wDamPct": -25, "aDamPct": 14, "tDamPct": 0, "eDamPct": 14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soul Signal", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2300, "fDef": 0, "wDef": 90, "aDef": 0, "tDef": 125, "eDef": -170, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 8, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 25, "eSteal": 0, "hprRaw": 0, "sdRaw": 230, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -80, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spark of Courage", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-32", "fDam": "0-37", "wDam": "0-0", "aDam": "32-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 35, "hprPct": 15, "mr": 0, "sdPct": -12, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 900, "spRegen": 0, "eSteal": 0, "hprRaw": 130, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sowilo", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 6, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 575, "fDef": 45, "wDef": -55, "aDef": 0, "tDef": 45, "eDef": -55, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Soundwave", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "514-1143", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 70, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -40, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sow Thistle", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 450, "fDef": 0, "wDef": 0, "aDef": -40, "tDef": 0, "eDef": 30, "lvl": 44, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sparkling Tones", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "32-40", "fDam": "0-0", "wDam": "82-98", "aDam": "82-98", "tDam": "3-3", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 44, "agiReq": 44, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": -25, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 174, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 20, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sparkling Plate", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3750, "fDef": 50, "wDef": -50, "aDef": 100, "tDef": 100, "eDef": -50, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 290, "ms": 0, "xpb": 0, "lb": 0, "ref": 17, "str": 0, "dex": 0, "int": -30, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -10, "spRaw1": 0, "spPct2": -20, "spRaw2": 0, "spPct3": -15, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sparklock", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-9", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spear of Sin", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-150", "fDam": "145-200", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 290, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 16, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -13, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -50, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spear of Prosperity", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "24-33", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sparkles", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "38-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "18-65", "eDam": "0-0", "atkSpd": "FAST", "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 22, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spear of Vix", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-28", "fDam": "0-0", "wDam": "0-0", "aDam": "22-55", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 5, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -8, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": -8, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Speaker", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2650, "fDef": -100, "wDef": 0, "aDef": 100, "tDef": 0, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 25, "lb": 0, "ref": 10, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 7, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sphyken", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "75-145", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": -20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spectral Slingshot", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "25-75", "wDam": "25-75", "aDam": "25-75", "tDam": "25-75", "eDam": "25-75", "atkSpd": "FAST", "lvl": 67, "classReq": null, "strReq": 22, "dexReq": 22, "intReq": 22, "agiReq": 22, "defReq": 22, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spicy", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-20", "fDam": "12-14", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 8, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 18, "fDamPct": 9, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spectrum", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 3300, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 97, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 23, "wDamPct": 23, "aDamPct": 23, "tDamPct": 23, "eDamPct": 23, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spectre", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1600, "fDef": -50, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": -50, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 25, "mdPct": -35, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -250, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 19, "tDamPct": 19, "eDamPct": -19, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spinal Tap", "displayName": "September", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2350, "fDef": 70, "wDef": -105, "aDef": 70, "tDef": -105, "eDef": 70, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 35, "hprPct": -21, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 215, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": -21, "agi": 0, "def": 0, "spd": 21, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 205, "fDamPct": 21, "wDamPct": 0, "aDamPct": 21, "tDamPct": 0, "eDamPct": 21, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spike", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 320, "thorns": 25, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "75-93", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "24-40", "atkSpd": "NORMAL", "lvl": 50, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -20, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spiked Helmet", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 40, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1950, "fDef": 0, "wDef": 0, "aDef": -70, "tDef": 0, "eDef": 95, "lvl": 74, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 18, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spleen Splitter", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 3600, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "5-5", "atkSpd": "SLOW", "lvl": 96, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -2, "sdPct": 0, "mdPct": 0, "ls": 280, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 10, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -210, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spiritshock", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 1200, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-85", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "300-300", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 375, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -50, "eSteal": 0, "hprRaw": 0, "sdRaw": 150, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -28, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spine", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 10, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "11-22", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-32", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spirit", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "27-54", "fDam": "0-0", "wDam": "0-0", "aDam": "43-66", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": -8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 4, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spontaneous", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": -330, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sprint Belt", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 33, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 18, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sprinter", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 30, "fDef": 0, "wDef": 0, "aDef": 3, "tDef": 0, "eDef": 0, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sprintguard", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2950, "fDef": 60, "wDef": 0, "aDef": 60, "tDef": -150, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -20, "agi": 7, "def": 7, "spd": 23, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -20, "spRaw1": 0, "spPct2": -10, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spruce Wood Bow", "tier": "Normal", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "21-32", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spruce Wood Shears", "tier": "Normal", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spruce Wood Relik", "tier": "Normal", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "18-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spruce Wood Spear", "tier": "Normal", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "13-19", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spruce Wood Stick", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-10", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spyrr", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-8", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Squall's Breath", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "55-80", "fDam": "0-0", "wDam": "0-0", "aDam": "65-100", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -11, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Squid Anklet", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 40, "aDef": 0, "tDef": -60, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -6, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Squid Dagger", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-90", "fDam": "0-0", "wDam": "40-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 1, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 0, "tDefPct": -30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Squidword's Clarinet", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "3-6", "aDam": "2-9", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 4, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "StabSand", "displayName": "Stabsand", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-190", "fDam": "0-0", "wDam": "0-0", "aDam": "15-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 38, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Staccato", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -60, "aDef": 0, "tDef": 40, "eDef": 20, "lvl": 96, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sreggad", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 167, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 320, "ms": 0, "xpb": 0, "lb": 0, "ref": 167, "str": 0, "dex": 0, "int": 0, "agi": 20, "def": -90, "spd": 0, "atkTier": 0, "hpBonus": 2500, "spRegen": 0, "eSteal": 0, "hprRaw": 110, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -50, "wDefPct": -50, "aDefPct": -50, "tDefPct": -50, "eDefPct": -50, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stad Aer", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 11, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1925, "fDef": -100, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 100, "lvl": 85, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 11, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 215, "fDamPct": 0, "wDamPct": 0, "aDamPct": 11, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 11, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Staff of Regrowth", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-60", "fDam": "0-0", "wDam": "40-60", "aDam": "0-0", "tDam": "0-0", "eDam": "40-60", "atkSpd": "SLOW", "lvl": 71, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Starburst", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "80-100", "fDam": "0-0", "wDam": "0-0", "aDam": "45-65", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -150, "sdRaw": 200, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 20, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Starched Pants", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 16, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Standoff", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -28, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stalagmites", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1700, "fDef": 0, "wDef": -130, "aDef": -130, "tDef": 100, "eDef": 100, "lvl": 67, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 10, "lb": 0, "ref": 0, "str": 7, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 25, "eDamPct": 25, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 20, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stamina", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 120, "fDef": 0, "wDef": 0, "aDef": 5, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 5, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stasis", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "150-150", "atkSpd": "VERY_SLOW", "lvl": 68, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Static Flood", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "42-51", "aDam": "0-0", "tDam": "7-42", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 5, "mdPct": -16, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 13, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Static Wand", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "1-33", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-66", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Spiked Cleats", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 48, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 12, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stave of Tribute", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-23", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Statue", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 7500, "fDef": 60, "wDef": 60, "aDef": 60, "tDef": 60, "eDef": 60, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -200, "atkTier": 0, "hpBonus": 3850, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steam Vent", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "76-128", "fDam": "48-85", "wDam": "0-0", "aDam": "37-99", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 225, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 7, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "StealSkull", "displayName": "Stealskull", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 960, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 68, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 110, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steel Buster", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "36-45", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "15-19", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -7, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steel Sabre", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 150, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "42-58", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "18-22", "atkSpd": "SLOW", "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steamjet Walkers", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "majorIds": ["LIGHTWEIGHT"], "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -80, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 30, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 24, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 15, "def": 0, "spd": 21, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 21, "aDamPct": 24, "tDamPct": 21, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steel Bracer", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 125, "fDef": 12, "wDef": -10, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 7, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stellar", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 25, "wDef": 25, "aDef": 25, "tDef": 25, "eDef": 25, "lvl": 95, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 45, "agiReq": 45, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 13, "mdPct": 13, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 577, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steel Mail", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 415, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steel Wool", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2300, "fDef": 80, "wDef": -120, "aDef": 80, "tDef": 80, "eDef": -120, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 200, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": -22, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -15, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": -10, "spRaw1": 0, "spPct2": -10, "spRaw2": 0, "spPct3": -10, "spRaw3": 0, "spPct4": -10, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Steel Toed Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 80, "fDef": 2, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 2, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 10, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stone Cutter", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "7-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stick of Brilliance", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-18", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 26, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "StoneWall", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1000, "fDef": -10, "wDef": -10, "aDef": -50, "tDef": -10, "eDef": 150, "lvl": 60, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -40, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stingray", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "50-80", "aDam": "0-0", "tDam": "20-110", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 27, "intReq": 27, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 8, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": -14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -14, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Storm Surge", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "97-401", "aDam": "0-0", "tDam": "2-555", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": -900, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 192, "mdRaw": 0, "fDamPct": 0, "wDamPct": 18, "aDamPct": 0, "tDamPct": 18, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -30, "tDefPct": 0, "eDefPct": -71, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Storm Caller", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-115", "fDam": "0-0", "wDam": "0-0", "aDam": "65-75", "tDam": "55-95", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -8, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": -24, "aDefPct": 0, "tDefPct": 0, "eDefPct": -24, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stonehall", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Storm Brewer", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2550, "fDef": 0, "wDef": -150, "aDef": 0, "tDef": 50, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 65, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 16, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 230, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stormdrain", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "260-270", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 4, "sdPct": -15, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 55, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 1, "spPct2": 0, "spRaw2": 1, "spPct3": 0, "spRaw3": 1, "spPct4": 0, "spRaw4": 1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stormstrike", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "8-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stranglevine", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 810, "thorns": 7, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-125", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "75-120", "atkSpd": "SLOW", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 175, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stratus", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stormflash", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "1-23", "aDam": "0-0", "tDam": "1-23", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 39, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": -9, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Streak", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 175, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 10, "eDef": -10, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 3, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": -30, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Straw Helmet", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 95, "fDef": -5, "wDef": -5, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Striker", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "1-10", "fDam": "0-0", "wDam": "0-0", "aDam": "4-7", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": -2, "spd": 0, "atkTier": 0, "hpBonus": -9, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 8, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stress", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "22-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": -18, "spRegen": -10, "eSteal": 0, "hprRaw": -7, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Struggle", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 180, "eDef": -150, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -10, "agi": 0, "def": 0, "spd": 0, "atkTier": -6, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 1650, "fDamPct": 0, "wDamPct": -24, "aDamPct": 0, "tDamPct": 35, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sturdy", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 1800, "fDef": 40, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 79, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 9, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 600, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 13, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Strobelight", "tier": "Fabled", "set": null, "quest": null, "majorIds": ["TAUNT"], "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "restrict": null, "hp": 350, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 54, "classReq": "Warrior", "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stylist's Scissors", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "28-48", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "18-54", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sublimator", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1250, "fDef": 70, "wDef": -90, "aDef": 0, "tDef": 0, "eDef": 70, "lvl": 66, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 16, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 16, "fDefPct": 0, "wDefPct": -18, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Stringendo", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "16-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Succulent Sneakers", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 14, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 835, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 60, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": -8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 9, "aDefPct": -11, "tDefPct": 0, "eDefPct": 9, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Subsumere", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-90", "fDam": "0-0", "wDam": "40-50", "aDam": "0-0", "tDam": "20-60", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 0, "ls": 160, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sublime", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1350, "fDef": 60, "wDef": 0, "aDef": 60, "tDef": 0, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 50, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 7, "spd": 8, "atkTier": 0, "hpBonus": 200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Jewelled Sinew", "displayName": "Subtle Calamity", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "88-150", "tDam": "0-0", "eDam": "88-150", "atkSpd": "VERY_FAST", "lvl": 90, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 10, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -12, "wDefPct": 0, "aDefPct": 0, "tDefPct": -12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Suchimu", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": 40, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 20, "hprPct": 15, "mr": 1, "sdPct": -8, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 35, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -30, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sulphurous Sling", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "21-30", "fDam": "6-15", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 45, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 14, "eDamPct": 0, "fDefPct": 0, "wDefPct": -12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunblock", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 124, "fDef": 10, "wDef": -7, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 14, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunray", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2900, "fDef": 90, "wDef": 0, "aDef": 0, "tDef": 90, "eDef": 0, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 18, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 215, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -10, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunbreeze", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-10", "fDam": "8-12", "wDam": "0-0", "aDam": "8-12", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 5, "spd": 5, "atkTier": 0, "hpBonus": 270, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -6, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunsetter", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "26-37", "fDam": "0-0", "wDam": "24-29", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 0, "aDefPct": 0, "tDefPct": -5, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunrise", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "30-35", "wDam": "0-0", "aDam": "45-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 30, "hprPct": 18, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunshade", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": -10, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 345, "fDef": 15, "wDef": -15, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 0, "aDefPct": 0, "tDefPct": 8, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunshine Shortsword", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "13-21", "fDam": "13-21", "wDam": "0-0", "aDam": "0-0", "tDam": "13-21", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 125, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunshower", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2125, "fDef": 0, "wDef": 80, "aDef": 0, "tDef": -90, "eDef": 0, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 45, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 9, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 13, "wDamPct": 6, "aDamPct": 0, "tDamPct": -19, "eDamPct": 0, "fDefPct": 6, "wDefPct": 13, "aDefPct": 0, "tDefPct": -19, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Supernova", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 19, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "16-37", "wDam": "16-37", "aDam": "16-37", "tDam": "16-37", "eDam": "16-37", "atkSpd": "SUPER_FAST", "lvl": 92, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 12, "aDamPct": 12, "tDamPct": 12, "eDamPct": 12, "fDefPct": -12, "wDefPct": -12, "aDefPct": -12, "tDefPct": -12, "eDefPct": -12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sunstruck", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "200-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 20, "eSteal": 0, "hprRaw": 80, "sdRaw": -63, "mdRaw": -109, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Suppression", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 4, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": -145, "ms": -4, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Svalinn", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1450, "fDef": 150, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 30, "hprPct": 30, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 15, "str": 0, "dex": 0, "int": 0, "agi": -5, "def": 12, "spd": -28, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Swift", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 3, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 1, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sweden", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "21-28", "fDam": "0-0", "wDam": "0-0", "aDam": "21-28", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 14, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 14, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 1, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Symphony", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": 80, "wDef": 80, "aDef": 0, "tDef": -90, "eDef": -90, "lvl": 72, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 50, "hprPct": 20, "mr": 0, "sdPct": 10, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 17, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 70, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Switch Blade", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-12", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Synapse", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": -60, "tDef": 0, "eDef": -60, "lvl": 93, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": -15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 160, "mdRaw": -156, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sylar", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "27-63", "fDam": "0-0", "wDam": "0-0", "aDam": "9-27", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 25, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Syringe", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": -245, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "25-40", "fDam": "0-0", "wDam": "20-30", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 41, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 190, "spRegen": 0, "eSteal": 0, "hprRaw": 19, "sdRaw": 0, "mdRaw": 0, "fDamPct": 13, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Synergy", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Synthesizer", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "99-241", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "99-202", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 120, "mdRaw": 0, "fDamPct": 0, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": -23, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -16, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Agile Loop", "tier": "Unique", "set": null, "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Barbaric Amulet", "tier": "Rare", "set": null, "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": 25, "lvl": 63, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 6, "fDefPct": -8, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dark Band", "tier": "Rare", "set": null, "quest": "Lost in the Jungle", "poison": 0, "thorns": 8, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 25, "eDef": 25, "lvl": 63, "classReq": null, "strReq": 10, "dexReq": 10, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": -8, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Chaotic Amulet", "tier": "Rare", "set": null, "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 25, "aDef": 0, "tDef": 25, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -8, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Guardian Loop", "tier": "Unique", "set": null, "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 15, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 230, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Energy Loop", "tier": "Unique", "set": null, "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 15, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 29, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Droughted Amulet", "tier": "Rare", "set": null, "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 8, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 25, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Swamp Clay", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 350, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1500, "fDef": 0, "wDef": 65, "aDef": -70, "tDef": -70, "eDef": 65, "lvl": 78, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 6, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Magical Loop", "tier": "Unique", "set": null, "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 15, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Force Loop", "tier": "Unique", "set": null, "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 15, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 6, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mask of Hate", "tier": "Legendary", "type": "helmet", "set": null, "quest": "The Passage", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 20, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 110, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mask of Courage", "tier": "Legendary", "type": "helmet", "set": null, "quest": "The Passage", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1400, "fDef": 100, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mask of Fear", "tier": "Legendary", "type": "helmet", "set": null, "quest": "The Passage", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1000, "fDef": 0, "wDef": 0, "aDef": 80, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mask of Enlightement", "displayName": "Mask of Enlightenment", "tier": "Legendary", "type": "helmet", "set": null, "quest": "The Passage", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 750, "fDef": 0, "wDef": 60, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scalding Band", "tier": "Rare", "set": null, "quest": "Lost in the Jungle", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 25, "wDef": 25, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -8, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tactical Kukri", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "56-72", "fDam": "34-40", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 680, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Mask of Rage", "tier": "Legendary", "type": "helmet", "set": null, "quest": "The Passage", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "restrict": "Untradable", "hp": 1050, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 57, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 25, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tainted Step", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 140, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 550, "fDef": -25, "wDef": -25, "aDef": -25, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 42, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": -15, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tailwind", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2425, "fDef": -150, "wDef": 0, "aDef": 150, "tDef": 0, "eDef": 0, "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": -15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 8, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Takeover", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1700, "fDef": 50, "wDef": -50, "aDef": 0, "tDef": 100, "eDef": -100, "lvl": 77, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 115, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": -4, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 80, "mdRaw": 0, "fDamPct": 9, "wDamPct": -12, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Takan's Treachery", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -45, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 8, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Talisman Charm", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 340, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Talaria", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 770, "fDef": -40, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 70, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -20, "ls": 0, "ms": 0, "xpb": 0, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 23, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tarnish", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 90, "fDef": 0, "wDef": 5, "aDef": -6, "tDef": 0, "eDef": 0, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 8, "lb": 0, "ref": -4, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 9, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -7, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Talcum", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 280, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1325, "fDef": 0, "wDef": 0, "aDef": -80, "tDef": 0, "eDef": 40, "lvl": 72, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 11, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 14, "fDefPct": 0, "wDefPct": -13, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tarod's Search", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 20, "aDef": 10, "tDef": 0, "eDef": 0, "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 5, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 7, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": -40, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 6, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tarnkappe", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 900, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 10, "def": -15, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 15, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tarnhelm", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 240, "fDef": 0, "wDef": -20, "aDef": 0, "tDef": 0, "eDef": 20, "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Teal Helm", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1300, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 0, "eDef": 30, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tashkil", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "80-130", "fDam": "95-135", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 15, "mr": 0, "sdPct": -7, "mdPct": 20, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": -6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tarok's Parka", "displayName": "Tarod's Parka", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 35, "fDef": -2, "wDef": 6, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 5, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Taurus", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 30, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 4000, "fDef": -80, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 200, "lvl": 96, "classReq": null, "strReq": 90, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 50, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 15, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -20, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 3000, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tectonics", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1130, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 40, "lvl": 65, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 12, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tears", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 3, "mdPct": 0, "ls": -21, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tear of Pirate Cove", "tier": "Rare", "set": null, "quest": "Redbeard^s Booty", "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 20, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": -2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 20, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tempest", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "11-13", "fDam": "0-0", "wDam": "0-0", "aDam": "16-27", "tDam": "5-37", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 33, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Technicolor Phase", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "7-9", "fDam": "7-9", "wDam": "7-9", "aDam": "7-9", "tDam": "7-9", "eDam": "7-9", "atkSpd": "NORMAL", "lvl": 21, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tempered Boots", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1300, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 6, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 4, "wDefPct": 4, "aDefPct": 4, "tDefPct": 4, "eDefPct": 4, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Temporal Lantern", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "101-101", "wDam": "0-0", "aDam": "95-107", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 22, "defReq": 22, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": -3, "int": -3, "agi": 8, "def": 8, "spd": -15, "atkTier": 0, "hpBonus": 285, "spRegen": 0, "eSteal": 0, "hprRaw": 35, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tenuto", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 350, "fDef": 30, "wDef": -50, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 5, "spd": -8, "atkTier": -6, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tephra", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 15, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1875, "fDef": 90, "wDef": -100, "aDef": 0, "tDef": 0, "eDef": 90, "lvl": 80, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 18, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 18, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 18, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Templar", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 800, "fDef": 15, "wDef": 15, "aDef": 15, "tDef": 15, "eDef": 15, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": -5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Terra's Mold", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 735, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2325, "fDef": 0, "wDef": 0, "aDef": -100, "tDef": 0, "eDef": 100, "lvl": 90, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tepid Plate", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 85, "fDef": 6, "wDef": -3, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 15, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 4, "wDamPct": -6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tesla", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": -1100, "fDef": 0, "wDef": 180, "aDef": 0, "tDef": 120, "eDef": 0, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 280, "ms": 3, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 231, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 40, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": -20, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Terraflux", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "fDef": 0, "wDef": -80, "aDef": 0, "tDef": 0, "eDef": 80, "lvl": 78, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": -10, "mdPct": 13, "ls": 75, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": -5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Creationist", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "17-22", "aDam": "17-22", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 19, "mdPct": -14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -4, "dex": -4, "int": 8, "agi": 8, "def": -4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Abacus", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-45", "fDam": "0-0", "wDam": "0-0", "aDam": "41-44", "tDam": "0-0", "eDam": "42-43", "atkSpd": "SLOW", "lvl": 45, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 9, "fDefPct": -11, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Archaeologist", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 130, "fDef": 0, "wDef": 0, "aDef": -15, "tDef": 0, "eDef": 25, "lvl": 24, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": -8, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Chapel", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 200, "fDef": 10, "wDef": 10, "aDef": 10, "tDef": 10, "eDef": 10, "lvl": 32, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Medic", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-50", "fDam": "45-55", "wDam": "35-45", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 35, "hprPct": 20, "mr": 2, "sdPct": -15, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Banhammer", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "28-38", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "14-20", "atkSpd": "SLOW", "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Dreamer", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "45-90", "fDam": "0-0", "wDam": "0-0", "aDam": "10-80", "tDam": "10-80", "eDam": "0-0", "atkSpd": "FAST", "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 13, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 14, "int": 0, "agi": 14, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": -30, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Sinner", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1150, "fDef": 80, "wDef": -80, "aDef": -80, "tDef": 80, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": -45, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Berserker's Helm", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 310, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 21, "ls": 26, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": -3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": -13, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Berserk", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "38-48", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "8-22", "atkSpd": "SLOW", "lvl": 19, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": -5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": -10, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Brigand's Brogues", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 145, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Brain Smasher", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 3, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "20-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "7-17", "atkSpd": "VERY_SLOW", "lvl": 20, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -6, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -5, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Courier's Cape", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1900, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 80, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 23, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Divide", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 7, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "1-24", "wDam": "1-24", "aDam": "1-24", "tDam": "1-24", "eDam": "1-24", "atkSpd": "NORMAL", "lvl": 26, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 8, "wDefPct": 8, "aDefPct": 8, "tDefPct": 8, "eDefPct": 8, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Elder Wand", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "18-28", "fDam": "0-0", "wDam": "24-46", "aDam": "0-0", "tDam": "0-0", "eDam": "40-48", "atkSpd": "SLOW", "lvl": 62, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -10, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 70, "fDamPct": -10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Ephemeral", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2125, "fDef": 0, "wDef": 100, "aDef": 100, "tDef": -130, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 14, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 7, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The End", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "394-400", "tDam": "0-0", "eDam": "420-444", "atkSpd": "SLOW", "lvl": 100, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 35, "ls": 450, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -300, "mdRaw": 520, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -45, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Euphoric Fedora", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 69, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 5, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 0, "def": 0, "spd": -4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Eviscerator", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 350, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "21-128", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 65, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 150, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Forgery", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2350, "fDef": 100, "wDef": 0, "aDef": 30, "tDef": 30, "eDef": 0, "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 36, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 19, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 11, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 35, "wDefPct": -20, "aDefPct": -5, "tDefPct": -5, "eDefPct": -20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Exile", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "100-135", "fDam": "40-70", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 50, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": -5, "ls": 190, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -5, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": -5, "atkTier": 0, "hpBonus": 1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 45, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Gambler", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -325, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 80, "ms": 1, "xpb": 0, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 325, "spRegen": 0, "eSteal": 4, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": -20, "aDefPct": -20, "tDefPct": -20, "eDefPct": -20, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Head Ripper", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-15", "fDam": "0-0", "wDam": "0-0", "aDam": "15-25", "tDam": "0-0", "eDam": "10-15", "atkSpd": "SLOW", "lvl": 30, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Knight's Chestplate", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 440, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 15, "eDef": -20, "lvl": 43, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 7, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Mark", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 800, "fDef": 0, "wDef": -30, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": -5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The King's Robe", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 11, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Golem", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 50, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 4300, "fDef": 200, "wDef": -150, "aDef": 150, "tDef": 100, "eDef": 100, "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 100, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 300, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 15, "spd": -25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Levee", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 800, "fDef": 40, "wDef": 40, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": -15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Master's Gi", "tier": "Rare", "type": "chestplate", "set": null, "quest": "Enter the Dojo", "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2650, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 20, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 26, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 26, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Leech Spear", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "7-14", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 2, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Mind", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-24", "fDam": "0-0", "wDam": "16-26", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 16, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Meddler", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 19, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 8, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 4, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -2, "sdRaw": 4, "mdRaw": -4, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Nautilus", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "52-70", "fDam": "0-0", "wDam": "28-36", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 10, "ref": 5, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 5, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Oblivious", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 1450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 25, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 550, "spRegen": 0, "eSteal": 0, "hprRaw": 35, "sdRaw": 0, "mdRaw": 0, "fDamPct": -40, "wDamPct": -40, "aDamPct": -40, "tDamPct": -40, "eDamPct": -40, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Oppressors", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2000, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -3, "int": -3, "agi": -3, "def": 17, "spd": -15, "atkTier": -1, "hpBonus": 900, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Old King's Crown", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 56, "fDef": 5, "wDef": -2, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 14, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Out", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "12-16", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 6, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Queen's Tiara", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 19, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Parasite", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "95-195", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-220", "eDam": "120-170", "atkSpd": "SLOW", "lvl": 98, "classReq": null, "strReq": 45, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 0, "mdPct": 0, "ls": 430, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1350, "spRegen": 0, "eSteal": 0, "hprRaw": -200, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 17, "eDamPct": 17, "fDefPct": -28, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Prisoner", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2100, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 79, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": -10, "def": 17, "spd": -40, "atkTier": 0, "hpBonus": 1615, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Scarecrow's Arm", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "3-7", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 3, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Rainmaker", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-208", "aDam": "0-0", "tDam": "0-208", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": -365, "ms": -2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Skin Tearer", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-14", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Smoking Barrel", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "250-400", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 56, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Specialist", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 97, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 20, "lb": 0, "ref": 0, "str": 15, "dex": 15, "int": 15, "agi": 15, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 1176, "wDamPct": 1334, "aDamPct": 1176, "tDamPct": 889, "eDamPct": 1000, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Traveler", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "59-87", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 23, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Thief", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 180, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -4, "ls": 20, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 1, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Stokers", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3100, "fDef": 200, "wDef": -175, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 75, "hprPct": 25, "mr": 0, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 125, "sdRaw": -90, "mdRaw": 0, "fDamPct": 10, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 12, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Wool Trimmer", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "8-15", "fDam": "0-0", "wDam": "6-11", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Vampire Blade", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "18-28", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-40", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 47, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Therck's Irritation", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 3, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -5, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 9, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 7, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Visionary's Vice", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "93-177", "aDam": "0-0", "tDam": "47-233", "eDam": "0-0", "atkSpd": "FAST", "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": -15, "dex": 0, "int": 0, "agi": 0, "def": -15, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": -35, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -35, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Wildwing", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-23", "fDam": "0-0", "wDam": "0-0", "aDam": "15-30", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Third Eye", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 4, "drop": "NORMAL", "hp": 2450, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 80, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 3, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 12, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 20, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thermosphere", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2150, "fDef": 50, "wDef": 0, "aDef": 70, "tDef": 90, "eDef": -110, "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 19, "str": 0, "dex": 5, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 9, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thinking Helmet", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 8, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 4, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Throatcut", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "77-377", "fDam": "77-377", "wDam": "0-0", "aDam": "77-177", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 27, "ls": 145, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 0, "dex": -10, "int": -10, "agi": 13, "def": 13, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Threshold", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "58-74", "aDam": "0-0", "tDam": "55-77", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -55, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -120, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 105, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thief's Dagger", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-12", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thrice", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "33-143", "fDam": "0-0", "wDam": "33-143", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 12, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 102, "mdRaw": 0, "fDamPct": -17, "wDamPct": 17, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 17, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thousand Waves", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "966-1143", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_SLOW", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": -45, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 15, "agi": 0, "def": -8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -30, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -35, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Bow", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "35-100", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "35-100", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 85, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "20-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-90", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 70, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thrunda Ripsaw", "tier": "Legendary", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "100-535", "eDam": "0-0", "atkSpd": "FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 80, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -33, "mr": 0, "sdPct": 0, "mdPct": 25, "ls": 335, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": -30, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Spear", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-95", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "30-95", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunderbolt", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "11-23", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-101", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": -144, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -36, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Rupturer", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": 0, "wDef": 0, "aDef": -100, "tDef": 0, "eDef": 80, "lvl": 81, "classReq": null, "strReq": 60, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 19, "fDefPct": -8, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunder Relic Wand", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "10-55", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "10-55", "eDam": "0-0", "atkSpd": "FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunderlock", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "66-99", "fDam": "0-0", "wDam": "0-0", "aDam": "50-99", "tDam": "22-132", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 86, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 10, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunderbird", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "100-170", "tDam": "130-230", "eDam": "0-0", "atkSpd": "FAST", "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 9, "int": 0, "agi": 7, "def": 0, "spd": 15, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tidal", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": -30, "eDef": -30, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 7, "aDamPct": 0, "tDamPct": 0, "eDamPct": -5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thundersnow", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 900, "fDef": 0, "wDef": 50, "aDef": 0, "tDef": 50, "eDef": -100, "lvl": 63, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 14, "mdPct": 0, "ls": -75, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": -91, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": 11, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thundering Wind", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "65-105", "fDam": "0-0", "wDam": "0-0", "aDam": "40-200", "tDam": "40-200", "eDam": "0-0", "atkSpd": "FAST", "lvl": 91, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 7, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": -30, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Thunderstruck", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-27", "fDam": "0-0", "wDam": "0-0", "aDam": "15-27", "tDam": "15-27", "eDam": "0-0", "atkSpd": "FAST", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 5, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 0, "aDamPct": 10, "tDamPct": 10, "eDamPct": -20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Time Rift", "tier": "Fabled", "type": "chestplate", "set": null, "quest": null, "majorIds": ["SORCERY"], "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "fDef": 0, "wDef": -250, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 105, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -3, "sdPct": 60, "mdPct": 0, "ls": 0, "ms": -4, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tidebreaker", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 10, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "80-120", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "110-115", "atkSpd": "SLOW", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 16, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 14, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -50, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tidebinder", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "345-425", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 65, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -25, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 30, "str": 0, "dex": 0, "int": 13, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 50, "wDefPct": 75, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Timbre", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "7-7", "wDam": "7-7", "aDam": "7-7", "tDam": "7-7", "eDam": "7-7", "atkSpd": "SLOW", "lvl": 27, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tinderbox", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 25, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3200, "fDef": 110, "wDef": -110, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -30, "agi": 8, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": -15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -15, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -10, "spRaw3": 0, "spPct4": -15, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Timthriall", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "212-212", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "212-212", "atkSpd": "NORMAL", "lvl": 98, "classReq": null, "strReq": 50, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 20, "mdPct": 20, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 15, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tisaun's Honour", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 15, "lvl": 88, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tiny", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 1, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 7, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 2, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 1, "def": 0, "spd": 2, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tizatuko", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 125, "fDef": 0, "wDef": 0, "aDef": 7, "tDef": 0, "eDef": -4, "lvl": 21, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 13, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -6, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Toes Tickler", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 20, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Toaster", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "78-96", "fDam": "66-72", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 38, "hprPct": 0, "mr": 0, "sdPct": 11, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tonbo", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-60", "fDam": "0-0", "wDam": "0-0", "aDam": "35-90", "tDam": "0-0", "eDam": "35-90", "atkSpd": "NORMAL", "lvl": 58, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -19, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tisaun's Proof", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "60-70", "fDam": "65-80", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "65-80", "atkSpd": "FAST", "lvl": 88, "classReq": null, "strReq": 55, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 20, "dex": 20, "int": 0, "agi": 0, "def": 20, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tormenter", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "8-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 6, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Togak's Vision", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -50, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": 25, "lvl": 77, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 4, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 5, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tourmaline Lyre", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-36", "fDam": "10-17", "wDam": "0-0", "aDam": "8-19", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 20, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 5, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Torrential Tide", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": -40, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "1-100", "fDam": "0-0", "wDam": "1-300", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -40, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 25, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 350, "mdRaw": 0, "fDamPct": -150, "wDamPct": 25, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -30, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tosach", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 2, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Touroto Trousers", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2375, "fDef": 50, "wDef": 50, "aDef": 50, "tDef": 50, "eDef": 50, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -10, "atkTier": 0, "hpBonus": 350, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tower", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "200-260", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 45, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": -15, "atkTier": 0, "hpBonus": 1715, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 15, "tDefPct": 15, "eDefPct": 15, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Trace", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 2, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 2, "lb": 2, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 2, "eSteal": 0, "hprRaw": 2, "sdRaw": 2, "mdRaw": 2, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Toxotes", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "180-250", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 73, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -600, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tracer", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "240-251", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -150, "mdPct": 15, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 15, "atkTier": 1, "hpBonus": -1500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 195, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Travel Charm", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 20, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tribal Flute", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "13-22", "fDam": "0-0", "wDam": "0-0", "aDam": "11-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Trauma", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1650, "fDef": 0, "wDef": 0, "aDef": 30, "tDef": 30, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": -10, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 150, "fDamPct": 0, "wDamPct": 0, "aDamPct": 11, "tDamPct": 11, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tribulation", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 15, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "75-100", "wDam": "0-0", "aDam": "0-0", "tDam": "30-135", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 115, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -14, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Triumph", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1900, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 10, "ref": 0, "str": 2, "dex": 2, "int": 2, "agi": 2, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 2, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tribal Headdress", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 3, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Trinket", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 6, "lb": 6, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tremorstep", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 7, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 875, "fDef": 0, "wDef": 0, "aDef": -65, "tDef": 0, "eDef": 50, "lvl": 63, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": -60, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": -3, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 11, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tsunami", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 100, "fDef": 0, "wDef": 15, "aDef": 0, "tDef": -15, "eDef": 0, "lvl": 24, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 5, "aDamPct": 0, "tDamPct": -8, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tropics", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "435-535", "aDam": "0-0", "tDam": "0-0", "eDam": "435-535", "atkSpd": "VERY_SLOW", "lvl": 96, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 8, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Troms' Pride", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 9, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "75-100", "fDam": "0-0", "wDam": "15-25", "aDam": "0-0", "tDam": "0-0", "eDam": "20-35", "atkSpd": "NORMAL", "lvl": 70, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 70, "mdRaw": 90, "fDamPct": -7, "wDamPct": 0, "aDamPct": -7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Troms' Climbing Trousers", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 700, "fDef": -30, "wDef": 0, "aDef": 30, "tDef": 0, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": -5, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -10, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tsunasweep", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-105", "fDam": "0-0", "wDam": "70-115", "aDam": "0-0", "tDam": "40-155", "eDam": "0-0", "atkSpd": "FAST", "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 20, "mdPct": -16, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 18, "aDamPct": 0, "tDamPct": 18, "eDamPct": -14, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Turbulence", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 490, "fDef": -40, "wDef": 0, "aDef": 40, "tDef": -50, "eDef": 0, "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 13, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 65, "fDamPct": 0, "wDamPct": 0, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Tundra Strike", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "171-171", "fDam": "0-0", "wDam": "400-743", "aDam": "0-0", "tDam": "0-0", "eDam": "400-743", "atkSpd": "SUPER_SLOW", "lvl": 87, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 45, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Turnpike", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "30-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "13-15", "atkSpd": "VERY_SLOW", "lvl": 8, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 8, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 4, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 20, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Turmoil", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 610, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "25-75", "eDam": "25-75", "atkSpd": "VERY_SLOW", "lvl": 54, "classReq": null, "strReq": 30, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Twin Daggers", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "16-27", "tDam": "16-27", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 10, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Twist Band", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 6, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 49, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 6, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 12, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Turquoise", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 18, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3175, "fDef": 0, "wDef": 90, "aDef": 0, "tDef": 0, "eDef": 90, "lvl": 95, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 8, "hprRaw": 0, "sdRaw": 0, "mdRaw": 235, "fDamPct": 0, "wDamPct": 0, "aDamPct": -15, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Umbral Mail", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2175, "fDef": -120, "wDef": 80, "aDef": 0, "tDef": 80, "eDef": 0, "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -8, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": -8, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Toxin", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 500, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2000, "fDef": 0, "wDef": 0, "aDef": -80, "tDef": 60, "eDef": 60, "lvl": 79, "classReq": null, "strReq": 40, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -10, "mr": 0, "sdPct": 0, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 9, "eDamPct": 9, "fDefPct": 0, "wDefPct": 0, "aDefPct": -13, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ultraviolet", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "6-14", "wDam": "4-16", "aDam": "2-18", "tDam": "0-20", "eDam": "8-12", "atkSpd": "FAST", "lvl": 27, "classReq": null, "strReq": 7, "dexReq": 7, "intReq": 7, "agiReq": 7, "defReq": 7, "hprPct": -12, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 5, "wDamPct": 5, "aDamPct": 5, "tDamPct": 5, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Umbrella Hat", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 34, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 5, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": -4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": -12, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Twilight", "tier": "Legendary", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1350, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 50, "eDef": 0, "lvl": 66, "classReq": null, "strReq": 0, "dexReq": 50, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 30, "mdRaw": 39, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Undefined", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 110, "sdRaw": 120, "mdRaw": 125, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Undertow", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 150, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": -20, "eDef": 0, "lvl": 22, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 10, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": -10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 8, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unhalting Eagle", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "17-39", "fDam": "0-0", "wDam": "0-0", "aDam": "11-22", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 36, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unholy Wand", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 5, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "15-35", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "1-60", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": -3, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -25, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unrefined Leggings", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 500, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 30, "lvl": 50, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -12, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 13, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 20, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Union", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 39, "classReq": null, "strReq": 5, "dexReq": 5, "intReq": 5, "agiReq": 5, "defReq": 5, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 1, "dex": 1, "int": 1, "agi": 1, "def": 1, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unravel", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3000, "fDef": -110, "wDef": 0, "aDef": 70, "tDef": 0, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 80, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -50, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 18, "str": 0, "dex": 0, "int": 0, "agi": 9, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 285, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 27, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unspeakable", "tier": "Legendary", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -239, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 36, "dexReq": 47, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -43, "mdRaw": -44, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Updraft", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2825, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 120, "eDef": -110, "lvl": 96, "classReq": null, "strReq": 0, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 4, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 10, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Upside Down Bowl", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 45, "fDef": 0, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 5, "lvl": 12, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 5, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Undying", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-85", "fDam": "400-500", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "400-500", "atkSpd": "SUPER_SLOW", "lvl": 95, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 25, "mr": 0, "sdPct": -7, "mdPct": -7, "ls": 400, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 20, "spd": -15, "atkTier": 0, "hpBonus": 2500, "spRegen": 0, "eSteal": 0, "hprRaw": 196, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 25, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Unsheathed Glaive", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "90-105", "wDam": "90-105", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": -30, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 10, "wDefPct": 10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Urheus", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 200, "fDef": 8, "wDef": -12, "aDef": 0, "tDef": 0, "eDef": 10, "lvl": 32, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 5, "hprPct": 15, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 48, "fDamPct": 0, "wDamPct": 0, "aDamPct": -8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Upside Down Bucket", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 350, "fDef": 0, "wDef": 25, "aDef": 0, "tDef": -15, "eDef": 0, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -3, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 16, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 9, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vacancy", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2525, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": -24, "agi": 12, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": -15, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": -10, "spRaw3": 0, "spPct4": -25, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Uranium Aegis", "tier": "Fabled", "type": "chestplate", "set": null, "quest": null, "majorIds": ["PLAGUE"], "poison": 900, "thorns": 15, "exploding": 50, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2725, "fDef": 0, "wDef": -60, "aDef": 0, "tDef": 75, "eDef": 0, "lvl": 77, "classReq": null, "strReq": 35, "dexReq": 45, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -100, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 1200, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 1, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Uriel", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 27, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Valix", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "9-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vacuum", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2475, "fDef": 0, "wDef": 60, "aDef": -130, "tDef": 0, "eDef": 70, "lvl": 93, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 200, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": -30, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Valorheart", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "40-50", "wDam": "40-50", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 41, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -10, "atkTier": 0, "hpBonus": 250, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 15, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Valhalla", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 3525, "fDef": 80, "wDef": 0, "aDef": 80, "tDef": 0, "eDef": 80, "lvl": 98, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 215, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 0, "agi": 9, "def": 9, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 12, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": -25, "aDefPct": 0, "tDefPct": -25, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Valkyrie", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-117", "tDam": "0-155", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": -8, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 15, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": -70, "mdRaw": 85, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vampire Stick", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "32-38", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 32, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vandal's Touch", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "50-120", "fDam": "0-0", "wDam": "0-0", "aDam": "50-220", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 15, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": -60, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 16, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vampire Touch", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "35-60", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "20-40", "eDam": "0-0", "atkSpd": "FAST", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 12, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 55, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vartija", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "9-13", "fDam": "2-6", "wDam": "0-0", "aDam": "2-6", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 33, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": -7, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 9, "spd": 15, "atkTier": 0, "hpBonus": 160, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vaward", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 3900, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 5, "int": 5, "agi": 5, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vanilla Spade", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "30-45", "aDam": "30-45", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 10, "agi": 10, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -5, "eDamPct": -5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Valiant", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "10-13", "fDam": "0-0", "wDam": "0-0", "aDam": "12-16", "tDam": "0-0", "eDam": "18-21", "atkSpd": "SLOW", "lvl": 34, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 6, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Veantur", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "90-110", "fDam": "0-0", "wDam": "50-85", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 7, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -25, "wDamPct": 15, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vellalar", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "13-18", "fDam": "0-0", "wDam": "11-15", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 13, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -5, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Veins", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "90-100", "wDam": "85-105", "aDam": "80-110", "tDam": "75-115", "eDam": "95-95", "atkSpd": "SLOW", "lvl": 89, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 965, "spRegen": 0, "eSteal": 0, "hprRaw": 115, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 20, "wDefPct": 20, "aDefPct": 20, "tDefPct": 20, "eDefPct": 20, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ventus Tail", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 2150, "fDef": 0, "wDef": 0, "aDef": 120, "tDef": 120, "eDef": -250, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 8, "int": 0, "agi": 8, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 7, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 27, "tDamPct": 27, "eDamPct": -45, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Venomsoul", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 525, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1600, "fDef": 0, "wDef": 0, "aDef": -90, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ventilator", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 100, "fDef": -6, "wDef": 0, "aDef": 6, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -8, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Venison", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 735, "fDef": -75, "wDef": 45, "aDef": 0, "tDef": 0, "eDef": 60, "lvl": 54, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": 19, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -15, "wDefPct": 0, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Verdigris Sabatons", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 550, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 1900, "fDef": 70, "wDef": -60, "aDef": 0, "tDef": 40, "eDef": 0, "lvl": 76, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": -7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 105, "mdRaw": 0, "fDamPct": 0, "wDamPct": -14, "aDamPct": -12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Verglas", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 82, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -55, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vesuvius", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 33, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-60", "fDam": "100-260", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-260", "atkSpd": "VERY_SLOW", "lvl": 86, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 15, "wDamPct": -10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Verstand", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 130, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": -8, "eDef": 0, "lvl": 28, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 6, "mdPct": -6, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vinecrawlers", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 425, "thorns": 15, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1750, "fDef": 0, "wDef": 0, "aDef": -70, "tDef": 0, "eDef": 90, "lvl": 72, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 60, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -25, "wDefPct": 15, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vigor", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "30-90", "fDam": "170-200", "wDam": "170-200", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 25, "hprPct": 40, "mr": 0, "sdPct": -7, "mdPct": -16, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 5, "spd": 0, "atkTier": 0, "hpBonus": 500, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 7, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vibrato", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "21-22", "fDam": "0-0", "wDam": "0-0", "aDam": "55-56", "tDam": "55-56", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 16, "intReq": 0, "agiReq": 16, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": -12, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": -33, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vile", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 1100, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "35-115", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "35-115", "atkSpd": "FAST", "lvl": 62, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 120, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -250, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 130, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Virtuoso", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2250, "fDef": 0, "wDef": 70, "aDef": 70, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 50, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 34, "mdPct": 0, "ls": 0, "ms": -6, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 8, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 256, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Viper", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "6-11", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "6-22", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 22, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 6, "ls": 26, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 13, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Virgo", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 1, "exploding": 65, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 5, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 97, "classReq": null, "strReq": 85, "dexReq": 85, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -30, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 1, "str": 15, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 2, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 31, "eDamPct": 31, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vitium", "tier": "Rare", "set": null, "quest": null, "poison": 50, "thorns": 0, "exploding": 6, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -20, "fDef": 0, "wDef": 0, "aDef": -5, "tDef": 0, "eDef": 0, "lvl": 32, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 10, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Virtue", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "175-350", "fDam": "0-0", "wDam": "225-250", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": 0, "ls": 0, "ms": 3, "xpb": 0, "lb": 0, "ref": 9, "str": 0, "dex": 0, "int": 0, "agi": -6, "def": 0, "spd": -12, "atkTier": -1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vitriol", "tier": "Unique", "set": null, "quest": null, "poison": 83, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -60, "fDef": 0, "wDef": -5, "aDef": 0, "tDef": 0, "eDef": 10, "lvl": 39, "classReq": null, "strReq": 15, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": -10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 12, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vital", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -220, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 67, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 40, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vivace", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "restrict": null, "nDam": "13-18", "fDam": "0-0", "wDam": "0-0", "aDam": "9-13", "tDam": "9-13", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 29, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 10, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 11, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 5, "def": 0, "spd": 11, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 18, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voidlight", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-110", "tDam": "0-220", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": -40, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 15, "str": -10, "dex": 0, "int": 0, "agi": 13, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 250, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Volcano", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 20, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "200-300", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "220-265", "atkSpd": "SLOW", "lvl": 98, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 40, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 13, "dex": 0, "int": 0, "agi": 0, "def": 13, "spd": -25, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 18, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 18, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Void Catalyst", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-515", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 43, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 25, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 45, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 1, "spPct2": 0, "spRaw2": 1, "spPct3": 0, "spRaw3": 1, "spPct4": 0, "spRaw4": 1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Volmor's Flair", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 13, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -750, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voidshard", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 5, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": -120, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 70, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 7, "mdPct": 0, "ls": 44, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voleur", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 270, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 36, "classReq": null, "strReq": 0, "dexReq": 10, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -7, "ls": 0, "ms": 0, "xpb": 0, "lb": 12, "ref": 0, "str": 0, "dex": 3, "int": 0, "agi": 3, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 6, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blue Team Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 25, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Voodoo", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "2-17", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 2, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blue Team Leggings", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vortex", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1250, "fDef": 0, "wDef": 0, "aDef": 60, "tDef": 60, "eDef": -120, "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 8, "def": 0, "spd": 16, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 100, "mdRaw": 80, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blue Team Chestplate", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red Team Boots", "tier": "Set", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 25, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blue Team Helmet", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 25, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vorpal", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "61-72", "aDam": "0-0", "tDam": "0-132", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 69, "classReq": null, "strReq": 0, "dexReq": 25, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": -25, "mr": -1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 17, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 120, "mdRaw": 0, "fDamPct": 0, "wDamPct": 15, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red Team Leggings", "tier": "Set", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Blitzen", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -140, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 6, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Charcoal", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 10, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 3425, "fDef": 120, "wDef": 0, "aDef": 120, "tDef": 0, "eDef": 0, "lvl": 95, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 60, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 285, "ms": 0, "xpb": 0, "lb": 0, "ref": 20, "str": 6, "dex": 0, "int": 0, "agi": 0, "def": 6, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 195, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 15, "tDefPct": 0, "eDefPct": 25, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Cupid", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 0, "wDef": 10, "aDef": 0, "tDef": 0, "eDef": 5, "lvl": 50, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 45, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 1, "sdPct": -10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 12, "sdRaw": 0, "mdRaw": -19, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Comet", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 12, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 12, "wDef": 0, "aDef": 12, "tDef": 0, "eDef": 12, "lvl": 70, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 10, "hprPct": 0, "mr": -1, "sdPct": -6, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 26, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Conifer", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 20, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "42-58", "wDam": "0-0", "aDam": "44-56", "tDam": "0-0", "eDam": "36-64", "atkSpd": "SLOW", "lvl": 50, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 10, "defReq": 10, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 250, "spRegen": 0, "eSteal": 0, "hprRaw": 30, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red Team Chestplate", "tier": "Set", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 50, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dancer", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": -180, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -35, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dasher", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 320, "fDef": -25, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 85, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 9, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Dragster", "tier": "Rare", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 750, "fDef": -50, "wDef": 0, "aDef": 40, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": -6, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 100, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": -10, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Donner", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 0, "fDef": 15, "wDef": -25, "aDef": 0, "tDef": 15, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 5, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 9, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Garland", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2275, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": -160, "eDef": 90, "lvl": 90, "classReq": null, "strReq": 45, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 22, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 280, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": -14, "tDefPct": -14, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Prancer", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 130, "fDef": 10, "wDef": 0, "aDef": 0, "tDef": 5, "eDef": 15, "lvl": 55, "classReq": null, "strReq": 30, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 2, "dex": 0, "int": 0, "agi": 0, "def": 2, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 7, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Frostburn", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "45-45", "fDam": "35-100", "wDam": "40-70", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": -1, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -85, "sdRaw": 0, "mdRaw": 0, "fDamPct": 24, "wDamPct": 18, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Scrooge", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "40-105", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "250-405", "eDam": "250-405", "atkSpd": "VERY_SLOW", "lvl": 80, "classReq": null, "strReq": 35, "dexReq": 35, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 325, "ms": 2, "xpb": 0, "lb": 33, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -20, "atkTier": 0, "hpBonus": 0, "spRegen": -25, "eSteal": 10, "hprRaw": -150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sealskin Parka", "tier": "Rare", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1400, "fDef": 0, "wDef": 90, "aDef": 90, "tDef": -70, "eDef": 0, "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 8, "lb": 0, "ref": 12, "str": 0, "dex": 0, "int": 6, "agi": 3, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": -40, "eDamPct": 0, "fDefPct": 0, "wDefPct": 16, "aDefPct": 16, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Krampus", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "0-0", "fDam": "90-130", "wDam": "0-0", "aDam": "0-0", "tDam": "30-120", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 30, "hprPct": 0, "mr": -1, "sdPct": 0, "mdPct": 25, "ls": 180, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 8, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 3, "hprRaw": -90, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 20, "eDamPct": 0, "fDefPct": 0, "wDefPct": -22, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ice Skates", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1200, "fDef": -160, "wDef": 80, "aDef": 55, "tDef": 0, "eDef": 0, "lvl": 75, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 55, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 18, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -26, "wDamPct": 14, "aDamPct": 8, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Snowstorm", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-37", "aDam": "0-37", "tDam": "0-37", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 12, "lb": 0, "ref": 0, "str": -5, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -36, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ski Mask", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 2300, "fDef": 0, "wDef": 60, "aDef": 60, "tDef": -120, "eDef": 0, "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 60, "agiReq": 45, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 0, "mdPct": -12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 5, "agi": 5, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Sleigher", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "35-35", "fDam": "0-0", "wDam": "0-0", "aDam": "30-30", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 10, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -15, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 2, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 46, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 20, "fDefPct": -20, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Toy Maker", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "never", "hp": 1775, "fDef": 0, "wDef": 0, "aDef": 90, "tDef": 90, "eDef": -160, "lvl": 85, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -50, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 7, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 520, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 5, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zenith", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 60, "category": "weapon", "slots": 2, "drop": "never", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "20-40", "tDam": "20-82", "eDam": "0-0", "atkSpd": "FAST", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": -190, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 0, "atkTier": 2, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": -15, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Vixen", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "never", "hp": 300, "fDef": 20, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 70, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 25, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 7, "tDefPct": 4, "eDefPct": 5, "type": "necklace", "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wipe", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "never", "nDam": "13-21", "fDam": "0-0", "wDam": "0-0", "aDam": "26-37", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 50, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 15, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 15, "def": 0, "spd": 28, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -250, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 22, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Waking Nightmare", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "97-117", "fDam": "0-0", "wDam": "0-0", "aDam": "150-200", "tDam": "0-0", "eDam": "150-200", "atkSpd": "SLOW", "lvl": 79, "classReq": null, "strReq": 27, "dexReq": 0, "intReq": 0, "agiReq": 27, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 8, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1085, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -40, "aDamPct": 18, "tDamPct": 0, "eDamPct": 18, "fDefPct": -25, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wynnter Scarf", "tier": "Rare", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "never", "hp": 425, "fDef": 40, "wDef": -70, "aDef": 40, "tDef": 0, "eDef": 0, "lvl": 40, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 20, "hprPct": 20, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 3, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 20, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 25, "wDefPct": 0, "aDefPct": 25, "tDefPct": 0, "eDefPct": 0, "fixID": true, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "The Lethe", "displayName": "Waking Vigil", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "20-40", "fDam": "0-0", "wDam": "0-0", "aDam": "45-100", "tDam": "0-0", "eDam": "45-100", "atkSpd": "FAST", "lvl": 98, "classReq": null, "strReq": 40, "dexReq": 0, "intReq": 0, "agiReq": 40, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -50, "mdPct": 31, "ls": 0, "ms": 0, "xpb": -25, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": -15, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 135, "fDamPct": 31, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Walking Stick", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "14-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 5, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 4, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Red Team Helmet", "tier": "Set", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "never", "restrict": "Untradable", "hp": 25, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 20, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wastelands", "tier": "Unique", "set": null, "quest": null, "poison": 90, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -3, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Warmth", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 10, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "War Pike", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "180-250", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -10, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 7, "spd": -10, "atkTier": 0, "hpBonus": 775, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wasp", "tier": "Rare", "set": null, "quest": null, "poison": 155, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -12, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 6, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Bow", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "70-80", "fDam": "0-0", "wDam": "70-80", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Wand", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "30-35", "fDam": "0-0", "wDam": "30-35", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Waterspout", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-120", "fDam": "0-0", "wDam": "140-160", "aDam": "0-0", "tDam": "80-240", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 95, "classReq": null, "strReq": 0, "dexReq": 35, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 6, "mdPct": -9, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 22, "aDefPct": 0, "tDefPct": 22, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Daggers", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "55-65", "fDam": "0-0", "wDam": "55-65", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Water Relic Spear", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "never", "nDam": "70-75", "fDam": "0-0", "wDam": "70-75", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 60, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 20, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 15, "lb": 15, "ref": 0, "str": 0, "dex": 0, "int": 7, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wavedash", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2250, "fDef": 0, "wDef": 90, "aDef": 90, "tDef": 0, "eDef": 0, "lvl": 89, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 12, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wavelength", "tier": "Legendary", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1400, "fDef": 40, "wDef": 40, "aDef": 40, "tDef": 40, "eDef": 40, "lvl": 67, "classReq": null, "strReq": 14, "dexReq": 14, "intReq": 14, "agiReq": 14, "defReq": 14, "hprPct": 0, "mr": 0, "sdPct": 13, "mdPct": 13, "ls": 0, "ms": -1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 10, "aDamPct": 10, "tDamPct": 10, "eDamPct": 10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Waves Raiser", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "44-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 12, "mdPct": 12, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 12, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 12, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Way Back Home", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 15, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1600, "fDef": -100, "wDef": 0, "aDef": 100, "tDef": -100, "eDef": 100, "lvl": 75, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 7, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Weather Warning", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "25-25", "aDam": "0-0", "tDam": "0-50", "eDam": "0-0", "atkSpd": "FAST", "lvl": 35, "classReq": null, "strReq": 0, "dexReq": 15, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 10, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": -13, "wDefPct": 0, "aDefPct": -13, "tDefPct": 0, "eDefPct": -13, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wedding Ring", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 2, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 5, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 6, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wayfinder", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "86-100", "fDam": "0-0", "wDam": "38-49", "aDam": "33-40", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 74, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 10, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 4, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whirlpool", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-30", "fDam": "0-0", "wDam": "10-60", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 60, "mdRaw": 0, "fDamPct": 0, "wDamPct": 9, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -19, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whimsy", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "1-37", "fDam": "0-0", "wDam": "0-0", "aDam": "64-75", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 40, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -3, "mdPct": -5, "ls": 0, "ms": 0, "xpb": 25, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 13, "agi": 0, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 2, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 22, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whisper", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "20-30", "fDam": "0-0", "wDam": "0-0", "aDam": "12-20", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 20, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 6, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "White", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 5, "tDef": 0, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 7, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "White-hot Leggings", "displayName": "White-Hot Leggings", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 8, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 2250, "fDef": 170, "wDef": -200, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 88, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 70, "hprPct": 0, "mr": 0, "sdPct": 8, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": -220, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 220, "fDamPct": 12, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whistling Helmet", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 430, "fDef": -30, "wDef": 0, "aDef": 20, "tDef": 0, "eDef": 0, "lvl": 47, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whitecap", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "76-112", "fDam": "0-0", "wDam": "51-65", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 59, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 30, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 16, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -15, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "White Noise", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "restrict": null, "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "74-110", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 55, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 66, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 14, "tDamPct": 0, "eDamPct": -30, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -18, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wicked", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 8, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 550, "fDef": 0, "wDef": -60, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 50, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 20, "hprPct": 0, "mr": -1, "sdPct": 15, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 10, "wDamPct": 0, "aDamPct": 0, "tDamPct": 10, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whitestone", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 1200, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 73, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 25, "agiReq": 15, "defReq": 0, "hprPct": 20, "mr": 0, "sdPct": 7, "mdPct": -15, "ls": 0, "ms": 0, "xpb": 10, "lb": 0, "ref": 8, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 7, "aDefPct": 6, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "White Storm", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 130, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 510, "fDef": -20, "wDef": 0, "aDef": 25, "tDef": 0, "eDef": 0, "lvl": 48, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 5, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Whitewater", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 900, "fDef": 0, "wDef": 70, "aDef": 0, "tDef": -80, "eDef": 0, "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 35, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 11, "mdPct": 8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": -20, "wDamPct": 13, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wild Gauntlet", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 13, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "59-74", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "48-63", "atkSpd": "NORMAL", "lvl": 60, "classReq": null, "strReq": 25, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -7, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Willpower", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": -15, "wDef": -15, "aDef": -15, "tDef": -15, "eDef": -15, "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 15, "agiReq": 0, "defReq": 0, "hprPct": 8, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Windchime", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "60-70", "fDam": "0-0", "wDam": "0-0", "aDam": "30-50", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 80, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wind Murmurs", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "60-86", "fDam": "0-0", "wDam": "0-0", "aDam": "76-90", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 71, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 35, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -9, "mdPct": -18, "ls": 0, "ms": 0, "xpb": 15, "lb": 0, "ref": 20, "str": 0, "dex": 0, "int": 0, "agi": 12, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wind Mimic", "tier": "Rare", "type": "boots", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 3, "drop": "NORMAL", "hp": 2425, "fDef": -120, "wDef": 0, "aDef": 200, "tDef": 0, "eDef": 0, "lvl": 94, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 60, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 2, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 7, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 20, "tDamPct": 0, "eDamPct": 0, "fDefPct": -20, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wiggling Villager", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "5-50", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 31, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 19, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Windforce", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "33-51", "fDam": "0-0", "wDam": "0-0", "aDam": "31-57", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 57, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 7, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 14, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 15, "fDefPct": 0, "wDefPct": 0, "aDefPct": 10, "tDefPct": 0, "eDefPct": -10, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wing Cap", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 850, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": -70, "eDef": 0, "lvl": 61, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 4, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 20, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 5, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 8, "tDefPct": -7, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Window Pane", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "11-13", "fDam": "0-0", "wDam": "27-33", "aDam": "0-0", "tDam": "27-33", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 13, "intReq": 13, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 14, "mdPct": -14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -6, "dex": 4, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 9, "aDamPct": 0, "tDamPct": 9, "eDamPct": -10, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": -10, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Windowframe", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "11-13", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "27-33", "eDam": "27-33", "atkSpd": "NORMAL", "lvl": 34, "classReq": null, "strReq": 12, "dexReq": 12, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -14, "mdPct": 14, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 4, "int": -6, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": -10, "aDamPct": 0, "tDamPct": 9, "eDamPct": 9, "fDefPct": 0, "wDefPct": -10, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wintergreen", "tier": "Legendary", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "90-100", "fDam": "0-0", "wDam": "0-0", "aDam": "45-50", "tDam": "0-0", "eDam": "45-50", "atkSpd": "NORMAL", "lvl": 54, "classReq": null, "strReq": 20, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 20, "atkTier": 1, "hpBonus": -1000, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": -1, "spPct2": 0, "spRaw2": -1, "spPct3": 0, "spRaw3": -1, "spPct4": 0, "spRaw4": -1, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Windy Torc", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 350, "fDef": 0, "wDef": 0, "aDef": 50, "tDef": 0, "eDef": -50, "lvl": 83, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 7, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 7, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Winterspell", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "135-222", "fDam": "0-0", "wDam": "0-0", "aDam": "120-180", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 4, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": -3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 5, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 10, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": -5, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Winter's Essence", "tier": "Legendary", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 360, "fDef": -100, "wDef": 50, "aDef": 50, "tDef": 0, "eDef": 0, "lvl": 44, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 20, "agiReq": 20, "defReq": 0, "hprPct": 0, "mr": 2, "sdPct": 20, "mdPct": 0, "ls": 41, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 8, "agi": 8, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -50, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wirt's Leg", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "26-34", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 42, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 23, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 5, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wolf Bow", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "120-230", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 65, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 30, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "WitherString", "tier": "Unique", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "30-45", "fDam": "0-0", "wDam": "2-8", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wolf Crest", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 90, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 46, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 15, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 4, "dex": 0, "int": 0, "agi": 4, "def": 0, "spd": 6, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "necklace", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wolf Paw", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 5, "tDef": 0, "eDef": 5, "lvl": 30, "classReq": null, "strReq": 8, "dexReq": 0, "intReq": 0, "agiReq": 8, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 4, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 4, "tDamPct": 0, "eDamPct": 4, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wormwood", "tier": "Unique", "type": "boots", "set": null, "quest": null, "poison": 23, "thorns": 0, "exploding": 0, "category": "armor", "slots": 0, "drop": "NORMAL", "hp": 70, "fDef": 0, "wDef": 6, "aDef": -6, "tDef": -6, "eDef": 6, "lvl": 17, "classReq": null, "strReq": 5, "dexReq": 0, "intReq": 5, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 6, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -14, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wrath", "tier": "Legendary", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "39-117", "fDam": "39-117", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "39-117", "atkSpd": "SLOW", "lvl": 78, "classReq": null, "strReq": 39, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 39, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 13, "ls": 280, "ms": 0, "xpb": 0, "lb": 13, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -39, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 165, "fDamPct": 0, "wDamPct": -26, "aDamPct": -26, "tDamPct": -26, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Worry", "tier": "Rare", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 11, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 5, "str": 0, "dex": 0, "int": 3, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 3, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "bracelet", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "World Splitter", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "40-80", "fDam": "160-160", "wDam": "0-0", "aDam": "0-0", "tDam": "0-400", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 64, "classReq": null, "strReq": 0, "dexReq": 40, "intReq": 0, "agiReq": 0, "defReq": 25, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 10, "ls": 150, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -33, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 12, "wDamPct": -143, "aDamPct": 0, "tDamPct": 12, "eDamPct": 0, "fDefPct": 0, "wDefPct": -20, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Worship", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 84, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 7, "lb": 7, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 300, "spRegen": 7, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wybel Carved Relik", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "270-320", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wybel Horn Spear", "tier": "Rare", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "240-310", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wybel Fluff Bow", "tier": "Rare", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "380-440", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wybel Ivory Wand", "tier": "Rare", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "125-170", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Wybel Tooth Dagger", "tier": "Rare", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "170-220", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 90, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 30, "lb": 20, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -500, "spRegen": 10, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Xystus", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "10-50", "fDam": "0-0", "wDam": "0-0", "aDam": "30-70", "tDam": "0-0", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 53, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 30, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 8, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 10, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 12, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Xyloid", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 1850, "fDef": 0, "wDef": 65, "aDef": 0, "tDef": -100, "eDef": 60, "lvl": 80, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 25, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 10, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -10, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 90, "sdRaw": 0, "mdRaw": 0, "fDamPct": -15, "wDamPct": 8, "aDamPct": 0, "tDamPct": 0, "eDamPct": 12, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": -20, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yggdrasil", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "70-90", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "100-120", "atkSpd": "NORMAL", "lvl": 98, "classReq": null, "strReq": 35, "dexReq": 0, "intReq": 40, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 1, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 9, "dex": 0, "int": 5, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 20, "aDamPct": 0, "tDamPct": 0, "eDamPct": 8, "fDefPct": -15, "wDefPct": 10, "aDefPct": 0, "tDefPct": -10, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yamato Spear", "tier": "Unique", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "150-210", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 87, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 15, "mdPct": 15, "ls": 0, "ms": 1, "xpb": 16, "lb": 0, "ref": 0, "str": 0, "dex": 13, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yang", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": 30, "aDef": 0, "tDef": -30, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 55, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 9, "mdPct": -8, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 4, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 0, "sdRaw": 40, "mdRaw": -52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yahya's Nail Clipper", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "18-24", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-8", "atkSpd": "NORMAL", "lvl": 17, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 6, "mr": 1, "sdPct": 0, "mdPct": 7, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 5, "tDefPct": 0, "eDefPct": 5, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yume", "tier": "Legendary", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 385, "fDef": -40, "wDef": 0, "aDef": 15, "tDef": 0, "eDef": 0, "lvl": 37, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 25, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 12, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 5, "def": 0, "spd": 12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 50, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 12, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yin", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 0, "fDef": 0, "wDef": -30, "aDef": 0, "tDef": 30, "eDef": 0, "lvl": 92, "classReq": null, "strReq": 0, "dexReq": 55, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": -8, "mdPct": 9, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 4, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": -5, "eSteal": 0, "hprRaw": 0, "sdRaw": -40, "mdRaw": 52, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yol", "tier": "Rare", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "restrict": null, "nDam": "140-160", "fDam": "356-380", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SLOW", "lvl": 99, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 55, "hprPct": 30, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 15, "spd": 0, "atkTier": 0, "hpBonus": 2650, "spRegen": 0, "eSteal": 0, "hprRaw": 165, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 30, "wDefPct": 30, "aDefPct": 30, "tDefPct": 30, "eDefPct": 30, "fixID": false, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Ylem", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-142", "wDam": "0-0", "aDam": "0-0", "tDam": "0-142", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 81, "classReq": null, "strReq": 0, "dexReq": 30, "intReq": 0, "agiReq": 0, "defReq": 35, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 180, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": -80, "sdRaw": 135, "mdRaw": 0, "fDamPct": 15, "wDamPct": 0, "aDamPct": 0, "tDamPct": 15, "eDamPct": 0, "fDefPct": 0, "wDefPct": -25, "aDefPct": 0, "tDefPct": 0, "eDefPct": -25, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zephra Shredder", "tier": "Legendary", "type": "spear", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "110-308", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_FAST", "lvl": 93, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 80, "defReq": 0, "hprPct": 0, "mr": -1, "sdPct": 15, "mdPct": 0, "ls": -175, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 30, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 230, "fDamPct": 0, "wDamPct": 0, "aDamPct": 25, "tDamPct": 0, "eDamPct": 0, "fDefPct": -30, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zephyr", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-0", "wDam": "0-0", "aDam": "0-224", "tDam": "0-0", "eDam": "0-0", "atkSpd": "SUPER_FAST", "lvl": 79, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 90, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 11, "mdPct": 11, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 10, "def": 0, "spd": 18, "atkTier": 1, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Yverlian Blade", "tier": "Unique", "type": "dagger", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 3, "drop": "NORMAL", "nDam": "0-0", "fDam": "36-70", "wDam": "43-63", "aDam": "29-77", "tDam": "22-84", "eDam": "50-56", "atkSpd": "FAST", "lvl": 97, "classReq": null, "strReq": 15, "dexReq": 15, "intReq": 15, "agiReq": 15, "defReq": 15, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 25, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 5, "eSteal": 0, "hprRaw": 150, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 16, "wDefPct": 16, "aDefPct": 16, "tDefPct": 16, "eDefPct": 16, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zeal", "tier": "Unique", "type": "chestplate", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 2, "drop": "NORMAL", "hp": 275, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 15, "hprPct": 8, "mr": 0, "sdPct": -8, "mdPct": 5, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 4, "atkTier": 0, "hpBonus": 50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 4, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zombie Helm", "tier": "Unique", "type": "helmet", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 75, "fDef": 0, "wDef": 0, "aDef": -4, "tDef": 0, "eDef": 4, "lvl": 18, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 10, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 0, "ref": 0, "str": 3, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 15, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zero", "tier": "Legendary", "type": "bow", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 333, "category": "weapon", "slots": 0, "drop": "NORMAL", "nDam": "0-0", "fDam": "0-165", "wDam": "0-165", "aDam": "0-165", "tDam": "0-165", "eDam": "0-165", "atkSpd": "FAST", "lvl": 87, "classReq": null, "strReq": 20, "dexReq": 20, "intReq": 20, "agiReq": 20, "defReq": 20, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 18, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": -1250, "spRegen": 0, "eSteal": 0, "hprRaw": -125, "sdRaw": 250, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zombified Pants", "tier": "Unique", "type": "leggings", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "armor", "slots": 1, "drop": "NORMAL", "hp": 182, "fDef": -3, "wDef": 0, "aDef": -3, "tDef": -3, "eDef": 0, "lvl": 30, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 14, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 5, "lb": 5, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 50, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zjarr", "tier": "Unique", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "accessory", "slots": 0, "drop": "lootchest", "hp": 20, "fDef": 0, "wDef": 0, "aDef": 0, "tDef": 0, "eDef": 0, "lvl": 25, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 10, "hprPct": 0, "mr": 0, "sdPct": -3, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 3, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 4, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "type": "ring", "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zombified Branch", "tier": "Unique", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 1, "drop": "NORMAL", "nDam": "126-150", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "VERY_SLOW", "lvl": 51, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 55, "ms": 1, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": -12, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "default", "tier": "Normal", "type": "wand", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 0, "drop": "never", "nDam": "1-2", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "0-0", "eDam": "0-0", "atkSpd": "FAST", "lvl": 1, "classReq": null, "strReq": 0, "dexReq": 0, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 0, "lb": 0, "ref": 0, "str": 0, "dex": 0, "int": 12, "agi": 0, "def": 0, "spd": 0, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 0, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 0, "eDefPct": 0, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}, {"name": "Zipper", "tier": "Unique", "type": "relik", "set": null, "quest": null, "poison": 0, "thorns": 0, "exploding": 0, "category": "weapon", "slots": 2, "drop": "NORMAL", "restrict": null, "nDam": "5-20", "fDam": "0-0", "wDam": "0-0", "aDam": "0-0", "tDam": "50-70", "eDam": "0-0", "atkSpd": "NORMAL", "lvl": 38, "classReq": null, "strReq": 0, "dexReq": 20, "intReq": 0, "agiReq": 0, "defReq": 0, "hprPct": 0, "mr": 0, "sdPct": 0, "mdPct": 0, "ls": 0, "ms": 0, "xpb": 11, "lb": 11, "ref": 0, "str": 0, "dex": 0, "int": 0, "agi": 0, "def": 0, "spd": 8, "atkTier": 0, "hpBonus": 0, "spRegen": 0, "eSteal": 0, "hprRaw": 0, "sdRaw": 0, "mdRaw": 0, "fDamPct": 0, "wDamPct": 0, "aDamPct": 0, "tDamPct": 11, "eDamPct": 0, "fDefPct": 0, "wDefPct": 0, "aDefPct": 0, "tDefPct": 11, "eDefPct": -21, "spPct1": 0, "spRaw1": 0, "spPct2": 0, "spRaw2": 0, "spPct3": 0, "spRaw3": 0, "spPct4": 0, "spRaw4": 0, "rainbowRaw": 0, "sprintReg": 0, "jh": 0, "lq": 0, "gXp": 0, "gSpd": 0}]} \ No newline at end of file diff --git a/compress.py b/compress.py index 4c7178d..9ed4a1c 100644 --- a/compress.py +++ b/compress.py @@ -13,10 +13,10 @@ translate_mappings = { #"set": "set", "sockets": "slots", #"type": "type", - #"armorType": "armorType", - "armorColor": "color", - "addedLore": "lore", - #"material": "material", + #"armorType": "armorType", (deleted) + #"armorColor": "color", (deleted) + #"addedLore": "lore", (deleted) + #"material": "material", (deleted) "dropType": "drop", #"quest": "quest", "restrictions": "restrict", @@ -55,7 +55,7 @@ translate_mappings = { "agilityPoints": "agi", "defensePoints": "def", #"thorns": "thorns", - #"exploding": "expoding", + #"exploding": "exploding", "speed": "spd", "attackSpeedBonus": "atkTier", #"poison": "poison", @@ -103,7 +103,8 @@ delete_keys = [ "addedLore", "skin", "armorType", - "armorColor" + "armorColor", + "material" ] for item in items: diff --git a/index.html b/index.html index 372e11b..a2daff2 100644 --- a/index.html +++ b/index.html @@ -121,26 +121,54 @@ +
+ Summary: +
-
- +
+ + +
+
+ Original Value: 0 +
-
- +
+ + +
+
+ Original Value: 0 +
-
- +
+ + +
+
+ Original Value: 0 +
-
- +
+ + +
+
+ Original Value: 0 +
-
- +
+ + +
+
+ Original Value: 0 +
@@ -171,11 +199,16 @@
-
-
+
+
+
+
+
+ + diff --git a/load.js b/load.js index 868c01b..0a09f60 100644 --- a/load.js +++ b/load.js @@ -1,4 +1,4 @@ -const DB_VERSION = 2; +const DB_VERSION = 3; // @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js let db; @@ -31,6 +31,9 @@ function clean_item(item) { if (item.displayName === undefined) { item.displayName = item.name; } + item.skillpoints = [item.str, item.dex, item.int, item.def, item.agi]; + item.has_negstat = item.str < 0 || item.dex < 0 || item.int < 0 || item.def < 0 || item.agi < 0; + item.reqs = [item.strReq, item.dexReq, item.intReq, item.defReq, item.agiReq]; } /* diff --git a/skillpoint_test.py b/skillpoint_test.py new file mode 100644 index 0000000..0738100 --- /dev/null +++ b/skillpoint_test.py @@ -0,0 +1,165 @@ +import json +import math +import copy + +with open("clean.json") as infile: + data = json.load(infile) + +def clean_item(item): + if not "displayName" in item: + item["displayName"] = item["name"]; + return item + +items = data["items"] +item_map = {clean_item(item)["displayName"]: item for item in items} + +# build_items_names = [ +# "Cumulonimbus", +# "Soulflare", +# "Leictreach Makani", +# "Slayer", +# "Intensity", +# "Moon Pool Circlet", +# "Diamond Static Bracelet", +# "Royal Stormy Amulet" +# ] +# build_weapon_name = "Fatal" +# build_items_names = [ +# "Morph-Stardust", +# "Morph-Steel", +# "Morph-Iron", +# "Morph-Gold", +# "Morph-Topaz", +# "Morph-Emerald", +# "Morph-Amethyst", +# "Morph-Ruby" +# ] +# build_weapon_name = "Cascade" +build_items_names = [ + "Blue Mask", + "Sparkling Plate", + "Gemini", + "Slayer", + "Draoi Fair", + "Moon Pool Circlet", + "Prowess", + "Diamond Fusion Necklace" +] +build_weapon_name = "Praesidium" +build_items = [item_map[item] for item in build_items_names] +build_weapon = item_map[build_weapon_name] + +for item in build_items: + print(item) + print("-------------------------------") + +print(build_weapon) + +# Consolidate skillpoint and req into arrays for ease of processing. +def setup(item): + item["skillpoints"] = [item["str"], item["dex"], item["int"], item["def"], item["agi"]] + item["has_negstat"] = any(x < 0 for x in item["skillpoints"]) + item["reqs"] = [item["strReq"], item["dexReq"], item["intReq"], item["defReq"], item["agiReq"]] + +fixed = [] +consider = [] +noboost = [] + +for item in build_items: + setup(item) + if all(x == 0 for x in item["reqs"]): + fixed.append(item) + elif all(x == 0 for x in item["skillpoints"]): + noboost.append(item) + else: + consider.append(item) +setup(build_weapon) +fixed = tuple(fixed) +noboost = tuple(noboost) + +# Apply the skillpoints an item gives to the build. +def apply_skillpoints(skillpoints, item): + for i in range(5): + skillpoints[i] += item["skillpoints"][i] + +def remove_skillpoints(skillpoints, item): + for i in range(5): + skillpoints[i] -= item["skillpoints"][i] + +# Figure out (naively) how many skillpoints need to be applied to get the current item to fit. +# Doesn't handle -skp. +def apply_to_fit(skillpoints, item): + applied = [0, 0, 0, 0, 0] + total = 0 + for i, req, cur in zip(range(5), item["reqs"], skillpoints): + if (item["reqs"][i] == 0): + continue + if req > cur: + diff = req - cur + applied[i] += diff + total += diff + return applied, total + +# Permutations in js reference (also cool algorithm): +# https://stackoverflow.com/a/41068709 + +static_skillpoints_base = [0, 0, 0, 0, 0] + +# Separate out the no req items and add them to the static skillpoint base. +for item in fixed: + apply_skillpoints(static_skillpoints_base, item) + +best = None +final_skillpoints = None +best_skillpoints = [0, 0, 0, 0, 0] +best_total = math.inf + +# Try every combination and pick the best one. +import itertools +for permutation in itertools.permutations(consider): + + permutation += noboost + + skillpoints_applied = [0, 0, 0, 0, 0] + skillpoints = copy.copy(static_skillpoints_base) + total_applied = 0 + for item in permutation: + needed_skillpoints, total_diff = apply_to_fit(skillpoints, item) + for i in range(5): + skillpoints_applied[i] += needed_skillpoints[i] + skillpoints[i] += needed_skillpoints[i] + apply_skillpoints(skillpoints, item) + total_applied += total_diff + if total_applied >= best_total: + break + if total_applied < best_total: + for item in permutation: + remove_skillpoints(skillpoints, item) + needed_skillpoints, total_diff = apply_to_fit(skillpoints, item) + for i in range(5): + skillpoints_applied[i] += needed_skillpoints[i] + skillpoints[i] += needed_skillpoints[i] + apply_skillpoints(skillpoints, item) + total_applied += total_diff + if total_applied >= best_total: + break + + needed_skillpoints, total_diff = apply_to_fit(skillpoints, build_weapon) + for i in range(5): + skillpoints_applied[i] += needed_skillpoints[i] + skillpoints[i] += needed_skillpoints[i] + apply_skillpoints(skillpoints, build_weapon) + total_applied += total_diff + + if total_applied < best_total: + best = permutation + final_skillpoints = skillpoints + best_skillpoints = skillpoints_applied + best_total = total_applied + +print([i["displayName"] for i in fixed + best]) +print(best_skillpoints) +print(final_skillpoints) +print(best_total) + +#def attempt(skillpoints, items_in_order): diff --git a/skillpoints.js b/skillpoints.js new file mode 100644 index 0000000..248735d --- /dev/null +++ b/skillpoints.js @@ -0,0 +1,141 @@ +function calculate_skillpoints(equipment, weapon) { + // Calculate equipment equipping order and required skillpoints. + // Return value: [equip_order, best_skillpoints, final_skillpoints, best_total]; + + let fixed = []; + let consider = []; + let noboost = []; + for (const item of equipment) { + if (item.reqs.every(x => x === 0)) { + fixed.push(item); + } + else if (item.skillpoints.every(x => x === 0)) { + noboost.push(item); + } + else { + consider.push(item); + } + } + function apply_skillpoints(skillpoints, item) { + for (let i = 0; i < 5; i++) { + skillpoints[i] += item.skillpoints[i]; + } + } + + function remove_skillpoints(skillpoints, item) { + for (let i = 0; i < 5; i++) { + skillpoints[i] -= item.skillpoints[i]; + } + } + + // Figure out (naively) how many skillpoints need to be applied to get the current item to fit. + // Doesn't handle -skp. + function apply_to_fit(skillpoints, item) { + let applied = [0, 0, 0, 0, 0]; + let total = 0; + for (let i = 0; i < 5; i++) { + if (item.reqs[i] == 0) continue; + const req = item.reqs[i]; + const cur = skillpoints[i]; + if (req > cur) { + const diff = req - cur; + applied[i] += diff; + total += diff; + } + } + return [applied, total]; + } + + // Separate out the no req items and add them to the static skillpoint base. + let static_skillpoints_base = [0, 0, 0, 0, 0] + for (const item of fixed) { + apply_skillpoints(static_skillpoints_base, item); + } + + let best = null; + let final_skillpoints = null; + let best_skillpoints = [0, 0, 0, 0, 0]; + let best_total = Infinity; + + if (consider.length > 0 || noboost.length > 0) { + // Try every combination and pick the best one. + for (let permutation of perm(consider)) { + permutation = permutation.concat(noboost); + console.log(permutation); + + let skillpoints_applied = [0, 0, 0, 0, 0]; + // Complete slice is a shallow copy. + let skillpoints = static_skillpoints_base.slice(); + + let total_applied = 0; + + let result; + let needed_skillpoints; + let total_diff; + for (const item of permutation) { + result = apply_to_fit(skillpoints, item); + needed_skillpoints = result[0]; + total_diff = result[1]; + + for (let i = 0; i < 5; ++i) { + skillpoints_applied[i] += needed_skillpoints[i]; + skillpoints[i] += needed_skillpoints[i]; + } + apply_skillpoints(skillpoints, item); + total_applied += total_diff; + if (total_applied >= best_total) { + break; + } + } + if (total_applied < best_total) { + console.log(total_applied); + console.log(skillpoints_applied); + console.log("Iteration 2"); + for (const item of permutation) { + console.log(item); + + remove_skillpoints(skillpoints, item); + console.log(skillpoints); + result = apply_to_fit(skillpoints, item); + needed_skillpoints = result[0]; + total_diff = result[1]; + for (let i = 0; i < 5; ++i) { + skillpoints_applied[i] += needed_skillpoints[i]; + skillpoints[i] += needed_skillpoints[i]; + } + + apply_skillpoints(skillpoints, item); + console.log(skillpoints); + console.log(total_diff); + total_applied += total_diff; + if (total_applied >= best_total) { + break; + } + } + } + result = apply_to_fit(skillpoints, weapon); + needed_skillpoints = result[0]; + total_diff = result[1]; + for (let i = 0; i < 5; ++i) { + skillpoints_applied[i] += needed_skillpoints[i]; + skillpoints[i] += needed_skillpoints[i]; + } + + apply_skillpoints(skillpoints, weapon); + total_applied += total_diff; + + if (total_applied < best_total) { + best = permutation; + final_skillpoints = skillpoints; + best_skillpoints = skillpoints_applied; + best_total = total_applied; + } + } + + let equip_order = fixed.concat(best); + return [equip_order, best_skillpoints, final_skillpoints, best_total]; + } + else { + return [fixed.concat(noboost), best_skillpoints, static_skillpoints_base, 0]; + } +} diff --git a/styles.css b/styles.css index 3237842..4e1346f 100644 --- a/styles.css +++ b/styles.css @@ -35,4 +35,4 @@ border: 2px solid black; border-radius: 3px; width: 20vw; -} \ No newline at end of file +} diff --git a/test.js b/test.js index 129ca18..1c44ebe 100644 --- a/test.js +++ b/test.js @@ -1,3 +1,12 @@ +/* + * TESTING SECTION + */ + +console.log(location.href); + +/* + * END testing section + */ let player_build; // Set up item lists for quick access later. @@ -32,16 +41,32 @@ function populateItemList(type) { */ function init() { let noneItems = [ - {displayName:"No Helmet", name: "No Helmet", category: "armor", type: "helmet", aDamPct: 0 ,aDef: 0, aDefPct: 0, agi: 0, agiReq: 0, atkTier: 0, classReq: null, def: 0, defReq: 0, dex: 0, dexReq: 0, drop: "never", eDamPct: 0, eDef: 0, eDefPct: 0, eSteal: 0, exploding: 0, fDamPct: 0, fDef: 0, fDefPct: 0, fixID: true, gSpd: 0, gXp: 0, hp: 0, hpBonus: 0, hprPct: 0, hprRaw: 0, int: 0, intReq: 0, jh: 0, lb: 0, lq: 0, ls: 0, lvl: 0, material: null, mdPct: 0, mdRaw: 0, mr: 0, ms: 0, poison: 0, quest: null, rainbowRaw: 0, ref: 0, sdPct: 0, sdRaw: 0, set: null, slots: 0, spPct1: 0, spPct2: 0, spPct3: 0, spPct4: 0, spRaw1: 0, spRaw2: 0, spRaw3: 0, spRaw4: 0, spRegen: 0, spd: 0, sprintReg: 0, str: 0, strReq: 0, tDamPct: 0, tDef: 0, tDefPct: 0, thorns: 0, tier: null, wDamPct: 0, wDef: 0, wDefPct: 0, xpb: 0}, - {displayName:"No Chestplate", name: "No Chestplate", category: "armor", type: "chestplate", aDamPct: 0 ,aDef: 0, aDefPct: 0, agi: 0, agiReq: 0, atkTier: 0, classReq: null, def: 0, defReq: 0, dex: 0, dexReq: 0, drop: "never", eDamPct: 0, eDef: 0, eDefPct: 0, eSteal: 0, exploding: 0, fDamPct: 0, fDef: 0, fDefPct: 0, fixID: true, gSpd: 0, gXp: 0, hp: 0, hpBonus: 0, hprPct: 0, hprRaw: 0, int: 0, intReq: 0, jh: 0, lb: 0, lq: 0, ls: 0, lvl: 0, material: null, mdPct: 0, mdRaw: 0, mr: 0, ms: 0, poison: 0, quest: null, rainbowRaw: 0, ref: 0, sdPct: 0, sdRaw: 0, set: null, slots: 0, spPct1: 0, spPct2: 0, spPct3: 0, spPct4: 0, spRaw1: 0, spRaw2: 0, spRaw3: 0, spRaw4: 0, spRegen: 0, spd: 0, sprintReg: 0, str: 0, strReq: 0, tDamPct: 0, tDef: 0, tDefPct: 0, thorns: 0, tier: null, wDamPct: 0, wDef: 0, wDefPct: 0, xpb: 0}, - {displayName:"No Leggings", name: "No Leggings", category: "armor", type: "leggings", aDamPct: 0 ,aDef: 0, aDefPct: 0, agi: 0, agiReq: 0, atkTier: 0, classReq: null, def: 0, defReq: 0, dex: 0, dexReq: 0, drop: "never", eDamPct: 0, eDef: 0, eDefPct: 0, eSteal: 0, exploding: 0, fDamPct: 0, fDef: 0, fDefPct: 0, fixID: true, gSpd: 0, gXp: 0, hp: 0, hpBonus: 0, hprPct: 0, hprRaw: 0, int: 0, intReq: 0, jh: 0, lb: 0, lq: 0, ls: 0, lvl: 0, material: null, mdPct: 0, mdRaw: 0, mr: 0, ms: 0, poison: 0, quest: null, rainbowRaw: 0, ref: 0, sdPct: 0, sdRaw: 0, set: null, slots: 0, spPct1: 0, spPct2: 0, spPct3: 0, spPct4: 0, spRaw1: 0, spRaw2: 0, spRaw3: 0, spRaw4: 0, spRegen: 0, spd: 0, sprintReg: 0, str: 0, strReq: 0, tDamPct: 0, tDef: 0, tDefPct: 0, thorns: 0, tier: null, wDamPct: 0, wDef: 0, wDefPct: 0, xpb: 0}, - {displayName:"No Boots", name: "No Boots", category: "armor", type: "boots", aDamPct: 0 ,aDef: 0, aDefPct: 0, agi: 0, agiReq: 0, atkTier: 0, classReq: null, def: 0, defReq: 0, dex: 0, dexReq: 0, drop: "never", eDamPct: 0, eDef: 0, eDefPct: 0, eSteal: 0, exploding: 0, fDamPct: 0, fDef: 0, fDefPct: 0, fixID: true, gSpd: 0, gXp: 0, hp: 0, hpBonus: 0, hprPct: 0, hprRaw: 0, int: 0, intReq: 0, jh: 0, lb: 0, lq: 0, ls: 0, lvl: 0, material: null, mdPct: 0, mdRaw: 0, mr: 0, ms: 0, poison: 0, quest: null, rainbowRaw: 0, ref: 0, sdPct: 0, sdRaw: 0, set: null, slots: 0, spPct1: 0, spPct2: 0, spPct3: 0, spPct4: 0, spRaw1: 0, spRaw2: 0, spRaw3: 0, spRaw4: 0, spRegen: 0, spd: 0, sprintReg: 0, str: 0, strReq: 0, tDamPct: 0, tDef: 0, tDefPct: 0, thorns: 0, tier: null, wDamPct: 0, wDef: 0, wDefPct: 0, xpb: 0}, - {displayName:"No Ring 1", name: "No Ring 1", category: "accessory", type: "ring", aDamPct: 0 ,aDef: 0, aDefPct: 0, agi: 0, agiReq: 0, atkTier: 0, classReq: null, def: 0, defReq: 0, dex: 0, dexReq: 0, drop: "never", eDamPct: 0, eDef: 0, eDefPct: 0, eSteal: 0, exploding: 0, fDamPct: 0, fDef: 0, fDefPct: 0, fixID: true, gSpd: 0, gXp: 0, hp: 0, hpBonus: 0, hprPct: 0, hprRaw: 0, int: 0, intReq: 0, jh: 0, lb: 0, lq: 0, ls: 0, lvl: 0, material: null, mdPct: 0, mdRaw: 0, mr: 0, ms: 0, poison: 0, quest: null, rainbowRaw: 0, ref: 0, sdPct: 0, sdRaw: 0, set: null, slots: 0, spPct1: 0, spPct2: 0, spPct3: 0, spPct4: 0, spRaw1: 0, spRaw2: 0, spRaw3: 0, spRaw4: 0, spRegen: 0, spd: 0, sprintReg: 0, str: 0, strReq: 0, tDamPct: 0, tDef: 0, tDefPct: 0, thorns: 0, tier: null, wDamPct: 0, wDef: 0, wDefPct: 0, xpb: 0}, - {displayName:"No Ring 2", name: "No Ring 2", category: "accessory", type: "ring", aDamPct: 0 ,aDef: 0, aDefPct: 0, agi: 0, agiReq: 0, atkTier: 0, classReq: null, def: 0, defReq: 0, dex: 0, dexReq: 0, drop: "never", eDamPct: 0, eDef: 0, eDefPct: 0, eSteal: 0, exploding: 0, fDamPct: 0, fDef: 0, fDefPct: 0, fixID: true, gSpd: 0, gXp: 0, hp: 0, hpBonus: 0, hprPct: 0, hprRaw: 0, int: 0, intReq: 0, jh: 0, lb: 0, lq: 0, ls: 0, lvl: 0, material: null, mdPct: 0, mdRaw: 0, mr: 0, ms: 0, poison: 0, quest: null, rainbowRaw: 0, ref: 0, sdPct: 0, sdRaw: 0, set: null, slots: 0, spPct1: 0, spPct2: 0, spPct3: 0, spPct4: 0, spRaw1: 0, spRaw2: 0, spRaw3: 0, spRaw4: 0, spRegen: 0, spd: 0, sprintReg: 0, str: 0, strReq: 0, tDamPct: 0, tDef: 0, tDefPct: 0, thorns: 0, tier: null, wDamPct: 0, wDef: 0, wDefPct: 0, xpb: 0}, - {displayName:"No Bracelet", name: "No Bracelet", category: "accessory", type: "bracelet", aDamPct: 0 ,aDef: 0, aDefPct: 0, agi: 0, agiReq: 0, atkTier: 0, classReq: null, def: 0, defReq: 0, dex: 0, dexReq: 0, drop: "never", eDamPct: 0, eDef: 0, eDefPct: 0, eSteal: 0, exploding: 0, fDamPct: 0, fDef: 0, fDefPct: 0, fixID: true, gSpd: 0, gXp: 0, hp: 0, hpBonus: 0, hprPct: 0, hprRaw: 0, int: 0, intReq: 0, jh: 0, lb: 0, lq: 0, ls: 0, lvl: 0, material: null, mdPct: 0, mdRaw: 0, mr: 0, ms: 0, poison: 0, quest: null, rainbowRaw: 0, ref: 0, sdPct: 0, sdRaw: 0, set: null, slots: 0, spPct1: 0, spPct2: 0, spPct3: 0, spPct4: 0, spRaw1: 0, spRaw2: 0, spRaw3: 0, spRaw4: 0, spRegen: 0, spd: 0, sprintReg: 0, str: 0, strReq: 0, tDamPct: 0, tDef: 0, tDefPct: 0, thorns: 0, tier: null, wDamPct: 0, wDef: 0, wDefPct: 0, xpb: 0}, - {displayName:"No Necklace", name: "No Necklace", category: "accessory", type: "necklace", aDamPct: 0 ,aDef: 0, aDefPct: 0, agi: 0, agiReq: 0, atkTier: 0, classReq: null, def: 0, defReq: 0, dex: 0, dexReq: 0, drop: "never", eDamPct: 0, eDef: 0, eDefPct: 0, eSteal: 0, exploding: 0, fDamPct: 0, fDef: 0, fDefPct: 0, fixID: true, gSpd: 0, gXp: 0, hp: 0, hpBonus: 0, hprPct: 0, hprRaw: 0, int: 0, intReq: 0, jh: 0, lb: 0, lq: 0, ls: 0, lvl: 0, material: null, mdPct: 0, mdRaw: 0, mr: 0, ms: 0, poison: 0, quest: null, rainbowRaw: 0, ref: 0, sdPct: 0, sdRaw: 0, set: null, slots: 0, spPct1: 0, spPct2: 0, spPct3: 0, spPct4: 0, spRaw1: 0, spRaw2: 0, spRaw3: 0, spRaw4: 0, spRegen: 0, spd: 0, sprintReg: 0, str: 0, strReq: 0, tDamPct: 0, tDef: 0, tDefPct: 0, thorns: 0, tier: null, wDamPct: 0, wDef: 0, wDefPct: 0, xpb: 0}, - {displayName:"No Weapon", name: "No Weapon", category: "weapon", type: "wand", aDamPct: 0 ,aDef: 0, aDefPct: 0, agi: 0, agiReq: 0, atkTier: 0, classReq: null, def: 0, defReq: 0, dex: 0, dexReq: 0, drop: "never", eDamPct: 0, eDef: 0, eDefPct: 0, eSteal: 0, exploding: 0, fDamPct: 0, fDef: 0, fDefPct: 0, fixID: true, gSpd: 0, gXp: 0, hp: 0, hpBonus: 0, hprPct: 0, hprRaw: 0, int: 0, intReq: 0, jh: 0, lb: 0, lq: 0, ls: 0, lvl: 0, material: null, mdPct: 0, mdRaw: 0, mr: 0, ms: 0, poison: 0, quest: null, rainbowRaw: 0, ref: 0, sdPct: 0, sdRaw: 0, set: null, slots: 0, spPct1: 0, spPct2: 0, spPct3: 0, spPct4: 0, spRaw1: 0, spRaw2: 0, spRaw3: 0, spRaw4: 0, spRegen: 0, spd: 0, sprintReg: 0, str: 0, strReq: 0, tDamPct: 0, tDef: 0, tDefPct: 0, thorns: 0, tier: null, wDamPct: 0, wDef: 0, wDefPct: 0, xpb: 0} - ] + ["helmet", "No Helmet"], + ["chestplate", "No Chestplate"], + ["leggings", "No Leggings"], + ["boots", "No Boots"], + ["ring", "No Ring 1"], + ["ring", "No Ring 2"], + ["bracelet", "No Bracelet"], + ["necklace", "No Necklace"], + ["wand", "No Weapon"], + ]; + for (let i = 0; i < 9; i++) { + let item = Object(); + for (const field of item_fields) { + item[field] = 0; + } + item.type = noneItems[i][0]; + item.name = noneItems[i][1]; + item.displayName = item.name; + item.set = null; + item.quest = null; + item.skillpoints = [0, 0, 0, 0, 0]; + item.has_negstat = false; + item.reqs = [0, 0, 0, 0, 0]; + + noneItems[i] = item; + } items = items.concat(noneItems); console.log(items); for (const item of items) { @@ -164,6 +189,29 @@ function calculateBuild(){ document.getElementById("build-bracelet").innerHTML = expandedItemToString(expandItem(itemMap.get(player_build.bracelet.name))); document.getElementById("build-necklace").innerHTML = expandedItemToString(expandItem(itemMap.get(player_build.necklace.name))); document.getElementById("build-weapon").innerHTML = expandedItemToString(expandItem(itemMap.get(player_build.weapon.name))); + + player_build.equip_order; + player_build.base_skillpoints; + let skillpoints = player_build.total_skillpoints; + setValue("str-skp", skillpoints[0]); + setValue("dex-skp", skillpoints[1]); + setValue("int-skp", skillpoints[2]); + setValue("def-skp", skillpoints[3]); + setValue("agi-skp", skillpoints[4]); + console.log(skillpoints); + player_build.assigned_skillpoints; + + setHTML("summary-box", "Summary: Assigned " + player_build.assigned_skillpoints + " skillpoints."); + + setHTML("build-helmet", player_build.helmet.name); + setHTML("build-chestplate", player_build.chestplate.name); + setHTML("build-leggings", player_build.helmet.name); + setHTML("build-boots", player_build.helmet.name); + setHTML("build-ring1", player_build.ring1.name); + setHTML("build-ring2", player_build.ring2.name); + setHTML("build-bracelet", player_build.bracelet.name); + setHTML("build-necklace", player_build.necklace.name); + setHTML("build-weapon", player_build.weapon.name); } /* Helper function that gets stats ranges for wearable items. @param item - an item in Object format. @@ -219,8 +267,8 @@ function expandItem(item){ function expandedItemToString(item){ console.log(item); let ids = ["lvl", "classReq","strReq", "dexReq", "intReq", "defReq","agiReq", "nDam", "eDam", "tDam", "wDam", "tDam", "aDam", "atkSpd", "hp", "eDef", "tDef", "wDef", "fDef", "aDef", "str", "dex", "int", "agi", "def", "hpBonus", "hprRaw", "hprPct", "sdRaw", "sdPct", "mdRaw", "mdPct", "mr", "ms", "ref", "ls", "poison", "thorns", "exploding", "spd", "atkTier", "eDamPct", "tDamPct", "wDamPct", "fDamPct", "aDamPct", "eDefPct", "tDefPct", "wDefPct", "fDefPct", "aDefPct", "spPct1", "spRaw1", "spPct2", "spRaw2", "spPct3", "spRaw3", "spPct4", "spRaw4", "rainbowRaw", "sprint", "sprintReg", "jh", "xpb", "lb", "lq", "spRegen", "eSteal", "gXp", "gSpd", "slots", "set", "quest", "restrict"]; - let idPrefixes = {"lvl":"Combat Level Min: ", "classReq":"Class Req: ","strReq":"Strength Min: ","dexReq":"Dexterity Min: ","intReq":"Intelligence Min: ","defReq":"Defense Min: ","agiReq":"Agility Min: ", "nDam":"Neutral Damage: ", "eDam":"Earth Damage: ", "tDam":"Thunder Damage: ", "wDam":"Water Damage: ", "fDam":"Fire Damage: ", "aDam":"Air Damage: ", "atkSpd":"Attack Speed: ", "hp":"Health: ", "eDef":"Earth Defense: ", "tDef":"Thunder Defense: ", "wDef":"Water Defense: ", "fDef":"Fire Defense: ", "aDef":"Air Defense: ", "str":"Strength: ", "dex":"Dexterity: ", "int":"Intelligence: ", "def":"Defense: ","agi":"Agility: ", "hpBonus":"Health Bonus: ", "hprRaw":"Health Regen Raw: ", "hprPct":"Health Regen %: ", "sdRaw":"Raw Spell Damage: ", "sdPct":"Spell Damage %: ", "mdRaw":"Main Attack Neutral Damage: ", "mdPct":"Main Attack Damage %: ", "mr":"Mana Regen: ", "ms":"Mana Steal: ", "ref":"Reflection: ", "ls":"Life Steal: ", "poison":"Poison: ", "thorns":"Thorns: ", "exploding":"Expoding: ", "spd":"Walk Speed Bonus:", "atkTier":"Attack Speed Bonus: ", "eDamPct":"Earth Damage %: ", "tDamPct":"Thunder Damage %: ", "wDamPct":"Water Damage %: ", "fDamPct":"Fire Damage %: ", "aDamPct":"Air Damage %: ", "eDefPct":"Earth Defense %: ", "tDefPct":"Thunder Defense %: ", "wDefPct":"Water Defense %: ", "fDefPct":"Fire Defense %: ", "aDefPct":"Air Defense %: ", "spPct1":"1st Spell Cost %: ", "spRaw1":"1st Spell Cost Raw: ", "spPct2":"2nd Spell Cost %: ", "spRaw2":"2nd Spell Cost Raw: ", "spPct3":"3rd Spell Cost %: ", "spRaw3":"3rd Spell Cost Raw: ", "spPct4":"4th Spell Cost %: ", "spRaw4":"4th Spell Cost Raw: ", "rainbowRaw":"Rainbow Spell Damage Raw: ", "sprint":"Sprint Bonus: ", "sprintReg":"Sprint Regen Bonus: ", "jh":"Jump Height: ", "xpb":"Combat XP Bonus: ", "lb":"Loot Bonus: ", "lq":"Loot Quality: ", "spRegen":"Soul Point Regen: ", "eSteal":"Stealing: ", "gXp":"Gathering XP Bonus: ", "gSpd":"Gathering Speed Bonus: ", "slots":"Powder Slots: ", "set":"This item belongs to the ", "quest":"This item is the ", "restrict":""}; - let idSuffixes = {"lvl":"", "classReq":"","strReq":"","dexReq":"","intReq":"","defReq":"","agiReq":"", "nDam":"", "eDam":"", "tDam":"", "wDam":"", "fDam":"", "aDam":"", "atkSpd":"", "hp":"", "eDef":"", "tDef":"", "wDef":"", "fDef":"", "aDef":"", "str":"", "dex":"", "int":"", "def":"","agi":"", "hpBonus":"", "hprRaw":"", "hprPct":"%", "sdRaw":"", "sdPct":"%", "mdRaw":"", "mdPct":"%", "mr":"/4s", "ms":"/4s", "ref":"%", "ls":"/4s", "poison":"/3s", "thorns":"%", "exploding":"%", "spd":"%", "atkTier":" tier", "eDamPct":"%", "tDamPct":"%", "wDamPct":"%", "fDamPct":"%", "aDamPct":"%", "eDefPct":"%", "tDefPct":"%", "wDefPct":"%", "fDefPct":"%", "aDefPct":"%", "spPct1":"%", "spRaw1":"", "spPct2":"%", "spRaw2":"", "spPct3":"%", "spRaw3":"", "spPct4":"%", "spRaw4":"", "rainbowRaw":"", "sprint":"%", "sprintReg":"%", "jh":"", "xpb":"%", "lb":"%", "lq":"%", "spRegen":"%", "eSteal":"%", "gXp":"%", "gSpd":"%", "slots":"", "set":" set.", "quest":" quest.", "restrict":""}; + let idPrefixes = {"lvl":"Combat Level Min: ", "classReq":"Class Req: ","strReq":"Strength Min: ","dexReq":"Dexterity Min: ","intReq":"Intelligence Min: ","defReq":"Defense Min: ","agiReq":"Agility Min: ", "nDam":"Neutral Damage: ", "eDam":"Earth Damage: ", "tDam":"Thunder Damage: ", "wDam":"Water Damage: ", "fDam":"Fire Damage: ", "aDam":"Air Damage: ", "atkSpd":"Attack Speed: ", "hp":"Health: ", "eDef":"Earth Defense: ", "tDef":"Thunder Defense: ", "wDef":"Water Defense: ", "fDef":"Fire Defense: ", "aDef":"Air Defense: ", "str":"Strength: ", "dex":"Dexterity: ", "int":"Intelligence: ", "def":"Defense: ","agi":"Agility: ", "hpBonus":"Health Bonus: ", "hprRaw":"Health Regen Raw: ", "hprPct":"Health Regen %: ", "sdRaw":"Raw Spell Damage: ", "sdPct":"Spell Damage %: ", "mdRaw":"Main Attack Neutral Damage: ", "mdPct":"Main Attack Damage %: ", "mr":"Mana Regen: ", "ms":"Mana Steal: ", "ref":"Reflection: ", "ls":"Life Steal: ", "poison":"Poison: ", "thorns":"Thorns: ", "exploding":"Expoding: ", "spd":"Walk Speed Bonus: ", "atkTier":"Attack Speed Bonus: ", "eDamPct":"Earth Damage %: ", "tDamPct":"Thunder Damage %: ", "wDamPct":"Water Damage %: ", "fDamPct":"Fire Damage %: ", "aDamPct":"Air Damage %: ", "eDefPct":"Earth Defense %: ", "tDefPct":"Thunder Defense %: ", "wDefPct":"Water Defense %: ", "fDefPct":"Fire Defense %: ", "aDefPct":"Air Defense %: ", "spPct1":"1st Spell Cost %: ", "spRaw1":"1st Spell Cost Raw: ", "spPct2":"2nd Spell Cost %: ", "spRaw2":"2nd Spell Cost Raw: ", "spPct3":"3rd Spell Cost %: ", "spRaw3":"3rd Spell Cost Raw: ", "spPct4":"4th Spell Cost %: ", "spRaw4":"4th Spell Cost Raw: ", "rainbowRaw":"Rainbow Spell Damage Raw: ", "sprint":"Sprint Bonus: ", "sprintReg":"Sprint Regen Bonus: ", "jh":"Jump Height: ", "xpb":"Combat XP Bonus: ", "lb":"Loot Bonus: ", "lq":"Loot Quality: ", "spRegen":"Soul Point Regen: ", "eSteal":"Stealing: ", "gXp":"Gathering XP Bonus: ", "gSpd":"Gathering Speed Bonus: ", "slots":"Powder Slots: ", "set":"This item belongs to the ", "quest":"This item is from the quest", "restrict":""}; + let idSuffixes = {"lvl":"", "classReq":"","strReq":"","dexReq":"","intReq":"","defReq":"","agiReq":"", "nDam":"", "eDam":"", "tDam":"", "wDam":"", "fDam":"", "aDam":"", "atkSpd":"", "hp":"", "eDef":"", "tDef":"", "wDef":"", "fDef":"", "aDef":"", "str":"", "dex":"", "int":"", "def":"","agi":"", "hpBonus":"", "hprRaw":"", "hprPct":"%", "sdRaw":"", "sdPct":"%", "mdRaw":"", "mdPct":"%", "mr":"/4s", "ms":"/4s", "ref":"%", "ls":"/4s", "poison":"/3s", "thorns":"%", "exploding":"%", "spd":"%", "atkTier":" tier", "eDamPct":"%", "tDamPct":"%", "wDamPct":"%", "fDamPct":"%", "aDamPct":"%", "eDefPct":"%", "tDefPct":"%", "wDefPct":"%", "fDefPct":"%", "aDefPct":"%", "spPct1":"%", "spRaw1":"", "spPct2":"%", "spRaw2":"", "spPct3":"%", "spRaw3":"", "spPct4":"%", "spRaw4":"", "rainbowRaw":"", "sprint":"%", "sprintReg":"%", "jh":"", "xpb":"%", "lb":"%", "lq":"%", "spRegen":"%", "eSteal":"%", "gXp":"%", "gSpd":"%", "slots":"", "set":" set.", "quest":".", "restrict":""}; let itemString = ""; itemString = itemString.concat(item.get("name"),"

"); if(item.has("fixID") && item.get("fixID")){//fixed IDs @@ -264,25 +312,25 @@ function idRound(id){ } function resetFields(){ - document.getElementById("helmet-choice").value = ""; - document.getElementById("helmet-powder").value = ""; - document.getElementById("chestplate-choice").value = ""; - document.getElementById("chestplate-powder").value = ""; - document.getElementById("leggings-choice").value = ""; - document.getElementById("leggings-powder").value = ""; - document.getElementById("boots-choice").value = ""; - document.getElementById("boots-powder").value = ""; - document.getElementById("ring1-choice").value = ""; - document.getElementById("ring2-choice").value = ""; - document.getElementById("bracelet-choice").value = ""; - document.getElementById("necklace-choice").value = ""; - document.getElementById("weapon-choice").value = ""; - document.getElementById("weapon-powder").value = ""; - document.getElementById("str-skp").value = ""; - document.getElementById("dex-skp").value = ""; - document.getElementById("int-skp").value = ""; - document.getElementById("def-skp").value = ""; - document.getElementById("agi-skp").value = ""; + setValue("helmet-choice", ""); + setValue("helmet-powder", ""); + setValue("chestplate-choice", ""); + setValue("chestplate-powder", ""); + setValue("leggings-choice", ""); + setValue("leggings-powder", ""); + setValue("boots-choice", ""); + setValue("boots-powder", ""); + setValue("ring1-choice", ""); + setValue("ring2-choice", ""); + setValue("bracelet-choice", ""); + setValue("necklace-choice", ""); + setValue("weapon-choice", ""); + setValue("weapon-powder", ""); + setValue("str-skp", ""); + setValue("dex-skp", ""); + setValue("int-skp", ""); + setValue("def-skp", ""); + setValue("agi-skp", ""); } load_init(init); diff --git a/utils.js b/utils.js new file mode 100644 index 0000000..aad01db --- /dev/null +++ b/utils.js @@ -0,0 +1,31 @@ +// Permutations in js reference (also cool algorithm): +// https://stackoverflow.com/a/41068709 +function perm(a){ + if (a.length == 0) return [[]]; + var r = [[a[0]]], + t = [], + s = []; + if (a.length == 1) return r; + for (var i = 1, la = a.length; i < la; i++){ + for (var j = 0, lr = r.length; j < lr; j++){ + r[j].push(a[i]); + t.push(r[j]); + for(var k = 1, lrj = r[j].length; k < lrj; k++){ + for (var l = 0; l < lrj; l++) s[l] = r[j][(k+l)%lrj]; + t[t.length] = s; + s = []; + } + } + r = t; + t = []; + } + return r; +} + +function setHTML(id, html) { + document.getElementById(id).innerHTML = html; +} + +function setValue(id, value) { + document.getElementById(id).value = value; +}